public class PropertyMaps
extends java.lang.Object
Java class for Property_Maps complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Property_Maps">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identifier" type="{http://pds.nasa.gov/pds4/pds/v1}identifier"/>
<element name="title" type="{http://pds.nasa.gov/pds4/pds/v1}title" minOccurs="0"/>
<element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
<element name="external_property_map_id" type="{http://pds.nasa.gov/pds4/pds/v1}external_property_map_id" maxOccurs="unbounded" minOccurs="0"/>
<element name="Property_Map" type="{http://pds.nasa.gov/pds4/pds/v1}Property_Map" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.util.List<java.lang.String> |
externalPropertyMapIds |
protected java.lang.String |
identifier |
protected java.lang.String |
namespaceId |
protected java.util.List<PropertyMap> |
propertyMaps |
protected java.lang.String |
title |
| Constructor and Description |
|---|
PropertyMaps() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.util.List<java.lang.String> |
getExternalPropertyMapIds()
Gets the value of the externalPropertyMapIds property.
|
java.lang.String |
getIdentifier()
Gets the value of the identifier property.
|
java.lang.String |
getNamespaceId()
Gets the value of the namespaceId property.
|
java.util.List<PropertyMap> |
getPropertyMaps()
Gets the value of the propertyMaps 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 |
setNamespaceId(java.lang.String value)
Sets the value of the namespaceId 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 namespaceId
protected java.lang.String description
protected java.util.List<java.lang.String> externalPropertyMapIds
protected java.util.List<PropertyMap> propertyMaps
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 getNamespaceId()
Stringpublic void setNamespaceId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getExternalPropertyMapIds()
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 externalPropertyMapIds property.
For example, to add a new item, do as follows:
getExternalPropertyMapIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<PropertyMap> 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
PropertyMap
Copyright © 2022 Planetary Data System. All rights reserved.