Package gov.nasa.gsfc.sscweb.schema
Class RegionCondition
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Condition
gov.nasa.gsfc.sscweb.schema.RegionCondition
Space Region condition.
<p>Java class for RegionCondition complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="RegionCondition">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}Condition">
<sequence>
<element name="ConditionOperator" type="{http://sscweb.gsfc.nasa.gov/schema}ConditionOperator"/>
<element name="SpaceRegions" type="{http://sscweb.gsfc.nasa.gov/schema}SpaceRegions" minOccurs="0"/>
<element name="RadialTraceRegions" type="{http://sscweb.gsfc.nasa.gov/schema}TraceRegions" minOccurs="0"/>
<element name="BFieldTraceRegions" type="{http://sscweb.gsfc.nasa.gov/schema}TraceRegions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TraceRegionsMagnetic field trace regions.protected ConditionOperatorOperator for combining region conditions.protected TraceRegionsRadial trace regions.protected SpaceRegionsSpacecraft regions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMagnetic field trace regions.Operator for combining region conditions.Radial trace regions.Spacecraft regions.voidSets the value of the bFieldTraceRegions property.voidSets the value of the conditionOperator property.voidSets the value of the radialTraceRegions property.voidsetSpaceRegions(SpaceRegions value) Sets the value of the spaceRegions property.
-
Field Details
-
conditionOperator
Operator for combining region conditions. -
spaceRegions
Spacecraft regions. -
radialTraceRegions
Radial trace regions. -
bFieldTraceRegions
Magnetic field trace regions.
-
-
Constructor Details
-
RegionCondition
public RegionCondition()
-
-
Method Details
-
getConditionOperator
Operator for combining region conditions.- Returns:
- possible object is
ConditionOperator
-
setConditionOperator
Sets the value of the conditionOperator property.- Parameters:
value- allowed object isConditionOperator- See Also:
-
getSpaceRegions
Spacecraft regions.- Returns:
- possible object is
SpaceRegions
-
setSpaceRegions
Sets the value of the spaceRegions property.- Parameters:
value- allowed object isSpaceRegions- See Also:
-
getRadialTraceRegions
Radial trace regions.- Returns:
- possible object is
TraceRegions
-
setRadialTraceRegions
Sets the value of the radialTraceRegions property.- Parameters:
value- allowed object isTraceRegions- See Also:
-
getBFieldTraceRegions
Magnetic field trace regions.- Returns:
- possible object is
TraceRegions
-
setBFieldTraceRegions
Sets the value of the bFieldTraceRegions property.- Parameters:
value- allowed object isTraceRegions- See Also:
-