public class PropertyMap
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.util.List<java.lang.String> |
externalNamespaceIds |
protected java.lang.String |
identifier |
protected java.util.List<java.lang.String> |
instanceIds |
protected java.lang.String |
modelObjectId |
protected java.lang.String |
modelObjectType |
protected java.util.List<PropertyMapEntry> |
propertyMapEntries |
protected java.lang.String |
title |
| Constructor and Description |
|---|
PropertyMap() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.util.List<java.lang.String> |
getExternalNamespaceIds()
Gets the value of the externalNamespaceIds property.
|
java.lang.String |
getIdentifier()
Gets the value of the identifier property.
|
java.util.List<java.lang.String> |
getInstanceIds()
Gets the value of the instanceIds property.
|
java.lang.String |
getModelObjectId()
Gets the value of the modelObjectId property.
|
java.lang.String |
getModelObjectType()
Gets the value of the modelObjectType property.
|
java.util.List<PropertyMapEntry> |
getPropertyMapEntries()
Gets the value of the propertyMapEntries property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property.
|
void |
setModelObjectId(java.lang.String value)
Sets the value of the modelObjectId property.
|
void |
setModelObjectType(java.lang.String value)
Sets the value of the modelObjectType property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.lang.String identifier
protected java.lang.String title
protected java.lang.String modelObjectId
protected java.lang.String modelObjectType
protected java.util.List<java.lang.String> instanceIds
protected java.util.List<java.lang.String> externalNamespaceIds
protected java.lang.String description
protected java.util.List<PropertyMapEntry> propertyMapEntries
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelObjectId()
Stringpublic void setModelObjectId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelObjectType()
Stringpublic void setModelObjectType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getInstanceIds()
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 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
public java.util.List<java.lang.String> getExternalNamespaceIds()
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 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
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<PropertyMapEntry> getPropertyMapEntries()
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 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
Copyright © 2022 Planetary Data System. All rights reserved.