Class ProfileSpeedZoneT

java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.ProfileSpeedZoneT
All Implemented Interfaces:
Serializable

public class ProfileSpeedZoneT extends Object implements Serializable

Java class for ProfileSpeedZone_t complex type.

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


 <complexType name="ProfileSpeedZone_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Number" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}SpeedZoneNumbers_t"/>
         <element name="Name" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}RestrictedToken_t" minOccurs="0"/>
         <element name="Value" type="{http://www.garmin.com/xmlschemas/UserProfile/v1}CustomSpeedZone_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ProfileSpeedZoneT

      public ProfileSpeedZoneT()
  • 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.
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getValue

      public CustomSpeedZoneT getValue()
      Gets the value of the value property.
      Returns:
      possible object is CustomSpeedZoneT
    • setValue

      public void setValue(CustomSpeedZoneT value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is CustomSpeedZoneT