Class HRZoneDataT

java.lang.Object
org.bremersee.garmin.clientprofile.v1.model.HRZoneDataT
All Implemented Interfaces:
Serializable

public class HRZoneDataT extends Object implements 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 Details

  • Constructor Details

    • HRZoneDataT

      public HRZoneDataT()
  • Method Details

    • getZone1Lo

      public BigInteger getZone1Lo()
      Gets the value of the zone1Lo property.
      Returns:
      possible object is BigInteger
    • setZone1Lo

      public void setZone1Lo(BigInteger value)
      Sets the value of the zone1Lo property.
      Parameters:
      value - allowed object is BigInteger
    • getZone1Hi

      public BigInteger getZone1Hi()
      Gets the value of the zone1Hi property.
      Returns:
      possible object is BigInteger
    • setZone1Hi

      public void setZone1Hi(BigInteger value)
      Sets the value of the zone1Hi property.
      Parameters:
      value - allowed object is BigInteger
    • getZone2Lo

      public BigInteger getZone2Lo()
      Gets the value of the zone2Lo property.
      Returns:
      possible object is BigInteger
    • setZone2Lo

      public void setZone2Lo(BigInteger value)
      Sets the value of the zone2Lo property.
      Parameters:
      value - allowed object is BigInteger
    • getZone2Hi

      public BigInteger getZone2Hi()
      Gets the value of the zone2Hi property.
      Returns:
      possible object is BigInteger
    • setZone2Hi

      public void setZone2Hi(BigInteger value)
      Sets the value of the zone2Hi property.
      Parameters:
      value - allowed object is BigInteger
    • getZone3Lo

      public BigInteger getZone3Lo()
      Gets the value of the zone3Lo property.
      Returns:
      possible object is BigInteger
    • setZone3Lo

      public void setZone3Lo(BigInteger value)
      Sets the value of the zone3Lo property.
      Parameters:
      value - allowed object is BigInteger
    • getZone3Hi

      public BigInteger getZone3Hi()
      Gets the value of the zone3Hi property.
      Returns:
      possible object is BigInteger
    • setZone3Hi

      public void setZone3Hi(BigInteger value)
      Sets the value of the zone3Hi property.
      Parameters:
      value - allowed object is BigInteger
    • getZone4Lo

      public BigInteger getZone4Lo()
      Gets the value of the zone4Lo property.
      Returns:
      possible object is BigInteger
    • setZone4Lo

      public void setZone4Lo(BigInteger value)
      Sets the value of the zone4Lo property.
      Parameters:
      value - allowed object is BigInteger
    • getZone4Hi

      public BigInteger getZone4Hi()
      Gets the value of the zone4Hi property.
      Returns:
      possible object is BigInteger
    • setZone4Hi

      public void setZone4Hi(BigInteger value)
      Sets the value of the zone4Hi property.
      Parameters:
      value - allowed object is BigInteger
    • getZone5Lo

      public BigInteger getZone5Lo()
      Gets the value of the zone5Lo property.
      Returns:
      possible object is BigInteger
    • setZone5Lo

      public void setZone5Lo(BigInteger value)
      Sets the value of the zone5Lo property.
      Parameters:
      value - allowed object is BigInteger
    • getZone5Hi

      public BigInteger getZone5Hi()
      Gets the value of the zone5Hi property.
      Returns:
      possible object is BigInteger
    • setZone5Hi

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