Class PropertyMap
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.PropertyMap
 
- 
 public class PropertyMap extends java.lang.ObjectThe Property Map class defines a table consisting of a set of data elements and their values. The data elements in this table are considered to be locally defined and not subject to standards except for nomenclature rules.Java class for Property_Map complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Property_Map"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://pds.nasa.gov/pds4/pds/v1}identifier" minOccurs="0"/> <element name="title" type="{http://pds.nasa.gov/pds4/pds/v1}title" minOccurs="0"/> <element name="model_object_id" type="{http://pds.nasa.gov/pds4/pds/v1}model_object_id"/> <element name="model_object_type" type="{http://pds.nasa.gov/pds4/pds/v1}model_object_type"/> <element name="instance_id" type="{http://pds.nasa.gov/pds4/pds/v1}instance_id" maxOccurs="unbounded" minOccurs="0"/> <element name="external_namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}external_namespace_id" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/> <element name="Property_Map_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Property_Map_Entry" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.util.List<java.lang.String>externalNamespaceIdsprotected java.lang.Stringidentifierprotected java.util.List<java.lang.String>instanceIdsprotected java.lang.StringmodelObjectIdprotected java.lang.StringmodelObjectTypeprotected java.util.List<PropertyMapEntry>propertyMapEntriesprotected java.lang.Stringtitle
 - 
Constructor SummaryConstructors Constructor Description PropertyMap()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.util.List<java.lang.String>getExternalNamespaceIds()Gets the value of the externalNamespaceIds property.java.lang.StringgetIdentifier()Gets the value of the identifier property.java.util.List<java.lang.String>getInstanceIds()Gets the value of the instanceIds property.java.lang.StringgetModelObjectId()Gets the value of the modelObjectId property.java.lang.StringgetModelObjectType()Gets the value of the modelObjectType property.java.util.List<PropertyMapEntry>getPropertyMapEntries()Gets the value of the propertyMapEntries property.java.lang.StringgetTitle()Gets the value of the title property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetIdentifier(java.lang.String value)Sets the value of the identifier property.voidsetModelObjectId(java.lang.String value)Sets the value of the modelObjectId property.voidsetModelObjectType(java.lang.String value)Sets the value of the modelObjectType property.voidsetTitle(java.lang.String value)Sets the value of the title property.
 
- 
- 
- 
Field Detail- 
identifierprotected java.lang.String identifier 
 - 
titleprotected java.lang.String title 
 - 
modelObjectIdprotected java.lang.String modelObjectId 
 - 
modelObjectTypeprotected java.lang.String modelObjectType 
 - 
instanceIdsprotected java.util.List<java.lang.String> instanceIds 
 - 
externalNamespaceIdsprotected java.util.List<java.lang.String> externalNamespaceIds 
 - 
descriptionprotected java.lang.String description 
 - 
propertyMapEntriesprotected java.util.List<PropertyMapEntry> propertyMapEntries 
 
- 
 - 
Method Detail- 
getIdentifierpublic java.lang.String getIdentifier() Gets the value of the identifier property.- Returns:
- possible object is
     String
 
 - 
setIdentifierpublic void setIdentifier(java.lang.String value) Sets the value of the identifier property.- Parameters:
- value- allowed object is- String
 
 - 
getTitlepublic java.lang.String getTitle() Gets the value of the title property.- Returns:
- possible object is
     String
 
 - 
setTitlepublic void setTitle(java.lang.String value) Sets the value of the title property.- Parameters:
- value- allowed object is- String
 
 - 
getModelObjectIdpublic java.lang.String getModelObjectId() Gets the value of the modelObjectId property.- Returns:
- possible object is
     String
 
 - 
setModelObjectIdpublic void setModelObjectId(java.lang.String value) Sets the value of the modelObjectId property.- Parameters:
- value- allowed object is- String
 
 - 
getModelObjectTypepublic java.lang.String getModelObjectType() Gets the value of the modelObjectType property.- Returns:
- possible object is
     String
 
 - 
setModelObjectTypepublic void setModelObjectType(java.lang.String value) Sets the value of the modelObjectType property.- Parameters:
- value- allowed object is- String
 
 - 
getInstanceIdspublic java.util.List<java.lang.String> getInstanceIds() Gets the value of the instanceIds 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 instanceIds property.For example, to add a new item, do as follows: getInstanceIds().add(newItem); Objects of the following type(s) are allowed in the list String- Returns:
- The value of the instanceIds property.
 
 - 
getExternalNamespaceIdspublic java.util.List<java.lang.String> getExternalNamespaceIds() Gets the value of the externalNamespaceIds 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 externalNamespaceIds property.For example, to add a new item, do as follows: getExternalNamespaceIds().add(newItem); Objects of the following type(s) are allowed in the list String- Returns:
- The value of the externalNamespaceIds property.
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 - 
getPropertyMapEntriespublic java.util.List<PropertyMapEntry> getPropertyMapEntries() Gets the value of the propertyMapEntries 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 propertyMapEntries property.For example, to add a new item, do as follows: getPropertyMapEntries().add(newItem); Objects of the following type(s) are allowed in the list PropertyMapEntry- Returns:
- The value of the propertyMapEntries property.
 
 
- 
 
-