Package gov.nasa.arc.pds.xml.generated
Class DDPermissibleValue
java.lang.Object
gov.nasa.arc.pds.xml.generated.DDPermissibleValue
public class DDPermissibleValue extends Object
The DD_Permissible_Value class lists permissible
         values and their meanings.
 
 
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>
 - 
Field SummaryFields Modifier and Type Field Description protected List<TerminologicalEntry>terminologicalEntriesprotected Stringvalueprotected StringvalueMeaning
- 
Constructor SummaryConstructors Constructor Description DDPermissibleValue()
- 
Method SummaryModifier and Type Method Description List<TerminologicalEntry>getTerminologicalEntries()Gets the value of the terminologicalEntries property.StringgetValue()Gets the value of the value property.StringgetValueMeaning()Gets the value of the valueMeaning property.voidsetValue(String value)Sets the value of the value property.voidsetValueMeaning(String value)Sets the value of the valueMeaning property.
- 
Field Details- 
value
- 
valueMeaning
- 
terminologicalEntries
 
- 
- 
Constructor Details- 
DDPermissibleValuepublic DDPermissibleValue()
 
- 
- 
Method Details- 
getValueGets the value of the value property.- Returns:
- possible object is
     String
 
- 
setValueSets the value of the value property.- Parameters:
- value- allowed object is- String
 
- 
getValueMeaningGets the value of the valueMeaning property.- Returns:
- possible object is
     String
 
- 
setValueMeaningSets the value of the valueMeaning property.- Parameters:
- value- allowed object is- String
 
- 
getTerminologicalEntriesGets the value of the terminologicalEntries property.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 setmethod 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
 
-