Class ProfilePowerZoneT

java.lang.Object
org.bremersee.garmin.userprofilepower.v1.model.ext.ProfilePowerZoneT
All Implemented Interfaces:
Serializable

public class ProfilePowerZoneT extends Object implements Serializable

Java class for ProfilePowerZone_t complex type.

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


 <complexType name="ProfilePowerZone_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Number" type="{http://www.garmin.com/xmlschemas/ProfileExtension/v1}PowerZoneNumbers_t"/>
         <element name="Low" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="High" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected int
     
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the high property.
    int
    Gets the value of the low property.
    int
    Gets the value of the number property.
    void
    setHigh(int value)
    Sets the value of the high property.
    void
    setLow(int value)
    Sets the value of the low property.
    void
    setNumber(int value)
    Sets the value of the number property.

    Methods inherited from class java.lang.Object

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

    • number

      protected int number
    • low

      protected int low
    • high

      protected int high
  • Constructor Details

    • ProfilePowerZoneT

      public ProfilePowerZoneT()
  • Method Details

    • getNumber

      public int getNumber()
      Gets the value of the number property.
    • setNumber

      public void setNumber(int value)
      Sets the value of the number property.
    • getLow

      public int getLow()
      Gets the value of the low property.
    • setLow

      public void setLow(int value)
      Sets the value of the low property.
    • getHigh

      public int getHigh()
      Gets the value of the high property.
    • setHigh

      public void setHigh(int value)
      Sets the value of the high property.