Package gov.nasa.gsfc.sscweb.schema
Class QueryRequest
java.lang.Object
gov.nasa.gsfc.sscweb.schema.QueryRequest
<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>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Request" type="{http://sscweb.gsfc.nasa.gov/schema}QueryRequestType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the request property.voidsetRequest(QueryRequestType value) Sets the value of the request property.
-
Field Details
-
request
-
-
Constructor Details
-
QueryRequest
public QueryRequest()
-
-
Method Details
-
getRequest
Gets the value of the request property.- Returns:
- possible object is
QueryRequestType
-
setRequest
Sets the value of the request property.- Parameters:
value- allowed object isQueryRequestType
-