public class PropertyMapEntry extends Object
Java class for Property_Map_Entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Property_Map_Entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property_map_type" type="{http://pds.nasa.gov/pds4/pds/v1}property_map_type" minOccurs="0"/>
<element name="property_map_subtype" type="{http://pds.nasa.gov/pds4/pds/v1}property_map_subtype" minOccurs="0"/>
<element name="property_name" type="{http://pds.nasa.gov/pds4/pds/v1}property_name"/>
<element name="property_value" type="{http://pds.nasa.gov/pds4/pds/v1}property_value" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
propertyMapSubtype |
protected String |
propertyMapType |
protected String |
propertyName |
protected List<String> |
propertyValues |
| Constructor and Description |
|---|
PropertyMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyMapSubtype()
Gets the value of the propertyMapSubtype property.
|
String |
getPropertyMapType()
Gets the value of the propertyMapType property.
|
String |
getPropertyName()
Gets the value of the propertyName property.
|
List<String> |
getPropertyValues()
Gets the value of the propertyValues property.
|
void |
setPropertyMapSubtype(String value)
Sets the value of the propertyMapSubtype property.
|
void |
setPropertyMapType(String value)
Sets the value of the propertyMapType property.
|
void |
setPropertyName(String value)
Sets the value of the propertyName property.
|
protected String propertyMapType
protected String propertyMapSubtype
protected String propertyName
public String getPropertyMapType()
Stringpublic void setPropertyMapType(String value)
value - allowed object is
Stringpublic String getPropertyMapSubtype()
Stringpublic void setPropertyMapSubtype(String value)
value - allowed object is
Stringpublic String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic List<String> getPropertyValues()
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 propertyValues property.
For example, to add a new item, do as follows:
getPropertyValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2020. All rights reserved.