|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.DDPermissibleValueFull
public class DDPermissibleValueFull
The 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 Summary | |
---|---|
protected List<TerminologicalEntry> |
terminologicalEntries
|
protected String |
value
|
protected String |
valueBeginDate
|
protected String |
valueEndDate
|
protected String |
valueMeaning
|
Constructor Summary | |
---|---|
DDPermissibleValueFull()
|
Method Summary | |
---|---|
List<TerminologicalEntry> |
getTerminologicalEntries()
Gets the value of the terminologicalEntries property. |
String |
getValue()
Gets the value of the value property. |
String |
getValueBeginDate()
Gets the value of the valueBeginDate property. |
String |
getValueEndDate()
Gets the value of the valueEndDate property. |
String |
getValueMeaning()
Gets the value of the valueMeaning property. |
void |
setValue(String value)
Sets the value of the value property. |
void |
setValueBeginDate(String value)
Sets the value of the valueBeginDate property. |
void |
setValueEndDate(String value)
Sets the value of the valueEndDate property. |
void |
setValueMeaning(String value)
Sets the value of the valueMeaning property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String value
protected String valueMeaning
protected String valueBeginDate
protected String valueEndDate
protected List<TerminologicalEntry> terminologicalEntries
Constructor Detail |
---|
public DDPermissibleValueFull()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getValueMeaning()
String
public void setValueMeaning(String value)
value
- allowed object is
String
public String getValueBeginDate()
String
public void setValueBeginDate(String value)
value
- allowed object is
String
public String getValueEndDate()
String
public void setValueEndDate(String value)
value
- allowed object is
String
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |