Class DDClass
public class DDClass extends Object
Java class for DD_Class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Class">
<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="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id"/>
<element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier"/>
<element name="submitter_name" type="{http://pds.nasa.gov/pds4/pds/v1}submitter_name"/>
<element name="definition" type="{http://pds.nasa.gov/pds4/pds/v1}definition"/>
<element name="abstract_flag" type="{http://pds.nasa.gov/pds4/pds/v1}abstract_flag" minOccurs="0"/>
<element name="element_flag" type="{http://pds.nasa.gov/pds4/pds/v1}element_flag" minOccurs="0"/>
<element ref="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference" maxOccurs="unbounded" minOccurs="0"/>
<choice maxOccurs="unbounded">
<element name="DD_Associate_External_Class" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Associate_External_Class"/>
<element name="DD_Association" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Association"/>
<element name="DD_Association_External" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Association_External"/>
</choice>
<element name="Terminological_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Terminological_Entry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected BooleanabstractFlagprotected List<Object>ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternalsprotected Stringdefinitionprotected BooleanelementFlagprotected List<InternalReference>internalReferencesprotected StringlocalIdentifierprotected Stringnameprotected StringsubmitterNameprotected List<TerminologicalEntry>terminologicalEntriesprotected StringversionId -
Constructor Summary
Constructors Constructor Description DDClass() -
Method Summary
Modifier and Type Method Description List<Object>getDDAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals()Gets the value of the ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals property.StringgetDefinition()Gets the value of the definition property.List<InternalReference>getInternalReferences()Gets the value of the internalReferences property.StringgetLocalIdentifier()Gets the value of the localIdentifier property.StringgetName()Gets the value of the name property.StringgetSubmitterName()Gets the value of the submitterName property.List<TerminologicalEntry>getTerminologicalEntries()Gets the value of the terminologicalEntries property.StringgetVersionId()Gets the value of the versionId property.BooleanisAbstractFlag()Gets the value of the abstractFlag property.BooleanisElementFlag()Gets the value of the elementFlag property.voidsetAbstractFlag(Boolean value)Sets the value of the abstractFlag property.voidsetDefinition(String value)Sets the value of the definition property.voidsetElementFlag(Boolean value)Sets the value of the elementFlag property.voidsetLocalIdentifier(String value)Sets the value of the localIdentifier property.voidsetName(String value)Sets the value of the name property.voidsetSubmitterName(String value)Sets the value of the submitterName property.voidsetVersionId(String value)Sets the value of the versionId property.
-
Field Details
-
name
-
versionId
-
localIdentifier
-
submitterName
-
definition
-
abstractFlag
-
elementFlag
-
internalReferences
-
ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals
-
terminologicalEntries
-
-
Constructor Details
-
DDClass
public DDClass()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersionId
Gets the value of the versionId property.- Returns:
- possible object is
String
-
setVersionId
Sets the value of the versionId property.- Parameters:
value- allowed object isString
-
getLocalIdentifier
Gets the value of the localIdentifier property.- Returns:
- possible object is
String
-
setLocalIdentifier
Sets the value of the localIdentifier property.- Parameters:
value- allowed object isString
-
getSubmitterName
Gets the value of the submitterName property.- Returns:
- possible object is
String
-
setSubmitterName
Sets the value of the submitterName property.- Parameters:
value- allowed object isString
-
getDefinition
Gets the value of the definition property.- Returns:
- possible object is
String
-
setDefinition
Sets the value of the definition property.- Parameters:
value- allowed object isString
-
isAbstractFlag
Gets the value of the abstractFlag property.- Returns:
- possible object is
Boolean
-
setAbstractFlag
Sets the value of the abstractFlag property.- Parameters:
value- allowed object isBoolean
-
isElementFlag
Gets the value of the elementFlag property.- Returns:
- possible object is
Boolean
-
setElementFlag
Sets the value of the elementFlag property.- Parameters:
value- allowed object isBoolean
-
getInternalReferences
Gets the value of the internalReferences property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the internalReferences property.For example, to add a new item, do as follows:
getInternalReferences().add(newItem);Objects of the following type(s) are allowed in the list
InternalReference -
getDDAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals
Gets the value of the ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals property.For example, to add a new item, do as follows:
getDDAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals().add(newItem);Objects of the following type(s) are allowed in the list
DDAssociateExternalClassDDAssociationDDAssociationExternal -
getTerminologicalEntries
Gets the value of the terminologicalEntries property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the terminologicalEntries property.For example, to add a new item, do as follows:
getTerminologicalEntries().add(newItem);Objects of the following type(s) are allowed in the list
TerminologicalEntry
-