Package gov.nasa.gsfc.sscweb.schema
Class DistanceFromOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.DistanceFromOptions
"Distance from" listing options.
<p>Java class for DistanceFromOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="DistanceFromOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NeutralSheet" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="BowShock" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MPause" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="BGseXYZ" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanSpecifies that the magnetic field strength in the GSE XYZ directions are to be included in the output.protected booleanSpecifies whether the distance between the spacecraft and the bow shock is to be included in the output.protected booleanSpecifies whether the distance between the spacecraft and the magnetopause is to be included in the output.protected booleanSpecifies whether the distance between the spacecraft and the neutral sheet is to be included in the output. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecifies that the magnetic field strength in the GSE XYZ directions are to be included in the output.booleanSpecifies whether the distance between the spacecraft and the bow shock is to be included in the output.booleanisMPause()Specifies whether the distance between the spacecraft and the magnetopause is to be included in the output.booleanSpecifies whether the distance between the spacecraft and the neutral sheet is to be included in the output.voidsetBGseXYZ(boolean value) Sets the value of the bGseXYZ property.voidsetBowShock(boolean value) Sets the value of the bowShock property.voidsetMPause(boolean value) Sets the value of the mPause property.voidsetNeutralSheet(boolean value) Sets the value of the neutralSheet property.
-
Field Details
-
neutralSheet
protected boolean neutralSheetSpecifies whether the distance between the spacecraft and the neutral sheet is to be included in the output. -
bowShock
protected boolean bowShockSpecifies whether the distance between the spacecraft and the bow shock is to be included in the output. -
mPause
protected boolean mPauseSpecifies whether the distance between the spacecraft and the magnetopause is to be included in the output. -
bGseXYZ
protected boolean bGseXYZSpecifies that the magnetic field strength in the GSE XYZ directions are to be included in the output.
-
-
Constructor Details
-
DistanceFromOptions
public DistanceFromOptions()
-
-
Method Details
-
isNeutralSheet
public boolean isNeutralSheet()Specifies whether the distance between the spacecraft and the neutral sheet is to be included in the output. -
setNeutralSheet
public void setNeutralSheet(boolean value) Sets the value of the neutralSheet property. -
isBowShock
public boolean isBowShock()Specifies whether the distance between the spacecraft and the bow shock is to be included in the output. -
setBowShock
public void setBowShock(boolean value) Sets the value of the bowShock property. -
isMPause
public boolean isMPause()Specifies whether the distance between the spacecraft and the magnetopause is to be included in the output. -
setMPause
public void setMPause(boolean value) Sets the value of the mPause property. -
isBGseXYZ
public boolean isBGseXYZ()Specifies that the magnetic field strength in the GSE XYZ directions are to be included in the output. -
setBGseXYZ
public void setBGseXYZ(boolean value) Sets the value of the bGseXYZ property.
-