Package gov.nasa.gsfc.sscweb.schema
Class DataRequest
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Request
gov.nasa.gsfc.sscweb.schema.LocationRequest
gov.nasa.gsfc.sscweb.schema.DataRequest
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType>
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}LocationRequest">
<sequence>
<element name="OutputOptions" type="{http://sscweb.gsfc.nasa.gov/schema}OutputOptions"/>
<element name="RegionFilterOptions" type="{http://sscweb.gsfc.nasa.gov/schema}RegionFilterOptions" minOccurs="0"/>
<element name="LocationFilterOptions" type="{http://sscweb.gsfc.nasa.gov/schema}LocationFilterOptions" minOccurs="0"/>
<element name="FormatOptions" type="{http://sscweb.gsfc.nasa.gov/schema}FormatOptions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FormatOptionsFormat options.protected LocationFilterOptionsLocation filter options.protected OutputOptionsOutput options.protected RegionFilterOptionsRegion filter options.Fields inherited from class gov.nasa.gsfc.sscweb.schema.LocationRequest
satellitesFields inherited from class gov.nasa.gsfc.sscweb.schema.Request
bFieldModel, description, timeInterval -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat options.Location filter options.Output options.Region filter options.voidsetFormatOptions(FormatOptions value) Sets the value of the formatOptions property.voidSets the value of the locationFilterOptions property.voidsetOutputOptions(OutputOptions value) Sets the value of the outputOptions property.voidSets the value of the regionFilterOptions property.Methods inherited from class gov.nasa.gsfc.sscweb.schema.LocationRequest
getSatellitesMethods inherited from class gov.nasa.gsfc.sscweb.schema.Request
getBFieldModel, getDescription, getTimeInterval, setBFieldModel, setDescription, setTimeInterval
-
Field Details
-
outputOptions
Output options. -
regionFilterOptions
Region filter options. -
locationFilterOptions
Location filter options. -
formatOptions
Format options. Presences indicates that results are to be returned in a file.
-
-
Constructor Details
-
DataRequest
public DataRequest()
-
-
Method Details
-
getOutputOptions
Output options.- Returns:
- possible object is
OutputOptions
-
setOutputOptions
Sets the value of the outputOptions property.- Parameters:
value- allowed object isOutputOptions- See Also:
-
getRegionFilterOptions
Region filter options.- Returns:
- possible object is
RegionFilterOptions
-
setRegionFilterOptions
Sets the value of the regionFilterOptions property.- Parameters:
value- allowed object isRegionFilterOptions- See Also:
-
getLocationFilterOptions
Location filter options.- Returns:
- possible object is
LocationFilterOptions
-
setLocationFilterOptions
Sets the value of the locationFilterOptions property.- Parameters:
value- allowed object isLocationFilterOptions- See Also:
-
getFormatOptions
Format options. Presences indicates that results are to be returned in a file.- Returns:
- possible object is
FormatOptions
-
setFormatOptions
Sets the value of the formatOptions property.- Parameters:
value- allowed object isFormatOptions- See Also:
-