Class CustomSpeedZoneT
java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.CustomSpeedZoneT
- All Implemented Interfaces:
Serializable
Java class for CustomSpeedZone_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomSpeedZone_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ViewAs" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}SpeedType_t"/>
<element name="LowInMetersPerSecond" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}SpeedInMetersPerSecond_t"/>
<element name="HighInMetersPerSecond" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}SpeedInMetersPerSecond_t"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the value of the highInMetersPerSecond property.doubleGets the value of the lowInMetersPerSecond property.Gets the value of the viewAs property.voidsetHighInMetersPerSecond(double value) Sets the value of the highInMetersPerSecond property.voidsetLowInMetersPerSecond(double value) Sets the value of the lowInMetersPerSecond property.voidsetViewAs(SpeedTypeT value) Sets the value of the viewAs property.
-
Field Details
-
viewAs
-
lowInMetersPerSecond
protected double lowInMetersPerSecond -
highInMetersPerSecond
protected double highInMetersPerSecond
-
-
Constructor Details
-
CustomSpeedZoneT
public CustomSpeedZoneT()
-
-
Method Details
-
getViewAs
Gets the value of the viewAs property.- Returns:
- possible object is
SpeedTypeT
-
setViewAs
Sets the value of the viewAs property.- Parameters:
value- allowed object isSpeedTypeT
-
getLowInMetersPerSecond
public double getLowInMetersPerSecond()Gets the value of the lowInMetersPerSecond property. -
setLowInMetersPerSecond
public void setLowInMetersPerSecond(double value) Sets the value of the lowInMetersPerSecond property. -
getHighInMetersPerSecond
public double getHighInMetersPerSecond()Gets the value of the highInMetersPerSecond property. -
setHighInMetersPerSecond
public void setHighInMetersPerSecond(double value) Sets the value of the highInMetersPerSecond property.
-