Class QueryFileResult


public class QueryFileResult extends QueryResult
Query result containing a reference to the file(s) containing the results. <p>Java class for QueryFileResult complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="QueryFileResult"> <complexContent> <extension base="{http://sscweb.gsfc.nasa.gov/schema}QueryResult"> <sequence> <element name="Files" type="{http://sscweb.gsfc.nasa.gov/schema}FileDescription" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

  • Constructor Details

    • QueryFileResult

      public QueryFileResult()
  • Method Details

    • getFiles

      public List<FileDescription> getFiles()
      Files containing conjunction description. Gets the value of the files 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 files property.

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

       getFiles().add(newItem);
       

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

      Returns:
      The value of the files property.