Class ProfilePowerZoneT
java.lang.Object
org.bremersee.garmin.userprofilepower.v1.model.ext.ProfilePowerZoneT
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetHigh()Gets the value of the high property.intgetLow()Gets the value of the low property.intGets the value of the number property.voidsetHigh(int value) Sets the value of the high property.voidsetLow(int value) Sets the value of the low property.voidsetNumber(int value) Sets the value of the number property.
-
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.
-