|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.IngestDD
public class IngestDD
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 |
---|
protected String fullName
protected String localIdentifier
protected String comment
protected String lastModificationDateTime
protected Boolean pds4MergeFlag
protected List<DDAttribute> ddAttributes
protected List<DDClass> ddClasses
Constructor Detail |
---|
public IngestDD()
Method Detail |
---|
public String getFullName()
String
public void setFullName(String value)
value
- allowed object is
String
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public String getLastModificationDateTime()
String
public void setLastModificationDateTime(String value)
value
- allowed object is
String
public Boolean isPds4MergeFlag()
Boolean
public void setPds4MergeFlag(Boolean value)
value
- allowed object is
Boolean
public List<DDAttribute> getDDAttributes()
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
public List<DDClass> getDDClasses()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |