Class IngestLDD
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.IngestLDD
 
- 
 public class IngestLDD extends java.lang.ObjectThe Ingest_LDD class provides a form for collecting class and attribute definitions.Java class for Ingest_LDD complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Ingest_LDD"> <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="ldd_version_id" type="{http://pds.nasa.gov/pds4/pds/v1}ldd_version_id"/> <element name="dictionary_type" type="{http://pds.nasa.gov/pds4/pds/v1}dictionary_type"/> <element name="full_name" type="{http://pds.nasa.gov/pds4/pds/v1}full_name"/> <element name="steward_id" type="{http://pds.nasa.gov/pds4/pds/v1}steward_id"/> <element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/> <element name="external_property_maps_id" type="{http://pds.nasa.gov/pds4/pds/v1}external_property_maps_id" maxOccurs="unbounded" minOccurs="0"/> <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/> <element name="last_modification_date_time" type="{http://pds.nasa.gov/pds4/pds/v1}last_modification_date_time"/> <element name="DD_Attribute" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Attribute" maxOccurs="unbounded" minOccurs="0"/> <element name="DD_Class" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Class" maxOccurs="unbounded" minOccurs="0"/> <element name="DD_Attribute_Extended" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Attribute_Extended" maxOccurs="unbounded" minOccurs="0"/> <element name="DD_Class_Extended" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Class_Extended" maxOccurs="unbounded" minOccurs="0"/> <element name="DD_Rule" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Rule" maxOccurs="unbounded" minOccurs="0"/> <element name="Property_Maps" type="{http://pds.nasa.gov/pds4/pds/v1}Property_Maps" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringcommentprotected java.util.List<DDAttributeExtended>ddAttributeExtendedsprotected java.util.List<DDAttribute>ddAttributesprotected java.util.List<DDClass>ddClassesprotected java.util.List<DDClassExtended>ddClassExtendedsprotected java.util.List<DDRule>ddRulesprotected java.lang.StringdictionaryTypeprotected java.util.List<java.lang.String>externalPropertyMapsIdsprotected java.lang.StringfullNameprotected java.lang.StringlastModificationDateTimeprotected java.lang.StringlddVersionIdprotected java.lang.Stringnameprotected java.lang.StringnamespaceIdprotected java.util.List<PropertyMaps>propertyMapsprotected java.lang.StringstewardId
 - 
Constructor SummaryConstructors Constructor Description IngestLDD()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the value of the comment property.java.util.List<DDAttributeExtended>getDDAttributeExtendeds()Gets the value of the ddAttributeExtendeds property.java.util.List<DDAttribute>getDDAttributes()Gets the value of the ddAttributes property.java.util.List<DDClass>getDDClasses()Gets the value of the ddClasses property.java.util.List<DDClassExtended>getDDClassExtendeds()Gets the value of the ddClassExtendeds property.java.util.List<DDRule>getDDRules()Gets the value of the ddRules property.java.lang.StringgetDictionaryType()Gets the value of the dictionaryType property.java.util.List<java.lang.String>getExternalPropertyMapsIds()Gets the value of the externalPropertyMapsIds property.java.lang.StringgetFullName()Gets the value of the fullName property.java.lang.StringgetLastModificationDateTime()Gets the value of the lastModificationDateTime property.java.lang.StringgetLddVersionId()Gets the value of the lddVersionId property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNamespaceId()Gets the value of the namespaceId property.java.util.List<PropertyMaps>getPropertyMaps()Gets the value of the propertyMaps property.java.lang.StringgetStewardId()Gets the value of the stewardId property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetDictionaryType(java.lang.String value)Sets the value of the dictionaryType property.voidsetFullName(java.lang.String value)Sets the value of the fullName property.voidsetLastModificationDateTime(java.lang.String value)Sets the value of the lastModificationDateTime property.voidsetLddVersionId(java.lang.String value)Sets the value of the lddVersionId property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNamespaceId(java.lang.String value)Sets the value of the namespaceId property.voidsetStewardId(java.lang.String value)Sets the value of the stewardId property.
 
- 
- 
- 
Field Detail- 
nameprotected java.lang.String name 
 - 
lddVersionIdprotected java.lang.String lddVersionId 
 - 
dictionaryTypeprotected java.lang.String dictionaryType 
 - 
fullNameprotected java.lang.String fullName 
 - 
stewardIdprotected java.lang.String stewardId 
 - 
namespaceIdprotected java.lang.String namespaceId 
 - 
externalPropertyMapsIdsprotected java.util.List<java.lang.String> externalPropertyMapsIds 
 - 
commentprotected java.lang.String comment 
 - 
lastModificationDateTimeprotected java.lang.String lastModificationDateTime 
 - 
ddAttributesprotected java.util.List<DDAttribute> ddAttributes 
 - 
ddClassesprotected java.util.List<DDClass> ddClasses 
 - 
ddAttributeExtendedsprotected java.util.List<DDAttributeExtended> ddAttributeExtendeds 
 - 
ddClassExtendedsprotected java.util.List<DDClassExtended> ddClassExtendeds 
 - 
ddRulesprotected java.util.List<DDRule> ddRules 
 - 
propertyMapsprotected java.util.List<PropertyMaps> propertyMaps 
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getLddVersionIdpublic java.lang.String getLddVersionId() Gets the value of the lddVersionId property.- Returns:
- possible object is
     String
 
 - 
setLddVersionIdpublic void setLddVersionId(java.lang.String value) Sets the value of the lddVersionId property.- Parameters:
- value- allowed object is- String
 
 - 
getDictionaryTypepublic java.lang.String getDictionaryType() Gets the value of the dictionaryType property.- Returns:
- possible object is
     String
 
 - 
setDictionaryTypepublic void setDictionaryType(java.lang.String value) Sets the value of the dictionaryType property.- Parameters:
- value- allowed object is- String
 
 - 
getFullNamepublic java.lang.String getFullName() Gets the value of the fullName property.- Returns:
- possible object is
     String
 
 - 
setFullNamepublic void setFullName(java.lang.String value) Sets the value of the fullName property.- Parameters:
- value- allowed object is- String
 
 - 
getStewardIdpublic java.lang.String getStewardId() Gets the value of the stewardId property.- Returns:
- possible object is
     String
 
 - 
setStewardIdpublic void setStewardId(java.lang.String value) Sets the value of the stewardId property.- Parameters:
- value- allowed object is- String
 
 - 
getNamespaceIdpublic java.lang.String getNamespaceId() Gets the value of the namespaceId property.- Returns:
- possible object is
     String
 
 - 
setNamespaceIdpublic void setNamespaceId(java.lang.String value) Sets the value of the namespaceId property.- Parameters:
- value- allowed object is- String
 
 - 
getExternalPropertyMapsIdspublic java.util.List<java.lang.String> getExternalPropertyMapsIds() Gets the value of the externalPropertyMapsIds 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 setmethod for the externalPropertyMapsIds property.For example, to add a new item, do as follows: getExternalPropertyMapsIds().add(newItem); Objects of the following type(s) are allowed in the list String- Returns:
- The value of the externalPropertyMapsIds property.
 
 - 
getCommentpublic java.lang.String getComment() Gets the value of the comment property.- Returns:
- possible object is
     String
 
 - 
setCommentpublic void setComment(java.lang.String value) Sets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 - 
getLastModificationDateTimepublic java.lang.String getLastModificationDateTime() Gets the value of the lastModificationDateTime property.- Returns:
- possible object is
     String
 
 - 
setLastModificationDateTimepublic void setLastModificationDateTime(java.lang.String value) Sets the value of the lastModificationDateTime property.- Parameters:
- value- allowed object is- String
 
 - 
getDDAttributespublic java.util.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 setmethod 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- Returns:
- The value of the ddAttributes property.
 
 - 
getDDClassespublic java.util.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 setmethod 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- Returns:
- The value of the ddClasses property.
 
 - 
getDDAttributeExtendedspublic java.util.List<DDAttributeExtended> getDDAttributeExtendeds() Gets the value of the ddAttributeExtendeds 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 setmethod for the ddAttributeExtendeds property.For example, to add a new item, do as follows: getDDAttributeExtendeds().add(newItem); Objects of the following type(s) are allowed in the list DDAttributeExtended- Returns:
- The value of the ddAttributeExtendeds property.
 
 - 
getDDClassExtendedspublic java.util.List<DDClassExtended> getDDClassExtendeds() Gets the value of the ddClassExtendeds 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 setmethod for the ddClassExtendeds property.For example, to add a new item, do as follows: getDDClassExtendeds().add(newItem); Objects of the following type(s) are allowed in the list DDClassExtended- Returns:
- The value of the ddClassExtendeds property.
 
 - 
getDDRulespublic java.util.List<DDRule> getDDRules() Gets the value of the ddRules 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 setmethod for the ddRules property.For example, to add a new item, do as follows: getDDRules().add(newItem); Objects of the following type(s) are allowed in the list DDRule- Returns:
- The value of the ddRules property.
 
 - 
getPropertyMapspublic java.util.List<PropertyMaps> getPropertyMaps() Gets the value of the propertyMaps 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 setmethod for the propertyMaps property.For example, to add a new item, do as follows: getPropertyMaps().add(newItem); Objects of the following type(s) are allowed in the list PropertyMaps- Returns:
- The value of the propertyMaps property.
 
 
- 
 
-