Class ProfileSpeedZoneT
java.lang.Object
org.bremersee.garmin.userprofile.v1.model.ext.ProfileSpeedZoneT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.intGets the value of the number property.getValue()Gets the value of the value property.voidSets the value of the name property.voidsetNumber(int value) Sets the value of the number property.voidsetValue(CustomSpeedZoneT value) Sets the value of the value property.
-
Field Details
-
number
protected int number -
name
-
value
-
-
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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
CustomSpeedZoneT
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isCustomSpeedZoneT
-