Package gov.nasa.arc.pds.xml.generated
Class DDAssociationExternal
java.lang.Object
gov.nasa.arc.pds.xml.generated.DDAssociationExternal
public class DDAssociationExternal extends Object
The DD_Association_External class defines the
         association between classes and attributes within the local data
         dictionary and those external to the local data
         dictionary.
 
 
Java class for DD_Association_External complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DD_Association_External">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name"/>
         <element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
         <element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/>
         <element name="minimum_occurrences" type="{http://pds.nasa.gov/pds4/pds/v1}minimum_occurrences"/>
         <element name="maximum_occurrences" type="{http://pds.nasa.gov/pds4/pds/v1}maximum_occurrences"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected StringmaximumOccurrencesprotected StringminimumOccurrencesprotected Stringnameprotected StringnamespaceIdprotected StringreferenceType
- 
Constructor SummaryConstructors Constructor Description DDAssociationExternal()
- 
Method SummaryModifier and Type Method Description StringgetMaximumOccurrences()Gets the value of the maximumOccurrences property.StringgetMinimumOccurrences()Gets the value of the minimumOccurrences property.StringgetName()Gets the value of the name property.StringgetNamespaceId()Gets the value of the namespaceId property.StringgetReferenceType()Gets the value of the referenceType property.voidsetMaximumOccurrences(String value)Sets the value of the maximumOccurrences property.voidsetMinimumOccurrences(String value)Sets the value of the minimumOccurrences property.voidsetName(String value)Sets the value of the name property.voidsetNamespaceId(String value)Sets the value of the namespaceId property.voidsetReferenceType(String value)Sets the value of the referenceType property.
- 
Field Details- 
name
- 
namespaceId
- 
referenceType
- 
minimumOccurrences
- 
maximumOccurrences
 
- 
- 
Constructor Details- 
DDAssociationExternalpublic DDAssociationExternal()
 
- 
- 
Method Details- 
getNameGets the value of the name property.- Returns:
- possible object is
     String
 
- 
setNameSets the value of the name property.- Parameters:
- value- allowed object is- String
 
- 
getNamespaceIdGets the value of the namespaceId property.- Returns:
- possible object is
     String
 
- 
setNamespaceIdSets the value of the namespaceId property.- Parameters:
- value- allowed object is- String
 
- 
getReferenceTypeGets the value of the referenceType property.- Returns:
- possible object is
     String
 
- 
setReferenceTypeSets the value of the referenceType property.- Parameters:
- value- allowed object is- String
 
- 
getMinimumOccurrencesGets the value of the minimumOccurrences property.- Returns:
- possible object is
     String
 
- 
setMinimumOccurrencesSets the value of the minimumOccurrences property.- Parameters:
- value- allowed object is- String
 
- 
getMaximumOccurrencesGets the value of the maximumOccurrences property.- Returns:
- possible object is
     String
 
- 
setMaximumOccurrencesSets the value of the maximumOccurrences property.- Parameters:
- value- allowed object is- String
 
 
-