Class DDAttribute
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DDAttribute
 
- 
 public class DDAttribute extends java.lang.ObjectThe DD_Attribute class defines an attribute for a data dictionary.Java class for DD_Attribute complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="DD_Attribute"> <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="nillable_flag" type="{http://pds.nasa.gov/pds4/pds/v1}nillable_flag"/> <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 ref="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="Terminological_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Terminological_Entry" maxOccurs="unbounded" minOccurs="0"/> <element name="DD_Value_Domain" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Value_Domain"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringcommentprotected DDValueDomainddValueDomainprotected java.lang.Stringdefinitionprotected java.util.List<InternalReference>internalReferencesprotected java.lang.StringlocalIdentifierprotected java.lang.Stringnameprotected booleannillableFlagprotected java.lang.StringsubmitterNameprotected java.util.List<TerminologicalEntry>terminologicalEntriesprotected java.lang.StringversionId
 - 
Constructor SummaryConstructors Constructor Description DDAttribute()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the value of the comment property.DDValueDomaingetDDValueDomain()Gets the value of the ddValueDomain 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.booleanisNillableFlag()Gets the value of the nillableFlag property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetDDValueDomain(DDValueDomain value)Sets the value of the ddValueDomain property.voidsetDefinition(java.lang.String value)Sets the value of the definition 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.voidsetNillableFlag(boolean value)Sets the value of the nillableFlag 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- 
nameprotected java.lang.String name 
 - 
versionIdprotected java.lang.String versionId 
 - 
localIdentifierprotected java.lang.String localIdentifier 
 - 
nillableFlagprotected boolean nillableFlag 
 - 
submitterNameprotected java.lang.String submitterName 
 - 
definitionprotected java.lang.String definition 
 - 
commentprotected java.lang.String comment 
 - 
internalReferencesprotected java.util.List<InternalReference> internalReferences 
 - 
terminologicalEntriesprotected java.util.List<TerminologicalEntry> terminologicalEntries 
 - 
ddValueDomainprotected DDValueDomain ddValueDomain 
 
- 
 - 
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
 
 - 
isNillableFlagpublic boolean isNillableFlag() Gets the value of the nillableFlag property.
 - 
setNillableFlagpublic void setNillableFlag(boolean value) Sets the value of the nillableFlag property.
 - 
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
 
 - 
getInternalReferencespublic 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.
 
 - 
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.
 
 - 
getDDValueDomainpublic DDValueDomain getDDValueDomain() Gets the value of the ddValueDomain property.- Returns:
- possible object is
     DDValueDomain
 
 - 
setDDValueDomainpublic void setDDValueDomain(DDValueDomain value) Sets the value of the ddValueDomain property.- Parameters:
- value- allowed object is- DDValueDomain
 
 
- 
 
-