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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected List<DDAttribute> |
ddAttributes |
protected List<DDClass> |
ddClasses |
protected List<DDRule> |
ddRules |
protected String |
dictionaryType |
protected List<String> |
externalPropertyMapsIds |
protected String |
fullName |
protected String |
lastModificationDateTime |
protected String |
lddVersionId |
protected String |
name |
protected String |
namespaceId |
protected List<PropertyMaps> |
propertyMaps |
protected String |
stewardId |
| Constructor and Description |
|---|
IngestLDD() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<DDRule> |
getDDRules()
Gets the value of the ddRules property.
|
String |
getDictionaryType()
Gets the value of the dictionaryType property.
|
List<String> |
getExternalPropertyMapsIds()
Gets the value of the externalPropertyMapsIds property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getLastModificationDateTime()
Gets the value of the lastModificationDateTime property.
|
String |
getLddVersionId()
Gets the value of the lddVersionId property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespaceId()
Gets the value of the namespaceId property.
|
List<PropertyMaps> |
getPropertyMaps()
Gets the value of the propertyMaps property.
|
String |
getStewardId()
Gets the value of the stewardId property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDictionaryType(String value)
Sets the value of the dictionaryType property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setLastModificationDateTime(String value)
Sets the value of the lastModificationDateTime property.
|
void |
setLddVersionId(String value)
Sets the value of the lddVersionId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespaceId(String value)
Sets the value of the namespaceId property.
|
void |
setStewardId(String value)
Sets the value of the stewardId property.
|
protected String name
protected String lddVersionId
protected String dictionaryType
protected String fullName
protected String stewardId
protected String namespaceId
protected String comment
protected String lastModificationDateTime
protected List<DDAttribute> ddAttributes
protected List<PropertyMaps> propertyMaps
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLddVersionId()
Stringpublic void setLddVersionId(String value)
value - allowed object is
Stringpublic String getDictionaryType()
Stringpublic void setDictionaryType(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getStewardId()
Stringpublic void setStewardId(String value)
value - allowed object is
Stringpublic String getNamespaceId()
Stringpublic void setNamespaceId(String value)
value - allowed object is
Stringpublic List<String> getExternalPropertyMapsIds()
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 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
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getLastModificationDateTime()
Stringpublic void setLastModificationDateTime(String value)
value - allowed object is
Stringpublic 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
public List<DDRule> getDDRules()
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 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
public List<PropertyMaps> getPropertyMaps()
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 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
Copyright © 2020. All rights reserved.