Class DDClassFull

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

public class DDClassFull
extends Object
The 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 Details

    • name

      protected String name
    • versionId

      protected String versionId
    • localIdentifier

      protected String localIdentifier
    • stewardId

      protected String stewardId
    • type

      protected String type
    • namespaceId

      protected String namespaceId
    • submitterName

      protected String submitterName
    • definition

      protected String definition
    • comment

      protected String comment
    • registeredBy

      protected String registeredBy
    • registrationAuthorityId

      protected String registrationAuthorityId
    • abstractFlag

      protected Boolean abstractFlag
    • elementFlag

      protected Boolean elementFlag
    • ddAssociations

      protected List<DDAssociation> ddAssociations
    • terminologicalEntries

      protected List<TerminologicalEntry> terminologicalEntries
  • Constructor Details

    • DDClassFull

      public DDClassFull()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getVersionId

      public String getVersionId()
      Gets the value of the versionId property.
      Returns:
      possible object is String
    • setVersionId

      public void setVersionId​(String value)
      Sets the value of the versionId 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
    • getStewardId

      public String getStewardId()
      Gets the value of the stewardId property.
      Returns:
      possible object is String
    • setStewardId

      public void setStewardId​(String value)
      Sets the value of the stewardId property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType​(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getNamespaceId

      public String getNamespaceId()
      Gets the value of the namespaceId property.
      Returns:
      possible object is String
    • setNamespaceId

      public void setNamespaceId​(String value)
      Sets the value of the namespaceId property.
      Parameters:
      value - allowed object is String
    • getSubmitterName

      public String getSubmitterName()
      Gets the value of the submitterName property.
      Returns:
      possible object is String
    • setSubmitterName

      public void setSubmitterName​(String value)
      Sets the value of the submitterName 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
    • getRegisteredBy

      public String getRegisteredBy()
      Gets the value of the registeredBy property.
      Returns:
      possible object is String
    • setRegisteredBy

      public void setRegisteredBy​(String value)
      Sets the value of the registeredBy property.
      Parameters:
      value - allowed object is String
    • getRegistrationAuthorityId

      public String getRegistrationAuthorityId()
      Gets the value of the registrationAuthorityId property.
      Returns:
      possible object is String
    • setRegistrationAuthorityId

      public void setRegistrationAuthorityId​(String value)
      Sets the value of the registrationAuthorityId property.
      Parameters:
      value - allowed object is String
    • isAbstractFlag

      public Boolean isAbstractFlag()
      Gets the value of the abstractFlag property.
      Returns:
      possible object is Boolean
    • setAbstractFlag

      public void setAbstractFlag​(Boolean value)
      Sets the value of the abstractFlag property.
      Parameters:
      value - allowed object is Boolean
    • isElementFlag

      public Boolean isElementFlag()
      Gets the value of the elementFlag property.
      Returns:
      possible object is Boolean
    • setElementFlag

      public void setElementFlag​(Boolean value)
      Sets the value of the elementFlag property.
      Parameters:
      value - allowed object is Boolean
    • getDDAssociations

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

    • 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