|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.StopDateTime
public class StopDateTime
Java class for stop_date_time complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stop_date_time"> <simpleContent> <extension base="<http://pds.nasa.gov/pds4/pds/v1>ASCII_Date_Time_UTC"> <attribute name="nilReason" type="{http://pds.nasa.gov/pds4/pds/v1}nil_reason" /> </extension> </simpleContent> </complexType>
Field Summary | |
---|---|
protected List<NilReasonList> |
nilReasons
|
protected String |
value
|
Constructor Summary | |
---|---|
StopDateTime()
|
Method Summary | |
---|---|
List<NilReasonList> |
getNilReasons()
Gets the value of the nilReasons property. |
String |
getValue()
Gets the value of the value property. |
void |
setValue(String value)
Sets the value of the value 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 List<NilReasonList> nilReasons
Constructor Detail |
---|
public StopDateTime()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public List<NilReasonList> getNilReasons()
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 nilReasons property.
For example, to add a new item, do as follows:
getNilReasons().add(newItem);
Objects of the following type(s) are allowed in the list
NilReasonList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |