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