Package gov.nasa.gsfc.sscweb.schema
Class RegionFilterOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.RegionFilterOptions
Data request region filter options.
<p>Java class for RegionFilterOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="RegionFilterOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SpaceRegions" type="{http://sscweb.gsfc.nasa.gov/schema}SpaceRegionsFilterOptions"/>
<element name="RadialTraceRegions" type="{http://sscweb.gsfc.nasa.gov/schema}MappedRegionFilterOptions"/>
<element name="MagneticTraceRegions" type="{http://sscweb.gsfc.nasa.gov/schema}MappedRegionFilterOptions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MappedRegionFilterOptionsSpecifies the magnetic trace region filter options.protected MappedRegionFilterOptionsSpecifies the radial trace region filter options.protected SpaceRegionsFilterOptionsSpecifies the space region filter options. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the magnetic trace region filter options.Specifies the radial trace region filter options.Specifies the space region filter options.voidSets the value of the magneticTraceRegions property.voidSets the value of the radialTraceRegions property.voidSets the value of the spaceRegions property.
-
Field Details
-
spaceRegions
Specifies the space region filter options. -
radialTraceRegions
Specifies the radial trace region filter options. -
magneticTraceRegions
Specifies the magnetic trace region filter options.
-
-
Constructor Details
-
RegionFilterOptions
public RegionFilterOptions()
-
-
Method Details
-
getSpaceRegions
Specifies the space region filter options.- Returns:
- possible object is
SpaceRegionsFilterOptions
-
setSpaceRegions
Sets the value of the spaceRegions property.- Parameters:
value- allowed object isSpaceRegionsFilterOptions- See Also:
-
getRadialTraceRegions
Specifies the radial trace region filter options.- Returns:
- possible object is
MappedRegionFilterOptions
-
setRadialTraceRegions
Sets the value of the radialTraceRegions property.- Parameters:
value- allowed object isMappedRegionFilterOptions- See Also:
-
getMagneticTraceRegions
Specifies the magnetic trace region filter options.- Returns:
- possible object is
MappedRegionFilterOptions
-
setMagneticTraceRegions
Sets the value of the magneticTraceRegions property.- Parameters:
value- allowed object isMappedRegionFilterOptions- See Also:
-