public class MissionResultsElementType extends Object
Java class for missionResultsElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="missionResultsElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}MissionStartTime" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{}SampledResults"/>
         </choice>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected String | id | 
| protected DateTimeGroupElementType | missionStartTime | 
| protected List<SampledResultsElementType> | sampledResults | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| MissionResultsElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| String | getId()Gets the value of the id property. | 
| DateTimeGroupElementType | getMissionStartTime()Gets the value of the missionStartTime property. | 
| List<SampledResultsElementType> | getSampledResults()Gets the value of the sampledResults property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setMissionStartTime(DateTimeGroupElementType value)Sets the value of the missionStartTime property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected DateTimeGroupElementType missionStartTime
protected List<SampledResultsElementType> sampledResults
protected Double timeStamp
protected String description
protected String id
public DateTimeGroupElementType getMissionStartTime()
DateTimeGroupElementTypepublic void setMissionStartTime(DateTimeGroupElementType value)
value - allowed object is
     DateTimeGroupElementTypepublic List<SampledResultsElementType> getSampledResults()
 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 sampledResults property.
 
 
For example, to add a new item, do as follows:
    getSampledResults().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 SampledResultsElementType
public Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String