Package gov.nasa.gsfc.sscweb.schema
Class Request
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Request
- Direct Known Subclasses:
LocationRequest,QueryRequestType
SSC request base type.
<p>Java class for Request complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="Request">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeInterval" type="{http://sscweb.gsfc.nasa.gov/schema}TimeInterval"/>
<element name="BFieldModel" type="{http://sscweb.gsfc.nasa.gov/schema}BFieldModel" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BFieldModelMagnetic field Model.protected StringA textual description of this request.protected TimeIntervalTime interval of request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMagnetic field Model.A textual description of this request.Time interval of request.voidsetBFieldModel(BFieldModel value) Sets the value of the bFieldModel property.voidsetDescription(String value) Sets the value of the description property.voidsetTimeInterval(TimeInterval value) Sets the value of the timeInterval property.
-
Field Details
-
description
A textual description of this request. -
timeInterval
Time interval of request. If the requested time interval is outside the range of information available at SSC, the results will only include what is available at SSC. -
bFieldModel
Magnetic field Model. If a BFieldModel is not given and B-Field tracing is specified, a default model of IGRF and Tsyganenko 89c with KP values of 3-,3,3+ is used.
-
-
Constructor Details
-
Request
public Request()
-
-
Method Details
-
getDescription
A textual description of this request.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString- See Also:
-
getTimeInterval
Time interval of request. If the requested time interval is outside the range of information available at SSC, the results will only include what is available at SSC.- Returns:
- possible object is
TimeInterval
-
setTimeInterval
Sets the value of the timeInterval property.- Parameters:
value- allowed object isTimeInterval- See Also:
-
getBFieldModel
Magnetic field Model. If a BFieldModel is not given and B-Field tracing is specified, a default model of IGRF and Tsyganenko 89c with KP values of 3-,3,3+ is used.- Returns:
- possible object is
BFieldModel
-
setBFieldModel
Sets the value of the bFieldModel property.- Parameters:
value- allowed object isBFieldModel- See Also:
-