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

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

public class IngestLDDTool
extends Object

The Ingest_LDDTool class provides a form for collecting class and attribute definitions for processing by the LDDTool.

Java class for Ingest_LDDTool complex type.

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

 <complexType name="Ingest_LDDTool">
   <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_Short_String_Collapsed"/>
         <element name="pds4_merge_flag" type="{http://pds.nasa.gov/pds4/pds/v03}ASCII_Short_String_Collapsed" 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  String pds4MergeFlag
           
 
Constructor Summary
IngestLDDTool()
           
 
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.
 String getPds4MergeFlag()
          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(String 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 String pds4MergeFlag

ddAttributes

protected List<DDAttribute> ddAttributes

ddClasses

protected List<DDClass> ddClasses
Constructor Detail

IngestLDDTool

public IngestLDDTool()
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

getPds4MergeFlag

public String getPds4MergeFlag()
Gets the value of the pds4MergeFlag property.

Returns:
possible object is String

setPds4MergeFlag

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

Parameters:
value - allowed object is String

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.