Class CustomSpeedZoneT

java.lang.Object
org.bremersee.garmin.userprofile.v2.model.ext.CustomSpeedZoneT
All Implemented Interfaces:
Serializable

public class CustomSpeedZoneT extends Object implements 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/v2}SpeedType_t"/>
         <element name="LowInMetersPerSecond" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}SpeedInMetersPerSecond_t"/>
         <element name="HighInMetersPerSecond" type="{http://www.garmin.com/xmlschemas/UserProfile/v2}SpeedInMetersPerSecond_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • viewAs

      protected SpeedTypeT viewAs
    • lowInMetersPerSecond

      protected double lowInMetersPerSecond
    • highInMetersPerSecond

      protected double highInMetersPerSecond
  • Constructor Details

    • CustomSpeedZoneT

      public CustomSpeedZoneT()
  • Method Details

    • getViewAs

      public SpeedTypeT getViewAs()
      Gets the value of the viewAs property.
      Returns:
      possible object is SpeedTypeT
    • setViewAs

      public void setViewAs(SpeedTypeT value)
      Sets the value of the viewAs property.
      Parameters:
      value - allowed object is SpeedTypeT
    • 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.