Package gov.nasa.gsfc.sscweb.schema
Class QueryDataResult
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Result
gov.nasa.gsfc.sscweb.schema.AbstractResult
gov.nasa.gsfc.sscweb.schema.QueryResult
gov.nasa.gsfc.sscweb.schema.QueryDataResult
Query result.
<p>Java class for QueryDataResult complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="QueryDataResult">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}QueryResult">
<sequence>
<element name="Conjunction" type="{http://sscweb.gsfc.nasa.gov/schema}Conjunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class gov.nasa.gsfc.sscweb.schema.QueryResult
queryRequestFields inherited from class gov.nasa.gsfc.sscweb.schema.Result
statusCode, statusSubCode, statusText -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.nasa.gsfc.sscweb.schema.QueryResult
getQueryRequest, setQueryRequestMethods inherited from class gov.nasa.gsfc.sscweb.schema.Result
getStatusCode, getStatusSubCode, getStatusText, setStatusCode, setStatusSubCode
-
Field Details
-
conjunction
Conjunction description.
-
-
Constructor Details
-
QueryDataResult
public QueryDataResult()
-
-
Method Details
-
getConjunction
Conjunction description. Gets the value of the conjunction 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 conjunction property.For example, to add a new item, do as follows:
getConjunction().add(newItem);
Objects of the following type(s) are allowed in the list
Conjunction- Returns:
- The value of the conjunction property.
-