Package gov.nasa.gsfc.sscweb.schema
Class ResultOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.ResultOptions
Query result options.
<p>Java class for ResultOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ResultOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IncludeQueryInResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="QueryResultType" type="{http://sscweb.gsfc.nasa.gov/schema}QueryResultType"/>
<element name="FormatOptions" type="{http://sscweb.gsfc.nasa.gov/schema}FormatOptions" minOccurs="0"/>
<element name="TraceCoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}TraceCoordinateSystem"/>
<element name="SubSatelliteCoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}CoordinateSystem"/>
<element name="SubSatelliteCoordinateSystemType" type="{http://sscweb.gsfc.nasa.gov/schema}CoordinateSystemType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FormatOptionsFormat options.protected booleanIndicates whether to include a copy of the query in the results.protected QueryResultTypeResult representation.protected CoordinateSystemSub-satellite coordinate system.protected CoordinateSystemTypeSub-satellite coordinate system type.protected TraceCoordinateSystemTrace coordinate system. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat options.Result representation.Sub-satellite coordinate system.Sub-satellite coordinate system type.Trace coordinate system.booleanIndicates whether to include a copy of the query in the results.voidsetFormatOptions(FormatOptions value) Sets the value of the formatOptions property.voidsetIncludeQueryInResult(boolean value) Sets the value of the includeQueryInResult property.voidSets the value of the queryResultType property.voidSets the value of the subSatelliteCoordinateSystem property.voidSets the value of the subSatelliteCoordinateSystemType property.voidSets the value of the traceCoordinateSystem property.
-
Field Details
-
includeQueryInResult
protected boolean includeQueryInResultIndicates whether to include a copy of the query in the results. -
queryResultType
Result representation. -
formatOptions
Format options. Only applicable when QueryResultType is Listing. -
traceCoordinateSystem
Trace coordinate system. -
subSatelliteCoordinateSystem
Sub-satellite coordinate system. -
subSatelliteCoordinateSystemType
Sub-satellite coordinate system type.
-
-
Constructor Details
-
ResultOptions
public ResultOptions()
-
-
Method Details
-
isIncludeQueryInResult
public boolean isIncludeQueryInResult()Indicates whether to include a copy of the query in the results. -
setIncludeQueryInResult
public void setIncludeQueryInResult(boolean value) Sets the value of the includeQueryInResult property. -
getQueryResultType
Result representation.- Returns:
- possible object is
QueryResultType
-
setQueryResultType
Sets the value of the queryResultType property.- Parameters:
value- allowed object isQueryResultType- See Also:
-
getFormatOptions
Format options. Only applicable when QueryResultType is Listing.- Returns:
- possible object is
FormatOptions
-
setFormatOptions
Sets the value of the formatOptions property.- Parameters:
value- allowed object isFormatOptions- See Also:
-
getTraceCoordinateSystem
Trace coordinate system.- Returns:
- possible object is
TraceCoordinateSystem
-
setTraceCoordinateSystem
Sets the value of the traceCoordinateSystem property.- Parameters:
value- allowed object isTraceCoordinateSystem- See Also:
-
getSubSatelliteCoordinateSystem
Sub-satellite coordinate system.- Returns:
- possible object is
CoordinateSystem
-
setSubSatelliteCoordinateSystem
Sets the value of the subSatelliteCoordinateSystem property.- Parameters:
value- allowed object isCoordinateSystem- See Also:
-
getSubSatelliteCoordinateSystemType
Sub-satellite coordinate system type.- Returns:
- possible object is
CoordinateSystemType
-
setSubSatelliteCoordinateSystemType
Sets the value of the subSatelliteCoordinateSystemType property.- Parameters:
value- allowed object isCoordinateSystemType- See Also:
-