Package gov.nasa.gsfc.sscweb.schema
Class ExecuteOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.ExecuteOptions
Query execution options.
<p>Java class for ExecuteOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ExecuteOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WaitForResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ResultEmailAddress" type="{http://sscweb.gsfc.nasa.gov/schema}EmailAddress" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringWhen WaitForResult is false, e-mail address where a "query complete" e-mail message is to be sent.protected booleanIndicates whether the results are returned in the response to this request or whether the results become available at a later time. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhen WaitForResult is false, e-mail address where a "query complete" e-mail message is to be sent.booleanIndicates whether the results are returned in the response to this request or whether the results become available at a later time.voidsetResultEmailAddress(String value) Sets the value of the resultEmailAddress property.voidsetWaitForResult(boolean value) Sets the value of the waitForResult property.
-
Field Details
-
waitForResult
protected boolean waitForResultIndicates whether the results are returned in the response to this request or whether the results become available at a later time. Currently, a value of "false" (and the corresponding ResultEmailAddress value below) is ignored. That is, a client must always wait on the result. -
resultEmailAddress
When WaitForResult is false, e-mail address where a "query complete" e-mail message is to be sent.
-
-
Constructor Details
-
ExecuteOptions
public ExecuteOptions()
-
-
Method Details
-
isWaitForResult
public boolean isWaitForResult()Indicates whether the results are returned in the response to this request or whether the results become available at a later time. Currently, a value of "false" (and the corresponding ResultEmailAddress value below) is ignored. That is, a client must always wait on the result. -
setWaitForResult
public void setWaitForResult(boolean value) Sets the value of the waitForResult property. -
getResultEmailAddress
When WaitForResult is false, e-mail address where a "query complete" e-mail message is to be sent.- Returns:
- possible object is
String
-
setResultEmailAddress
Sets the value of the resultEmailAddress property.- Parameters:
value- allowed object isString- See Also:
-