public class PropertyMaps extends 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 String |
description |
protected List<String> |
externalPropertyMapIds |
protected String |
identifier |
protected String |
namespaceId |
protected List<PropertyMap> |
propertyMaps |
protected String |
title |
Constructor and Description |
---|
PropertyMaps() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
List<String> |
getExternalPropertyMapIds()
Gets the value of the externalPropertyMapIds property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
String |
getNamespaceId()
Gets the value of the namespaceId property.
|
List<PropertyMap> |
getPropertyMaps()
Gets the value of the propertyMaps property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setNamespaceId(String value)
Sets the value of the namespaceId property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String identifier
protected String title
protected String namespaceId
protected String description
protected List<PropertyMap> propertyMaps
public String getIdentifier()
String
public void setIdentifier(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getNamespaceId()
String
public void setNamespaceId(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public List<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 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 © 2016. All Rights Reserved.