java.lang.Object
org.bremersee.garmin.fitnessdevicelimits.v1.model.CourseLimits
All Implemented Interfaces:
Serializable

public class CourseLimits extends Object implements Serializable

Java class for CourseLimits_t complex type.

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


 <complexType name="CourseLimits_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MaxCourses" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="MaxCourseLaps" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="MaxCoursePoints" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="MaxCourseTrackPoints" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • maxCourses

      protected long maxCourses
    • maxCourseLaps

      protected long maxCourseLaps
    • maxCoursePoints

      protected long maxCoursePoints
    • maxCourseTrackPoints

      protected long maxCourseTrackPoints
  • Constructor Details

    • CourseLimits

      public CourseLimits()
  • Method Details

    • getMaxCourses

      public long getMaxCourses()
      Gets the value of the maxCourses property.
    • setMaxCourses

      public void setMaxCourses(long value)
      Sets the value of the maxCourses property.
    • getMaxCourseLaps

      public long getMaxCourseLaps()
      Gets the value of the maxCourseLaps property.
    • setMaxCourseLaps

      public void setMaxCourseLaps(long value)
      Sets the value of the maxCourseLaps property.
    • getMaxCoursePoints

      public long getMaxCoursePoints()
      Gets the value of the maxCoursePoints property.
    • setMaxCoursePoints

      public void setMaxCoursePoints(long value)
      Sets the value of the maxCoursePoints property.
    • getMaxCourseTrackPoints

      public long getMaxCourseTrackPoints()
      Gets the value of the maxCourseTrackPoints property.
    • setMaxCourseTrackPoints

      public void setMaxCourseTrackPoints(long value)
      Sets the value of the maxCourseTrackPoints property.