Class DDClassExtended

java.lang.Object
gov.nasa.arc.pds.xml.generated.DDClassExtended

public class DDClassExtended extends Object
The DD_Class_Extended class allows the extension of an existing class.

Java class for DD_Class_Extended complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="DD_Class_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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • instanceId

      protected String instanceId
    • localIdentifier

      protected String localIdentifier
    • definition

      protected String definition
    • comment

      protected String comment
    • terminologicalEntries

      protected List<TerminologicalEntry> terminologicalEntries
  • Constructor Details

    • DDClassExtended

      public DDClassExtended()
  • Method Details

    • getInstanceId

      public String getInstanceId()
      Gets the value of the instanceId property.
      Returns:
      possible object is String
    • setInstanceId

      public void setInstanceId(String value)
      Sets the value of the instanceId property.
      Parameters:
      value - allowed object is String
    • getLocalIdentifier

      public String getLocalIdentifier()
      Gets the value of the localIdentifier property.
      Returns:
      possible object is String
    • setLocalIdentifier

      public void setLocalIdentifier(String value)
      Sets the value of the localIdentifier property.
      Parameters:
      value - allowed object is String
    • getDefinition

      public String getDefinition()
      Gets the value of the definition property.
      Returns:
      possible object is String
    • setDefinition

      public void setDefinition(String value)
      Sets the value of the definition property.
      Parameters:
      value - allowed object is String
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String
    • getTerminologicalEntries

      public 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 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

      Returns:
      The value of the terminologicalEntries property.