Package gov.nasa.arc.pds.xml.generated
Class DDPermissibleValueFull
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DDPermissibleValueFull
 
- 
 public class DDPermissibleValueFull extends java.lang.ObjectThe DD_Permissible_Value_Full class lists permissible values, their meanings, and the dates when active.Java class for DD_Permissible_Value_Full complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="DD_Permissible_Value_Full"> <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" minOccurs="0"/> <element name="value_begin_date" type="{http://pds.nasa.gov/pds4/pds/v1}value_begin_date"/> <element name="value_end_date" type="{http://pds.nasa.gov/pds4/pds/v1}value_end_date"/> <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 java.util.List<TerminologicalEntry>terminologicalEntriesprotected java.lang.Stringvalueprotected java.lang.StringvalueBeginDateprotected java.lang.StringvalueEndDateprotected java.lang.StringvalueMeaning
 - 
Constructor SummaryConstructors Constructor Description DDPermissibleValueFull()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TerminologicalEntry>getTerminologicalEntries()Gets the value of the terminologicalEntries property.java.lang.StringgetValue()Gets the value of the value property.java.lang.StringgetValueBeginDate()Gets the value of the valueBeginDate property.java.lang.StringgetValueEndDate()Gets the value of the valueEndDate property.java.lang.StringgetValueMeaning()Gets the value of the valueMeaning property.voidsetValue(java.lang.String value)Sets the value of the value property.voidsetValueBeginDate(java.lang.String value)Sets the value of the valueBeginDate property.voidsetValueEndDate(java.lang.String value)Sets the value of the valueEndDate property.voidsetValueMeaning(java.lang.String value)Sets the value of the valueMeaning property.
 
- 
- 
- 
Field Detail- 
valueprotected java.lang.String value 
 - 
valueMeaningprotected java.lang.String valueMeaning 
 - 
valueBeginDateprotected java.lang.String valueBeginDate 
 - 
valueEndDateprotected java.lang.String valueEndDate 
 - 
terminologicalEntriesprotected java.util.List<TerminologicalEntry> terminologicalEntries 
 
- 
 - 
Method Detail- 
getValuepublic java.lang.String getValue() Gets the value of the value property.- Returns:
- possible object is
     String
 
 - 
setValuepublic void setValue(java.lang.String value) Sets the value of the value property.- Parameters:
- value- allowed object is- String
 
 - 
getValueMeaningpublic java.lang.String getValueMeaning() Gets the value of the valueMeaning property.- Returns:
- possible object is
     String
 
 - 
setValueMeaningpublic void setValueMeaning(java.lang.String value) Sets the value of the valueMeaning property.- Parameters:
- value- allowed object is- String
 
 - 
getValueBeginDatepublic java.lang.String getValueBeginDate() Gets the value of the valueBeginDate property.- Returns:
- possible object is
     String
 
 - 
setValueBeginDatepublic void setValueBeginDate(java.lang.String value) Sets the value of the valueBeginDate property.- Parameters:
- value- allowed object is- String
 
 - 
getValueEndDatepublic java.lang.String getValueEndDate() Gets the value of the valueEndDate property.- Returns:
- possible object is
     String
 
 - 
setValueEndDatepublic void setValueEndDate(java.lang.String value) Sets the value of the valueEndDate property.- Parameters:
- value- allowed object is- String
 
 - 
getTerminologicalEntriespublic java.util.List<TerminologicalEntry> getTerminologicalEntries() Gets 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- Returns:
- The value of the terminologicalEntries property.
 
 
- 
 
-