gov.nasa.arc.pds.xml.generated
Class DDClass

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.DDClass

public class DDClass
extends Object

The DD_Class class defines a class for a data dictionary.

Java class for DD_Class complex type.

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

 <complexType name="DD_Class">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="submitter_name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="definition" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/>
         <element name="abstract_flag" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Boolean" minOccurs="0"/>
         <element name="Internal_Reference" type="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference" maxOccurs="unbounded" minOccurs="0"/>
         <choice maxOccurs="unbounded">
           <element name="DD_Association" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Association"/>
           <element name="DD_Association_External" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Association_External"/>
         </choice>
         <element name="Terminological_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Terminological_Entry" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean abstractFlag
           
protected  List<Object> ddAssociationsAndDDAssociationExternals
           
protected  String definition
           
protected  List<InternalReference> internalReferences
           
protected  String localIdentifier
           
protected  String name
           
protected  String submitterName
           
protected  List<TerminologicalEntry> terminologicalEntries
           
protected  String versionId
           
 
Constructor Summary
DDClass()
           
 
Method Summary
 List<Object> getDDAssociationsAndDDAssociationExternals()
          Gets the value of the ddAssociationsAndDDAssociationExternals property.
 String getDefinition()
          Gets the value of the definition property.
 List<InternalReference> getInternalReferences()
          Gets the value of the internalReferences property.
 String getLocalIdentifier()
          Gets the value of the localIdentifier property.
 String getName()
          Gets the value of the name property.
 String getSubmitterName()
          Gets the value of the submitterName property.
 List<TerminologicalEntry> getTerminologicalEntries()
          Gets the value of the terminologicalEntries property.
 String getVersionId()
          Gets the value of the versionId property.
 Boolean isAbstractFlag()
          Gets the value of the abstractFlag property.
 void setAbstractFlag(Boolean value)
          Sets the value of the abstractFlag property.
 void setDefinition(String value)
          Sets the value of the definition property.
 void setLocalIdentifier(String value)
          Sets the value of the localIdentifier property.
 void setName(String value)
          Sets the value of the name property.
 void setSubmitterName(String value)
          Sets the value of the submitterName property.
 void setVersionId(String value)
          Sets the value of the versionId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

versionId

protected String versionId

localIdentifier

protected String localIdentifier

submitterName

protected String submitterName

definition

protected String definition

abstractFlag

protected Boolean abstractFlag

internalReferences

protected List<InternalReference> internalReferences

ddAssociationsAndDDAssociationExternals

protected List<Object> ddAssociationsAndDDAssociationExternals

terminologicalEntries

protected List<TerminologicalEntry> terminologicalEntries
Constructor Detail

DDClass

public DDClass()
Method Detail

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

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

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

getInternalReferences

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


getDDAssociationsAndDDAssociationExternals

public List<Object> getDDAssociationsAndDDAssociationExternals()
Gets the value of the ddAssociationsAndDDAssociationExternals 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 ddAssociationsAndDDAssociationExternals property.

For example, to add a new item, do as follows:

    getDDAssociationsAndDDAssociationExternals().add(newItem);
 

Objects of the following type(s) are allowed in the list DDAssociation DDAssociationExternal


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



Copyright © 2014. All Rights Reserved.