Package gov.nasa.arc.pds.xml.generated
Class DDAssociateExternalClass
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DDAssociateExternalClass
 
- 
 public class DDAssociateExternalClass extends java.lang.ObjectThe DD_Associate_External_Class class allows the definition of permissible values in Ingest_LDD for attributes defined in external namespaces.Java class for DD_Associate_External_Class complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="DD_Associate_External_Class"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/> <element name="class_name" type="{http://pds.nasa.gov/pds4/pds/v1}class_name"/> <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"/> <element name="DD_Context_Value_List" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Context_Value_List"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringclassNameprotected DDContextValueListddContextValueListprotected java.lang.StringmaximumOccurrencesprotected java.lang.StringminimumOccurrencesprotected java.lang.StringnamespaceId
 - 
Constructor SummaryConstructors Constructor Description DDAssociateExternalClass()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassName()Gets the value of the className property.DDContextValueListgetDDContextValueList()Gets the value of the ddContextValueList property.java.lang.StringgetMaximumOccurrences()Gets the value of the maximumOccurrences property.java.lang.StringgetMinimumOccurrences()Gets the value of the minimumOccurrences property.java.lang.StringgetNamespaceId()Gets the value of the namespaceId property.voidsetClassName(java.lang.String value)Sets the value of the className property.voidsetDDContextValueList(DDContextValueList value)Sets the value of the ddContextValueList property.voidsetMaximumOccurrences(java.lang.String value)Sets the value of the maximumOccurrences property.voidsetMinimumOccurrences(java.lang.String value)Sets the value of the minimumOccurrences property.voidsetNamespaceId(java.lang.String value)Sets the value of the namespaceId property.
 
- 
- 
- 
Field Detail- 
namespaceIdprotected java.lang.String namespaceId 
 - 
classNameprotected java.lang.String className 
 - 
minimumOccurrencesprotected java.lang.String minimumOccurrences 
 - 
maximumOccurrencesprotected java.lang.String maximumOccurrences 
 - 
ddContextValueListprotected DDContextValueList ddContextValueList 
 
- 
 - 
Method Detail- 
getNamespaceIdpublic java.lang.String getNamespaceId() Gets the value of the namespaceId property.- Returns:
- possible object is
     String
 
 - 
setNamespaceIdpublic void setNamespaceId(java.lang.String value) Sets the value of the namespaceId property.- Parameters:
- value- allowed object is- String
 
 - 
getClassNamepublic java.lang.String getClassName() Gets the value of the className property.- Returns:
- possible object is
     String
 
 - 
setClassNamepublic void setClassName(java.lang.String value) Sets the value of the className property.- Parameters:
- value- allowed object is- String
 
 - 
getMinimumOccurrencespublic java.lang.String getMinimumOccurrences() Gets the value of the minimumOccurrences property.- Returns:
- possible object is
     String
 
 - 
setMinimumOccurrencespublic void setMinimumOccurrences(java.lang.String value) Sets the value of the minimumOccurrences property.- Parameters:
- value- allowed object is- String
 
 - 
getMaximumOccurrencespublic java.lang.String getMaximumOccurrences() Gets the value of the maximumOccurrences property.- Returns:
- possible object is
     String
 
 - 
setMaximumOccurrencespublic void setMaximumOccurrences(java.lang.String value) Sets the value of the maximumOccurrences property.- Parameters:
- value- allowed object is- String
 
 - 
getDDContextValueListpublic DDContextValueList getDDContextValueList() Gets the value of the ddContextValueList property.- Returns:
- possible object is
     DDContextValueList
 
 - 
setDDContextValueListpublic void setDDContextValueList(DDContextValueList value) Sets the value of the ddContextValueList property.- Parameters:
- value- allowed object is- DDContextValueList
 
 
- 
 
-