Package gov.nasa.gsfc.sscweb.schema
Class GraphRequest
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Request
gov.nasa.gsfc.sscweb.schema.LocationRequest
gov.nasa.gsfc.sscweb.schema.GraphRequest
<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="GraphOptions" type="{http://sscweb.gsfc.nasa.gov/schema}GraphOptions"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields 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 TypeMethodDescriptionGraph options.voidsetGraphOptions(GraphOptions value) Sets the value of the graphOptions 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
-
graphOptions
Graph options.
-
-
Constructor Details
-
GraphRequest
public GraphRequest()
-
-
Method Details
-
getGraphOptions
Graph options.- Returns:
- possible object is
GraphOptions
-
setGraphOptions
Sets the value of the graphOptions property.- Parameters:
value- allowed object isGraphOptions- See Also:
-