Class DDClass
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.DDClass
-
public class DDClass extends java.lang.ObjectThe DD_Class class defines a class for a data dictionary.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 java.lang.BooleanabstractFlagprotected java.util.List<java.lang.Object>ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternalsprotected java.lang.Stringdefinitionprotected java.lang.BooleanelementFlagprotected java.util.List<InternalReference>internalReferencesprotected java.lang.StringlocalIdentifierprotected java.lang.Stringnameprotected java.lang.StringsubmitterNameprotected java.util.List<TerminologicalEntry>terminologicalEntriesprotected java.lang.StringversionId
-
Constructor Summary
Constructors Constructor Description DDClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getDDAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals()Gets the value of the ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals property.java.lang.StringgetDefinition()Gets the value of the definition property.java.util.List<InternalReference>getInternalReferences()Gets the value of the internalReferences property.java.lang.StringgetLocalIdentifier()Gets the value of the localIdentifier property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetSubmitterName()Gets the value of the submitterName property.java.util.List<TerminologicalEntry>getTerminologicalEntries()Gets the value of the terminologicalEntries property.java.lang.StringgetVersionId()Gets the value of the versionId property.java.lang.BooleanisAbstractFlag()Gets the value of the abstractFlag property.java.lang.BooleanisElementFlag()Gets the value of the elementFlag property.voidsetAbstractFlag(java.lang.Boolean value)Sets the value of the abstractFlag property.voidsetDefinition(java.lang.String value)Sets the value of the definition property.voidsetElementFlag(java.lang.Boolean value)Sets the value of the elementFlag property.voidsetLocalIdentifier(java.lang.String value)Sets the value of the localIdentifier property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetSubmitterName(java.lang.String value)Sets the value of the submitterName property.voidsetVersionId(java.lang.String value)Sets the value of the versionId property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
versionId
protected java.lang.String versionId
-
localIdentifier
protected java.lang.String localIdentifier
-
submitterName
protected java.lang.String submitterName
-
definition
protected java.lang.String definition
-
abstractFlag
protected java.lang.Boolean abstractFlag
-
elementFlag
protected java.lang.Boolean elementFlag
-
internalReferences
protected java.util.List<InternalReference> internalReferences
-
ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals
protected java.util.List<java.lang.Object> ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals
-
terminologicalEntries
protected java.util.List<TerminologicalEntry> terminologicalEntries
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersionId
public java.lang.String getVersionId()
Gets the value of the versionId property.- Returns:
- possible object is
String
-
setVersionId
public void setVersionId(java.lang.String value)
Sets the value of the versionId property.- Parameters:
value- allowed object isString
-
getLocalIdentifier
public java.lang.String getLocalIdentifier()
Gets the value of the localIdentifier property.- Returns:
- possible object is
String
-
setLocalIdentifier
public void setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.- Parameters:
value- allowed object isString
-
getSubmitterName
public java.lang.String getSubmitterName()
Gets the value of the submitterName property.- Returns:
- possible object is
String
-
setSubmitterName
public void setSubmitterName(java.lang.String value)
Sets the value of the submitterName property.- Parameters:
value- allowed object isString
-
getDefinition
public java.lang.String getDefinition()
Gets the value of the definition property.- Returns:
- possible object is
String
-
setDefinition
public void setDefinition(java.lang.String value)
Sets the value of the definition property.- Parameters:
value- allowed object isString
-
isAbstractFlag
public java.lang.Boolean isAbstractFlag()
Gets the value of the abstractFlag property.- Returns:
- possible object is
Boolean
-
setAbstractFlag
public void setAbstractFlag(java.lang.Boolean value)
Sets the value of the abstractFlag property.- Parameters:
value- allowed object isBoolean
-
isElementFlag
public java.lang.Boolean isElementFlag()
Gets the value of the elementFlag property.- Returns:
- possible object is
Boolean
-
setElementFlag
public void setElementFlag(java.lang.Boolean value)
Sets the value of the elementFlag property.- Parameters:
value- allowed object isBoolean
-
getInternalReferences
public java.util.List<InternalReference> 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- Returns:
- The value of the internalReferences property.
-
getDDAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals
public java.util.List<java.lang.Object> 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- Returns:
- The value of the ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals property.
-
getTerminologicalEntries
public java.util.List<TerminologicalEntry> 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- Returns:
- The value of the terminologicalEntries property.
-
-