Class DDClassFull
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DDClassFull
 
- 
 public class DDClassFull extends java.lang.ObjectThe DD_Class_Full class provides a more complete definition of a class for a data dictionary.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 java.lang.BooleanabstractFlagprotected java.lang.Stringcommentprotected java.util.List<DDAssociation>ddAssociationsprotected java.lang.Stringdefinitionprotected java.lang.BooleanelementFlagprotected java.lang.StringlocalIdentifierprotected java.lang.Stringnameprotected java.lang.StringnamespaceIdprotected java.lang.StringregisteredByprotected java.lang.StringregistrationAuthorityIdprotected java.lang.StringstewardIdprotected java.lang.StringsubmitterNameprotected java.util.List<TerminologicalEntry>terminologicalEntriesprotected java.lang.Stringtypeprotected java.lang.StringversionId
 - 
Constructor SummaryConstructors Constructor Description DDClassFull()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the value of the comment property.java.util.List<DDAssociation>getDDAssociations()Gets the value of the ddAssociations property.java.lang.StringgetDefinition()Gets the value of the definition property.java.lang.StringgetLocalIdentifier()Gets the value of the localIdentifier property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNamespaceId()Gets the value of the namespaceId property.java.lang.StringgetRegisteredBy()Gets the value of the registeredBy property.java.lang.StringgetRegistrationAuthorityId()Gets the value of the registrationAuthorityId property.java.lang.StringgetStewardId()Gets the value of the stewardId 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.StringgetType()Gets the value of the type 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.voidsetComment(java.lang.String value)Sets the value of the comment 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.voidsetNamespaceId(java.lang.String value)Sets the value of the namespaceId property.voidsetRegisteredBy(java.lang.String value)Sets the value of the registeredBy property.voidsetRegistrationAuthorityId(java.lang.String value)Sets the value of the registrationAuthorityId property.voidsetStewardId(java.lang.String value)Sets the value of the stewardId property.voidsetSubmitterName(java.lang.String value)Sets the value of the submitterName property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetVersionId(java.lang.String value)Sets the value of the versionId property.
 
- 
- 
- 
Field Detail- 
nameprotected java.lang.String name 
 - 
versionIdprotected java.lang.String versionId 
 - 
localIdentifierprotected java.lang.String localIdentifier 
 - 
stewardIdprotected java.lang.String stewardId 
 - 
typeprotected java.lang.String type 
 - 
namespaceIdprotected java.lang.String namespaceId 
 - 
submitterNameprotected java.lang.String submitterName 
 - 
definitionprotected java.lang.String definition 
 - 
commentprotected java.lang.String comment 
 - 
registeredByprotected java.lang.String registeredBy 
 - 
registrationAuthorityIdprotected java.lang.String registrationAuthorityId 
 - 
abstractFlagprotected java.lang.Boolean abstractFlag 
 - 
elementFlagprotected java.lang.Boolean elementFlag 
 - 
ddAssociationsprotected java.util.List<DDAssociation> ddAssociations 
 - 
terminologicalEntriesprotected java.util.List<TerminologicalEntry> terminologicalEntries 
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getVersionIdpublic java.lang.String getVersionId() Gets the value of the versionId property.- Returns:
- possible object is
     String
 
 - 
setVersionIdpublic void setVersionId(java.lang.String value) Sets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
 - 
getLocalIdentifierpublic java.lang.String getLocalIdentifier() Gets the value of the localIdentifier property.- Returns:
- possible object is
     String
 
 - 
setLocalIdentifierpublic void setLocalIdentifier(java.lang.String value) Sets the value of the localIdentifier property.- Parameters:
- value- allowed object is- String
 
 - 
getStewardIdpublic java.lang.String getStewardId() Gets the value of the stewardId property.- Returns:
- possible object is
     String
 
 - 
setStewardIdpublic void setStewardId(java.lang.String value) Sets the value of the stewardId property.- Parameters:
- value- allowed object is- String
 
 - 
getTypepublic java.lang.String getType() Gets the value of the type property.- Returns:
- possible object is
     String
 
 - 
setTypepublic void setType(java.lang.String value) Sets the value of the type property.- Parameters:
- value- allowed object is- String
 
 - 
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
 
 - 
getSubmitterNamepublic java.lang.String getSubmitterName() Gets the value of the submitterName property.- Returns:
- possible object is
     String
 
 - 
setSubmitterNamepublic void setSubmitterName(java.lang.String value) Sets the value of the submitterName property.- Parameters:
- value- allowed object is- String
 
 - 
getDefinitionpublic java.lang.String getDefinition() Gets the value of the definition property.- Returns:
- possible object is
     String
 
 - 
setDefinitionpublic void setDefinition(java.lang.String value) Sets the value of the definition property.- Parameters:
- value- allowed object is- String
 
 - 
getCommentpublic java.lang.String getComment() Gets the value of the comment property.- Returns:
- possible object is
     String
 
 - 
setCommentpublic void setComment(java.lang.String value) Sets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 - 
getRegisteredBypublic java.lang.String getRegisteredBy() Gets the value of the registeredBy property.- Returns:
- possible object is
     String
 
 - 
setRegisteredBypublic void setRegisteredBy(java.lang.String value) Sets the value of the registeredBy property.- Parameters:
- value- allowed object is- String
 
 - 
getRegistrationAuthorityIdpublic java.lang.String getRegistrationAuthorityId() Gets the value of the registrationAuthorityId property.- Returns:
- possible object is
     String
 
 - 
setRegistrationAuthorityIdpublic void setRegistrationAuthorityId(java.lang.String value) Sets the value of the registrationAuthorityId property.- Parameters:
- value- allowed object is- String
 
 - 
isAbstractFlagpublic java.lang.Boolean isAbstractFlag() Gets the value of the abstractFlag property.- Returns:
- possible object is
     Boolean
 
 - 
setAbstractFlagpublic void setAbstractFlag(java.lang.Boolean value) Sets the value of the abstractFlag property.- Parameters:
- value- allowed object is- Boolean
 
 - 
isElementFlagpublic java.lang.Boolean isElementFlag() Gets the value of the elementFlag property.- Returns:
- possible object is
     Boolean
 
 - 
setElementFlagpublic void setElementFlag(java.lang.Boolean value) Sets the value of the elementFlag property.- Parameters:
- value- allowed object is- Boolean
 
 - 
getDDAssociationspublic java.util.List<DDAssociation> getDDAssociations() Gets 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- Returns:
- The value of the ddAssociations property.
 
 - 
getTerminologicalEntriespublic 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.
 
 
- 
 
-