Package gov.nasa.gsfc.sscweb.schema
Class BFieldModel
java.lang.Object
gov.nasa.gsfc.sscweb.schema.BFieldModel
Magnetic field Model.
<p>Java class for BFieldModel complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="BFieldModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InternalBFieldModel" type="{http://sscweb.gsfc.nasa.gov/schema}InternalBFieldModel"/>
<element name="ExternalBFieldModel" type="{http://sscweb.gsfc.nasa.gov/schema}ExternalBFieldModel" minOccurs="0"/>
<element name="TraceStopAltitude" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExternalBFieldModelExternal B-Field model.protected InternalBFieldModelInternal B-Field model.protected intStop altitude for downward tracing of field lines. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExternal B-Field model.Internal B-Field model.intStop altitude for downward tracing of field lines.voidSets the value of the externalBFieldModel property.voidSets the value of the internalBFieldModel property.voidsetTraceStopAltitude(int value) Sets the value of the traceStopAltitude property.
-
Field Details
-
internalBFieldModel
Internal B-Field model. -
externalBFieldModel
External B-Field model. -
traceStopAltitude
protected int traceStopAltitudeStop altitude for downward tracing of field lines.
-
-
Constructor Details
-
BFieldModel
public BFieldModel()
-
-
Method Details
-
getInternalBFieldModel
Internal B-Field model.- Returns:
- possible object is
InternalBFieldModel
-
setInternalBFieldModel
Sets the value of the internalBFieldModel property.- Parameters:
value- allowed object isInternalBFieldModel- See Also:
-
getExternalBFieldModel
External B-Field model.- Returns:
- possible object is
ExternalBFieldModel
-
setExternalBFieldModel
Sets the value of the externalBFieldModel property.- Parameters:
value- allowed object isExternalBFieldModel- See Also:
-
getTraceStopAltitude
public int getTraceStopAltitude()Stop altitude for downward tracing of field lines. -
setTraceStopAltitude
public void setTraceStopAltitude(int value) Sets the value of the traceStopAltitude property.
-