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

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

public class IngestDD
extends Object

The Ingest_DD class provides a form for collecting class and attribute definitions for ingesting into the data dictionary database.

Java class for Ingest_DD complex type.

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

 <complexType name="Ingest_DD">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="full_name" type="{http://pds.nasa.gov/pds4/pds/v03}ASCII_Short_String_Collapsed"/>
         <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v03}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v03}ASCII_Text_Preserved" minOccurs="0"/>
         <element name="last_modification_date_time" type="{http://pds.nasa.gov/pds4/pds/v03}ASCII_Date_Time_YMD"/>
         <element name="pds4_merge_flag" type="{http://pds.nasa.gov/pds4/pds/v03}ASCII_Boolean" minOccurs="0"/>
         <element name="DD_Attribute" type="{http://pds.nasa.gov/pds4/pds/v03}DD_Attribute" maxOccurs="unbounded"/>
         <element name="DD_Class" type="{http://pds.nasa.gov/pds4/pds/v03}DD_Class" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String comment
           
protected  List<DDAttribute> ddAttributes
           
protected  List<DDClass> ddClasses
           
protected  String fullName
           
protected  String lastModificationDateTime
           
protected  String localIdentifier
           
protected  Boolean pds4MergeFlag
           
 
Constructor Summary
IngestDD()
           
 
Method Summary
 String getComment()
          Gets the value of the comment property.
 List<DDAttribute> getDDAttributes()
          Gets the value of the ddAttributes property.
 List<DDClass> getDDClasses()
          Gets the value of the ddClasses property.
 String getFullName()
          Gets the value of the fullName property.
 String getLastModificationDateTime()
          Gets the value of the lastModificationDateTime property.
 String getLocalIdentifier()
          Gets the value of the localIdentifier property.
 Boolean isPds4MergeFlag()
          Gets the value of the pds4MergeFlag property.
 void setComment(String value)
          Sets the value of the comment property.
 void setFullName(String value)
          Sets the value of the fullName property.
 void setLastModificationDateTime(String value)
          Sets the value of the lastModificationDateTime property.
 void setLocalIdentifier(String value)
          Sets the value of the localIdentifier property.
 void setPds4MergeFlag(Boolean value)
          Sets the value of the pds4MergeFlag property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullName

protected String fullName

localIdentifier

protected String localIdentifier

comment

protected String comment

lastModificationDateTime

protected String lastModificationDateTime

pds4MergeFlag

protected Boolean pds4MergeFlag

ddAttributes

protected List<DDAttribute> ddAttributes

ddClasses

protected List<DDClass> ddClasses
Constructor Detail

IngestDD

public IngestDD()
Method Detail

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName 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

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

getLastModificationDateTime

public String getLastModificationDateTime()
Gets the value of the lastModificationDateTime property.

Returns:
possible object is String

setLastModificationDateTime

public void setLastModificationDateTime(String value)
Sets the value of the lastModificationDateTime property.

Parameters:
value - allowed object is String

isPds4MergeFlag

public Boolean isPds4MergeFlag()
Gets the value of the pds4MergeFlag property.

Returns:
possible object is Boolean

setPds4MergeFlag

public void setPds4MergeFlag(Boolean value)
Sets the value of the pds4MergeFlag property.

Parameters:
value - allowed object is Boolean

getDDAttributes

public List<DDAttribute> getDDAttributes()
Gets the value of the ddAttributes 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 ddAttributes property.

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

    getDDAttributes().add(newItem);
 

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


getDDClasses

public List<DDClass> getDDClasses()
Gets the value of the ddClasses 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 ddClasses property.

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

    getDDClasses().add(newItem);
 

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



Copyright © 2013. All Rights Reserved.