Class Tidalwater
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Tidalwater
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTidal()
Gets the value of the tidal property.getUnit()
Gets the value of the unit property.Gets the value of the weathercorrection property.void
setTidal
(BigInteger value) Sets the value of the tidal property.void
Sets the value of the unit property.void
setWeathercorrection
(BigInteger value) Sets the value of the weathercorrection property.
-
Field Details
-
unit
-
tidal
-
weathercorrection
-
-
Constructor Details
-
Tidalwater
public Tidalwater()
-
-
Method Details
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isString
-
getTidal
Gets the value of the tidal property.- Returns:
- possible object is
BigInteger
-
setTidal
Sets the value of the tidal property.- Parameters:
value
- allowed object isBigInteger
-
getWeathercorrection
Gets the value of the weathercorrection property.- Returns:
- possible object is
BigInteger
-
setWeathercorrection
Sets the value of the weathercorrection property.- Parameters:
value
- allowed object isBigInteger
-