Class DDAttributeExtended
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DDAttributeExtended
 
- 
 public class DDAttributeExtended extends java.lang.ObjectThe DD_Attribute_Extended class allows the extension of an existing attribute.Java class for DD_Attribute_Extended complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="DD_Attribute_Extended"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="instance_id" type="{http://pds.nasa.gov/pds4/pds/v1}instance_id"/> <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier"/> <element name="definition" type="{http://pds.nasa.gov/pds4/pds/v1}definition" minOccurs="0"/> <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" 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" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringcommentprotected java.util.List<DDValueDomain>ddValueDomainsprotected java.lang.Stringdefinitionprotected java.lang.StringinstanceIdprotected java.lang.StringlocalIdentifierprotected java.util.List<TerminologicalEntry>terminologicalEntries
 - 
Constructor SummaryConstructors Constructor Description DDAttributeExtended()
 - 
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<DDValueDomain>getDDValueDomains()Gets the value of the ddValueDomains property.java.lang.StringgetDefinition()Gets the value of the definition property.java.lang.StringgetInstanceId()Gets the value of the instanceId property.java.lang.StringgetLocalIdentifier()Gets the value of the localIdentifier property.java.util.List<TerminologicalEntry>getTerminologicalEntries()Gets the value of the terminologicalEntries 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.voidsetInstanceId(java.lang.String value)Sets the value of the instanceId property.voidsetLocalIdentifier(java.lang.String value)Sets the value of the localIdentifier property.
 
- 
- 
- 
Field Detail- 
instanceIdprotected java.lang.String instanceId 
 - 
localIdentifierprotected java.lang.String localIdentifier 
 - 
definitionprotected java.lang.String definition 
 - 
commentprotected java.lang.String comment 
 - 
terminologicalEntriesprotected java.util.List<TerminologicalEntry> terminologicalEntries 
 - 
ddValueDomainsprotected java.util.List<DDValueDomain> ddValueDomains 
 
- 
 - 
Method Detail- 
getInstanceIdpublic java.lang.String getInstanceId() Gets the value of the instanceId property.- Returns:
- possible object is
     String
 
 - 
setInstanceIdpublic void setInstanceId(java.lang.String value) Sets the value of the instanceId 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
 
 - 
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
 
 - 
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.
 
 - 
getDDValueDomainspublic java.util.List<DDValueDomain> getDDValueDomains() Gets the value of the ddValueDomains 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 ddValueDomains property.For example, to add a new item, do as follows: getDDValueDomains().add(newItem); Objects of the following type(s) are allowed in the list DDValueDomain- Returns:
- The value of the ddValueDomains property.
 
 
- 
 
-