Class HRZoneDataT
java.lang.Object
org.bremersee.garmin.clientprofile.v1.model.HRZoneDataT
- All Implemented Interfaces:
Serializable
Java class for HRZoneData_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HRZoneData_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Zone1Lo" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone1Hi" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone2Lo" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone2Hi" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone3Lo" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone3Hi" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone4Lo" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone4Hi" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone5Lo" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Zone5Hi" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the zone1Hi property.Gets the value of the zone1Lo property.Gets the value of the zone2Hi property.Gets the value of the zone2Lo property.Gets the value of the zone3Hi property.Gets the value of the zone3Lo property.Gets the value of the zone4Hi property.Gets the value of the zone4Lo property.Gets the value of the zone5Hi property.Gets the value of the zone5Lo property.voidsetZone1Hi(BigInteger value) Sets the value of the zone1Hi property.voidsetZone1Lo(BigInteger value) Sets the value of the zone1Lo property.voidsetZone2Hi(BigInteger value) Sets the value of the zone2Hi property.voidsetZone2Lo(BigInteger value) Sets the value of the zone2Lo property.voidsetZone3Hi(BigInteger value) Sets the value of the zone3Hi property.voidsetZone3Lo(BigInteger value) Sets the value of the zone3Lo property.voidsetZone4Hi(BigInteger value) Sets the value of the zone4Hi property.voidsetZone4Lo(BigInteger value) Sets the value of the zone4Lo property.voidsetZone5Hi(BigInteger value) Sets the value of the zone5Hi property.voidsetZone5Lo(BigInteger value) Sets the value of the zone5Lo property.
-
Field Details
-
zone1Lo
-
zone1Hi
-
zone2Lo
-
zone2Hi
-
zone3Lo
-
zone3Hi
-
zone4Lo
-
zone4Hi
-
zone5Lo
-
zone5Hi
-
-
Constructor Details
-
HRZoneDataT
public HRZoneDataT()
-
-
Method Details
-
getZone1Lo
Gets the value of the zone1Lo property.- Returns:
- possible object is
BigInteger
-
setZone1Lo
Sets the value of the zone1Lo property.- Parameters:
value- allowed object isBigInteger
-
getZone1Hi
Gets the value of the zone1Hi property.- Returns:
- possible object is
BigInteger
-
setZone1Hi
Sets the value of the zone1Hi property.- Parameters:
value- allowed object isBigInteger
-
getZone2Lo
Gets the value of the zone2Lo property.- Returns:
- possible object is
BigInteger
-
setZone2Lo
Sets the value of the zone2Lo property.- Parameters:
value- allowed object isBigInteger
-
getZone2Hi
Gets the value of the zone2Hi property.- Returns:
- possible object is
BigInteger
-
setZone2Hi
Sets the value of the zone2Hi property.- Parameters:
value- allowed object isBigInteger
-
getZone3Lo
Gets the value of the zone3Lo property.- Returns:
- possible object is
BigInteger
-
setZone3Lo
Sets the value of the zone3Lo property.- Parameters:
value- allowed object isBigInteger
-
getZone3Hi
Gets the value of the zone3Hi property.- Returns:
- possible object is
BigInteger
-
setZone3Hi
Sets the value of the zone3Hi property.- Parameters:
value- allowed object isBigInteger
-
getZone4Lo
Gets the value of the zone4Lo property.- Returns:
- possible object is
BigInteger
-
setZone4Lo
Sets the value of the zone4Lo property.- Parameters:
value- allowed object isBigInteger
-
getZone4Hi
Gets the value of the zone4Hi property.- Returns:
- possible object is
BigInteger
-
setZone4Hi
Sets the value of the zone4Hi property.- Parameters:
value- allowed object isBigInteger
-
getZone5Lo
Gets the value of the zone5Lo property.- Returns:
- possible object is
BigInteger
-
setZone5Lo
Sets the value of the zone5Lo property.- Parameters:
value- allowed object isBigInteger
-
getZone5Hi
Gets the value of the zone5Hi property.- Returns:
- possible object is
BigInteger
-
setZone5Hi
Sets the value of the zone5Hi property.- Parameters:
value- allowed object isBigInteger
-