Class WorkoutLimits
java.lang.Object
org.bremersee.garmin.fitnessdevicelimits.v1.model.WorkoutLimits
- All Implemented Interfaces:
Serializable
Java class for WorkoutLimits_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkoutLimits_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MaxWorkouts" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="MaxUnscheduledWorkouts" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="MaxOccurrences" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the maxOccurrences property.longGets the value of the maxUnscheduledWorkouts property.longGets the value of the maxWorkouts property.voidsetMaxOccurrences(long value) Sets the value of the maxOccurrences property.voidsetMaxUnscheduledWorkouts(long value) Sets the value of the maxUnscheduledWorkouts property.voidsetMaxWorkouts(long value) Sets the value of the maxWorkouts property.
-
Field Details
-
maxWorkouts
protected long maxWorkouts -
maxUnscheduledWorkouts
protected long maxUnscheduledWorkouts -
maxOccurrences
protected long maxOccurrences
-
-
Constructor Details
-
WorkoutLimits
public WorkoutLimits()
-
-
Method Details
-
getMaxWorkouts
public long getMaxWorkouts()Gets the value of the maxWorkouts property. -
setMaxWorkouts
public void setMaxWorkouts(long value) Sets the value of the maxWorkouts property. -
getMaxUnscheduledWorkouts
public long getMaxUnscheduledWorkouts()Gets the value of the maxUnscheduledWorkouts property. -
setMaxUnscheduledWorkouts
public void setMaxUnscheduledWorkouts(long value) Sets the value of the maxUnscheduledWorkouts property. -
getMaxOccurrences
public long getMaxOccurrences()Gets the value of the maxOccurrences property. -
setMaxOccurrences
public void setMaxOccurrences(long value) Sets the value of the maxOccurrences property.
-