Class IngestLDD
public class IngestLDD extends Object
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_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 Stringcommentprotected List<DDAttribute>ddAttributesprotected List<DDClass>ddClassesprotected List<DDRule>ddRulesprotected StringdictionaryTypeprotected List<String>externalPropertyMapsIdsprotected StringfullNameprotected StringlastModificationDateTimeprotected StringlddVersionIdprotected Stringnameprotected StringnamespaceIdprotected List<PropertyMaps>propertyMapsprotected StringstewardId
- 
Constructor SummaryConstructors Constructor Description IngestLDD()
- 
Method SummaryModifier and Type Method Description StringgetComment()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.List<DDRule>getDDRules()Gets the value of the ddRules property.StringgetDictionaryType()Gets the value of the dictionaryType property.List<String>getExternalPropertyMapsIds()Gets the value of the externalPropertyMapsIds property.StringgetFullName()Gets the value of the fullName property.StringgetLastModificationDateTime()Gets the value of the lastModificationDateTime property.StringgetLddVersionId()Gets the value of the lddVersionId property.StringgetName()Gets the value of the name property.StringgetNamespaceId()Gets the value of the namespaceId property.List<PropertyMaps>getPropertyMaps()Gets the value of the propertyMaps property.StringgetStewardId()Gets the value of the stewardId property.voidsetComment(String value)Sets the value of the comment property.voidsetDictionaryType(String value)Sets the value of the dictionaryType property.voidsetFullName(String value)Sets the value of the fullName property.voidsetLastModificationDateTime(String value)Sets the value of the lastModificationDateTime property.voidsetLddVersionId(String value)Sets the value of the lddVersionId property.voidsetName(String value)Sets the value of the name property.voidsetNamespaceId(String value)Sets the value of the namespaceId property.voidsetStewardId(String value)Sets the value of the stewardId property.
- 
Field Details- 
name
- 
lddVersionId
- 
dictionaryType
- 
fullName
- 
stewardId
- 
namespaceId
- 
externalPropertyMapsIds
- 
comment
- 
lastModificationDateTime
- 
ddAttributes
- 
ddClasses
- 
ddRules
- 
propertyMaps
 
- 
- 
Constructor Details- 
IngestLDDpublic IngestLDD()
 
- 
- 
Method Details- 
getNameGets the value of the name property.- Returns:
- possible object is
     String
 
- 
setNameSets the value of the name property.- Parameters:
- value- allowed object is- String
 
- 
getLddVersionIdGets the value of the lddVersionId property.- Returns:
- possible object is
     String
 
- 
setLddVersionIdSets the value of the lddVersionId property.- Parameters:
- value- allowed object is- String
 
- 
getDictionaryTypeGets the value of the dictionaryType property.- Returns:
- possible object is
     String
 
- 
setDictionaryTypeSets the value of the dictionaryType property.- Parameters:
- value- allowed object is- String
 
- 
getFullNameGets the value of the fullName property.- Returns:
- possible object is
     String
 
- 
setFullNameSets the value of the fullName property.- Parameters:
- value- allowed object is- String
 
- 
getStewardIdGets the value of the stewardId property.- Returns:
- possible object is
     String
 
- 
setStewardIdSets the value of the stewardId property.- Parameters:
- value- allowed object is- String
 
- 
getNamespaceIdGets the value of the namespaceId property.- Returns:
- possible object is
     String
 
- 
setNamespaceIdSets the value of the namespaceId property.- Parameters:
- value- allowed object is- String
 
- 
getExternalPropertyMapsIdsGets 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
- 
getCommentGets the value of the comment property.- Returns:
- possible object is
     String
 
- 
setCommentSets the value of the comment property.- Parameters:
- value- allowed object is- String
 
- 
getLastModificationDateTimeGets the value of the lastModificationDateTime property.- Returns:
- possible object is
     String
 
- 
setLastModificationDateTimeSets the value of the lastModificationDateTime property.- Parameters:
- value- allowed object is- String
 
- 
getDDAttributesGets 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
- 
getDDClassesGets 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
- 
getDDRulesGets 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
- 
getPropertyMapsGets 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
 
-