Class HemisphereRegions

java.lang.Object
gov.nasa.gsfc.sscweb.schema.HemisphereRegions

public class HemisphereRegions extends Object
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
    Modifier and Type
    Field
    Description
    protected boolean
    North hemisphere region.
    protected boolean
    South hemisphere region.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    North hemisphere region.
    boolean
    South hemisphere region.
    void
    setNorth(boolean value)
    Sets the value of the north property.
    void
    setSouth(boolean value)
    Sets the value of the south property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • north

      protected boolean north
      North hemisphere region.
    • south

      protected boolean south
      South 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.