Package gov.nasa.gsfc.sscweb.schema
Class Satellite
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Satellite
Satellite specification.
<p>Java class for Satellite complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="Satellite">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BFieldTraceDirection" type="{http://sscweb.gsfc.nasa.gov/schema}BFieldTraceDirection" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BFieldTraceDirectionMagnetic field tracing direction.protected StringSelected satellite identifier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMagnetic field tracing direction.getId()Selected satellite identifier.voidSets the value of the bFieldTraceDirection property.voidSets the value of the id property.
-
Field Details
-
id
Selected satellite identifier. -
bFieldTraceDirection
Magnetic field tracing direction. This value is only required if magnetic field tracing is specified in a RegionCondition.
-
-
Constructor Details
-
Satellite
public Satellite()
-
-
Method Details
-
getId
Selected satellite identifier.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString- See Also:
-
getBFieldTraceDirection
Magnetic field tracing direction. This value is only required if magnetic field tracing is specified in a RegionCondition.- Returns:
- possible object is
BFieldTraceDirection
-
setBFieldTraceDirection
Sets the value of the bFieldTraceDirection property.- Parameters:
value- allowed object isBFieldTraceDirection- See Also:
-