Class DataResult


public class DataResult extends AbstractResult
The result of a data request to the Satellite Situation Center. <p>Java class for DataResult complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="DataResult"> <complexContent> <extension base="{http://sscweb.gsfc.nasa.gov/schema}AbstractResult"> <sequence> <element name="Data" type="{http://sscweb.gsfc.nasa.gov/schema}SatelliteData" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

  • Constructor Details

    • DataResult

      public DataResult()
  • Method Details

    • getData

      public List<SatelliteData> getData()
      Requested satellite data. Gets the value of the data 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 Jakarta XML Binding object. This is why there is not a set method for the data property.

      For example, to add a new item, do as follows:

       getData().add(newItem);
       

      Objects of the following type(s) are allowed in the list SatelliteData

      Returns:
      The value of the data property.