Package gov.nasa.gsfc.sscweb.schema
Class HemisphereRegions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.HemisphereRegions
Hemisphere Regions selection.
<p>Java class for HemisphereRegions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="HemisphereRegions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="North" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="South" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
north
protected boolean northNorth hemisphere region. -
south
protected boolean southSouth hemisphere region.
-
-
Constructor Details
-
HemisphereRegions
public HemisphereRegions()
-
-
Method Details
-
isNorth
public boolean isNorth()North hemisphere region. -
setNorth
public void setNorth(boolean value) Sets the value of the north property. -
isSouth
public boolean isSouth()South hemisphere region. -
setSouth
public void setSouth(boolean value) Sets the value of the south property.
-