Package gov.nasa.gsfc.sscweb.schema
Class BFieldTraceOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.BFieldTraceOptions
B-field trace listing options.
<p>Java class for BFieldTraceOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="BFieldTraceOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}CoordinateSystem"/>
<element name="Hemisphere" type="{http://sscweb.gsfc.nasa.gov/schema}Hemisphere"/>
<element name="FootpointLatitude" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="FootpointLongitude" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="FieldLineLength" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CoordinateSystemSpecifies the coordinate systemprotected booleanSpecifies whether the field line length values are to be included in the listing.protected booleanSpecifies whether the footpoint latitude value are to be included in the listing.protected booleanSpecifies whether the footpoint longitude value are to be included in the listing.protected HemisphereMagnetic hemisphere. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the coordinate systemMagnetic hemisphere.booleanSpecifies whether the field line length values are to be included in the listing.booleanSpecifies whether the footpoint latitude value are to be included in the listing.booleanSpecifies whether the footpoint longitude value are to be included in the listing.voidSets the value of the coordinateSystem property.voidsetFieldLineLength(boolean value) Sets the value of the fieldLineLength property.voidsetFootpointLatitude(boolean value) Sets the value of the footpointLatitude property.voidsetFootpointLongitude(boolean value) Sets the value of the footpointLongitude property.voidsetHemisphere(Hemisphere value) Sets the value of the hemisphere property.
-
Field Details
-
coordinateSystem
Specifies the coordinate system -
hemisphere
Magnetic hemisphere. -
footpointLatitude
protected boolean footpointLatitudeSpecifies whether the footpoint latitude value are to be included in the listing. -
footpointLongitude
protected boolean footpointLongitudeSpecifies whether the footpoint longitude value are to be included in the listing. -
fieldLineLength
protected boolean fieldLineLengthSpecifies whether the field line length values are to be included in the listing.
-
-
Constructor Details
-
BFieldTraceOptions
public BFieldTraceOptions()
-
-
Method Details
-
getCoordinateSystem
Specifies the coordinate system- Returns:
- possible object is
CoordinateSystem
-
setCoordinateSystem
Sets the value of the coordinateSystem property.- Parameters:
value- allowed object isCoordinateSystem- See Also:
-
getHemisphere
Magnetic hemisphere.- Returns:
- possible object is
Hemisphere
-
setHemisphere
Sets the value of the hemisphere property.- Parameters:
value- allowed object isHemisphere- See Also:
-
isFootpointLatitude
public boolean isFootpointLatitude()Specifies whether the footpoint latitude value are to be included in the listing. -
setFootpointLatitude
public void setFootpointLatitude(boolean value) Sets the value of the footpointLatitude property. -
isFootpointLongitude
public boolean isFootpointLongitude()Specifies whether the footpoint longitude value are to be included in the listing. -
setFootpointLongitude
public void setFootpointLongitude(boolean value) Sets the value of the footpointLongitude property. -
isFieldLineLength
public boolean isFieldLineLength()Specifies whether the field line length values are to be included in the listing. -
setFieldLineLength
public void setFieldLineLength(boolean value) Sets the value of the fieldLineLength property.
-