java.lang.Object
org.bremersee.garmin.course.v1.model.ext.CX
All Implemented Interfaces:
Serializable

public class CX extends Object implements Serializable

Java class for CourseLapExtension_t complex type.

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


 <complexType name="CourseLapExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AvgWatts" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/CourseExtension/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • CX

      public CX()
  • Method Details

    • getAvgWatts

      public Integer getAvgWatts()
      Gets the value of the avgWatts property.
      Returns:
      possible object is Integer
    • setAvgWatts

      public void setAvgWatts(Integer value)
      Sets the value of the avgWatts property.
      Parameters:
      value - allowed object is Integer
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT