public class DDPermissibleValue
extends java.lang.Object
Java class for DD_Permissible_Value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Permissible_Value">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://pds.nasa.gov/pds4/pds/v1}value"/>
<element name="value_meaning" type="{http://pds.nasa.gov/pds4/pds/v1}value_meaning"/>
<element name="Terminological_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Terminological_Entry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TerminologicalEntry> |
terminologicalEntries |
protected java.lang.String |
value |
protected java.lang.String |
valueMeaning |
| Constructor and Description |
|---|
DDPermissibleValue() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TerminologicalEntry> |
getTerminologicalEntries()
Gets the value of the terminologicalEntries property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
java.lang.String |
getValueMeaning()
Gets the value of the valueMeaning property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
void |
setValueMeaning(java.lang.String value)
Sets the value of the valueMeaning property.
|
protected java.lang.String value
protected java.lang.String valueMeaning
protected java.util.List<TerminologicalEntry> terminologicalEntries
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValueMeaning()
Stringpublic void setValueMeaning(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<TerminologicalEntry> getTerminologicalEntries()
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 terminologicalEntries property.
For example, to add a new item, do as follows:
getTerminologicalEntries().add(newItem);
Objects of the following type(s) are allowed in the list
TerminologicalEntry
Copyright © 2022 Planetary Data System. All rights reserved.