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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
abstractFlag |
protected List<Object> |
ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals |
protected String |
definition |
protected Boolean |
elementFlag |
protected List<InternalReference> |
internalReferences |
protected String |
localIdentifier |
protected String |
name |
protected String |
submitterName |
protected List<TerminologicalEntry> |
terminologicalEntries |
protected String |
versionId |
| Constructor and Description |
|---|
DDClass() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getDDAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals()
Gets the value of the ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals property.
|
String |
getDefinition()
Gets the value of the definition property.
|
List<InternalReference> |
getInternalReferences()
Gets the value of the internalReferences property.
|
String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSubmitterName()
Gets the value of the submitterName property.
|
List<TerminologicalEntry> |
getTerminologicalEntries()
Gets the value of the terminologicalEntries property.
|
String |
getVersionId()
Gets the value of the versionId property.
|
Boolean |
isAbstractFlag()
Gets the value of the abstractFlag property.
|
Boolean |
isElementFlag()
Gets the value of the elementFlag property.
|
void |
setAbstractFlag(Boolean value)
Sets the value of the abstractFlag property.
|
void |
setDefinition(String value)
Sets the value of the definition property.
|
void |
setElementFlag(Boolean value)
Sets the value of the elementFlag property.
|
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSubmitterName(String value)
Sets the value of the submitterName property.
|
void |
setVersionId(String value)
Sets the value of the versionId property.
|
protected String name
protected String versionId
protected String localIdentifier
protected String submitterName
protected String definition
protected Boolean abstractFlag
protected Boolean elementFlag
protected List<InternalReference> internalReferences
protected List<Object> ddAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals
protected List<TerminologicalEntry> terminologicalEntries
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersionId()
Stringpublic void setVersionId(String value)
value - allowed object is
Stringpublic String getLocalIdentifier()
Stringpublic void setLocalIdentifier(String value)
value - allowed object is
Stringpublic String getSubmitterName()
Stringpublic void setSubmitterName(String value)
value - allowed object is
Stringpublic String getDefinition()
Stringpublic void setDefinition(String value)
value - allowed object is
Stringpublic Boolean isAbstractFlag()
Booleanpublic void setAbstractFlag(Boolean value)
value - allowed object is
Booleanpublic Boolean isElementFlag()
Booleanpublic void setElementFlag(Boolean value)
value - allowed object is
Booleanpublic List<InternalReference> getInternalReferences()
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 set method 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
public List<Object> getDDAssociateExternalClassesAndDDAssociationsAndDDAssociationExternals()
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 set method 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
DDAssociateExternalClass
DDAssociation
DDAssociationExternal
public List<TerminologicalEntry> getTerminologicalEntries()
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 set method 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
Copyright © 2020. All rights reserved.