Package gov.nasa.gsfc.sscweb.schema
Class TraceRegions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.TraceRegions
Trace Map Regions. See
http://sscweb.gsfc.nasa.gov/users_guide/ssc_reg_doc.html
for a description.
<p>Java class for TraceRegions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="TraceRegions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cusp" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/>
<element name="Cleft" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/>
<element name="AuroralOval" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/>
<element name="PolarCap" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/>
<element name="MidLatitude" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereRegions"/>
<element name="LowLatitude" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HemisphereRegionsAuroral Oval region.protected HemisphereRegionsCleft region.protected HemisphereRegionsCusp region.protected booleanLow Latitude region.protected HemisphereRegionsMid Latitude region.protected HemisphereRegionsPolar Cap region. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAuroral Oval region.getCleft()Cleft region.getCusp()Cusp region.Mid Latitude region.Polar Cap region.booleanLow Latitude region.voidsetAuroralOval(HemisphereRegions value) Sets the value of the auroralOval property.voidsetCleft(HemisphereRegions value) Sets the value of the cleft property.voidsetCusp(HemisphereRegions value) Sets the value of the cusp property.voidsetLowLatitude(boolean value) Sets the value of the lowLatitude property.voidsetMidLatitude(HemisphereRegions value) Sets the value of the midLatitude property.voidsetPolarCap(HemisphereRegions value) Sets the value of the polarCap property.
-
Field Details
-
cusp
Cusp region. -
cleft
Cleft region. -
auroralOval
Auroral Oval region. -
polarCap
Polar Cap region. -
midLatitude
Mid Latitude region. -
lowLatitude
protected boolean lowLatitudeLow Latitude region.
-
-
Constructor Details
-
TraceRegions
public TraceRegions()
-
-
Method Details
-
getCusp
Cusp region.- Returns:
- possible object is
HemisphereRegions
-
setCusp
Sets the value of the cusp property.- Parameters:
value- allowed object isHemisphereRegions- See Also:
-
getCleft
Cleft region.- Returns:
- possible object is
HemisphereRegions
-
setCleft
Sets the value of the cleft property.- Parameters:
value- allowed object isHemisphereRegions- See Also:
-
getAuroralOval
Auroral Oval region.- Returns:
- possible object is
HemisphereRegions
-
setAuroralOval
Sets the value of the auroralOval property.- Parameters:
value- allowed object isHemisphereRegions- See Also:
-
getPolarCap
Polar Cap region.- Returns:
- possible object is
HemisphereRegions
-
setPolarCap
Sets the value of the polarCap property.- Parameters:
value- allowed object isHemisphereRegions- See Also:
-
getMidLatitude
Mid Latitude region.- Returns:
- possible object is
HemisphereRegions
-
setMidLatitude
Sets the value of the midLatitude property.- Parameters:
value- allowed object isHemisphereRegions- See Also:
-
isLowLatitude
public boolean isLowLatitude()Low Latitude region. -
setLowLatitude
public void setLowLatitude(boolean value) Sets the value of the lowLatitude property.
-