Class DDClassFull
public class DDClassFull extends Object
Java class for DD_Class_Full complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DD_Class_Full">
   <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="steward_id" type="{http://pds.nasa.gov/pds4/pds/v1}steward_id"/>
         <element name="type" type="{http://pds.nasa.gov/pds4/pds/v1}type"/>
         <element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
         <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="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
         <element name="registered_by" type="{http://pds.nasa.gov/pds4/pds/v1}registered_by"/>
         <element name="registration_authority_id" type="{http://pds.nasa.gov/pds4/pds/v1}registration_authority_id"/>
         <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 name="DD_Association" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Association" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Terminological_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Terminological_Entry" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected BooleanabstractFlagprotected Stringcommentprotected List<DDAssociation>ddAssociationsprotected Stringdefinitionprotected BooleanelementFlagprotected StringlocalIdentifierprotected Stringnameprotected StringnamespaceIdprotected StringregisteredByprotected StringregistrationAuthorityIdprotected StringstewardIdprotected StringsubmitterNameprotected List<TerminologicalEntry>terminologicalEntriesprotected Stringtypeprotected StringversionId
- 
Constructor SummaryConstructors Constructor Description DDClassFull()
- 
Method SummaryModifier and Type Method Description StringgetComment()Gets the value of the comment property.List<DDAssociation>getDDAssociations()Gets the value of the ddAssociations property.StringgetDefinition()Gets the value of the definition property.StringgetLocalIdentifier()Gets the value of the localIdentifier property.StringgetName()Gets the value of the name property.StringgetNamespaceId()Gets the value of the namespaceId property.StringgetRegisteredBy()Gets the value of the registeredBy property.StringgetRegistrationAuthorityId()Gets the value of the registrationAuthorityId property.StringgetStewardId()Gets the value of the stewardId property.StringgetSubmitterName()Gets the value of the submitterName property.List<TerminologicalEntry>getTerminologicalEntries()Gets the value of the terminologicalEntries property.StringgetType()Gets the value of the type 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.voidsetComment(String value)Sets the value of the comment 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.voidsetNamespaceId(String value)Sets the value of the namespaceId property.voidsetRegisteredBy(String value)Sets the value of the registeredBy property.voidsetRegistrationAuthorityId(String value)Sets the value of the registrationAuthorityId property.voidsetStewardId(String value)Sets the value of the stewardId property.voidsetSubmitterName(String value)Sets the value of the submitterName property.voidsetType(String value)Sets the value of the type property.voidsetVersionId(String value)Sets the value of the versionId property.
- 
Field Details- 
name
- 
versionId
- 
localIdentifier
- 
stewardId
- 
type
- 
namespaceId
- 
submitterName
- 
definition
- 
comment
- 
registeredBy
- 
registrationAuthorityId
- 
abstractFlag
- 
elementFlag
- 
ddAssociations
- 
terminologicalEntries
 
- 
- 
Constructor Details- 
DDClassFullpublic DDClassFull()
 
- 
- 
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
 
- 
getVersionIdGets the value of the versionId property.- Returns:
- possible object is
     String
 
- 
setVersionIdSets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
- 
getLocalIdentifierGets the value of the localIdentifier property.- Returns:
- possible object is
     String
 
- 
setLocalIdentifierSets the value of the localIdentifier property.- Parameters:
- value- allowed object is- String
 
- 
getStewardIdGets the value of the stewardId property.- Returns:
- possible object is
     String
 
- 
setStewardIdSets the value of the stewardId property.- Parameters:
- value- allowed object is- String
 
- 
getTypeGets the value of the type property.- Returns:
- possible object is
     String
 
- 
setTypeSets the value of the type 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
 
- 
getSubmitterNameGets the value of the submitterName property.- Returns:
- possible object is
     String
 
- 
setSubmitterNameSets the value of the submitterName property.- Parameters:
- value- allowed object is- String
 
- 
getDefinitionGets the value of the definition property.- Returns:
- possible object is
     String
 
- 
setDefinitionSets the value of the definition property.- Parameters:
- value- allowed object is- String
 
- 
getCommentGets the value of the comment property.- Returns:
- possible object is
     String
 
- 
setCommentSets the value of the comment property.- Parameters:
- value- allowed object is- String
 
- 
getRegisteredByGets the value of the registeredBy property.- Returns:
- possible object is
     String
 
- 
setRegisteredBySets the value of the registeredBy property.- Parameters:
- value- allowed object is- String
 
- 
getRegistrationAuthorityIdGets the value of the registrationAuthorityId property.- Returns:
- possible object is
     String
 
- 
setRegistrationAuthorityIdSets the value of the registrationAuthorityId property.- Parameters:
- value- allowed object is- String
 
- 
isAbstractFlagGets the value of the abstractFlag property.- Returns:
- possible object is
     Boolean
 
- 
setAbstractFlagSets the value of the abstractFlag property.- Parameters:
- value- allowed object is- Boolean
 
- 
isElementFlagGets the value of the elementFlag property.- Returns:
- possible object is
     Boolean
 
- 
setElementFlagSets the value of the elementFlag property.- Parameters:
- value- allowed object is- Boolean
 
- 
getDDAssociationsGets the value of the ddAssociations 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 ddAssociations property.For example, to add a new item, do as follows: getDDAssociations().add(newItem);Objects of the following type(s) are allowed in the list DDAssociation
- 
getTerminologicalEntriesGets 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
 
-