Package gov.nasa.gsfc.sscweb.schema
Class QueryRequestType
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Request
gov.nasa.gsfc.sscweb.schema.QueryRequestType
SSC query request type.
<p>Java class for QueryRequestType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="QueryRequestType">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}Request">
<sequence>
<element name="ExecuteOptions" type="{http://sscweb.gsfc.nasa.gov/schema}ExecuteOptions"/>
<element name="ResultOptions" type="{http://sscweb.gsfc.nasa.gov/schema}ResultOptions"/>
<element name="ConditionOperator" type="{http://sscweb.gsfc.nasa.gov/schema}ConditionOperator"/>
<element name="Conditions" type="{http://sscweb.gsfc.nasa.gov/schema}Condition" maxOccurs="9"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConditionOperatorOperator for combining conditions.Query conditions.protected ExecuteOptionsQuery execution options.protected ResultOptionsQuery result options.Fields inherited from class gov.nasa.gsfc.sscweb.schema.Request
bFieldModel, description, timeInterval -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperator for combining conditions.Query conditions.Query execution options.Query result options.voidSets the value of the conditionOperator property.voidsetExecuteOptions(ExecuteOptions value) Sets the value of the executeOptions property.voidsetResultOptions(ResultOptions value) Sets the value of the resultOptions property.Methods inherited from class gov.nasa.gsfc.sscweb.schema.Request
getBFieldModel, getDescription, getTimeInterval, setBFieldModel, setDescription, setTimeInterval
-
Field Details
-
executeOptions
Query execution options. -
resultOptions
Query result options. -
conditionOperator
Operator for combining conditions. -
conditions
Query conditions. Consists of a SatelliteCondition along with one of the following: - GroundStationCondition (and optionally a RegionCondition) - LeadSatelliteCondition (and optionally a RegionCondition) - RegionCondition
-
-
Constructor Details
-
QueryRequestType
public QueryRequestType()
-
-
Method Details
-
getExecuteOptions
Query execution options.- Returns:
- possible object is
ExecuteOptions
-
setExecuteOptions
Sets the value of the executeOptions property.- Parameters:
value- allowed object isExecuteOptions- See Also:
-
getResultOptions
Query result options.- Returns:
- possible object is
ResultOptions
-
setResultOptions
Sets the value of the resultOptions property.- Parameters:
value- allowed object isResultOptions- See Also:
-
getConditionOperator
Operator for combining conditions.- Returns:
- possible object is
ConditionOperator
-
setConditionOperator
Sets the value of the conditionOperator property.- Parameters:
value- allowed object isConditionOperator- See Also:
-
getConditions
Query conditions. Consists of a SatelliteCondition along with one of the following: - GroundStationCondition (and optionally a RegionCondition) - LeadSatelliteCondition (and optionally a RegionCondition) - RegionCondition Gets the value of the conditions 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
setmethod for the conditions property.For example, to add a new item, do as follows:
getConditions().add(newItem);
Objects of the following type(s) are allowed in the list
Condition- Returns:
- The value of the conditions property.
-