java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Tidalwater

public class Tidalwater extends Object

Java class for tidalwater complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tidalwater">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tidal" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="weathercorrection" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Tidalwater

      public Tidalwater()
  • Method Details

    • getUnit

      public String getUnit()
      Gets the value of the unit property.
      Returns:
      possible object is String
    • setUnit

      public void setUnit(String value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is String
    • getTidal

      public BigInteger getTidal()
      Gets the value of the tidal property.
      Returns:
      possible object is BigInteger
    • setTidal

      public void setTidal(BigInteger value)
      Sets the value of the tidal property.
      Parameters:
      value - allowed object is BigInteger
    • getWeathercorrection

      public BigInteger getWeathercorrection()
      Gets the value of the weathercorrection property.
      Returns:
      possible object is BigInteger
    • setWeathercorrection

      public void setWeathercorrection(BigInteger value)
      Sets the value of the weathercorrection property.
      Parameters:
      value - allowed object is BigInteger