Class PressureExtension

java.lang.Object
org.bremersee.garmin.pressure.v1.model.ext.PressureExtension
All Implemented Interfaces:
Serializable

public class PressureExtension extends Object implements Serializable
This type contains data fields that cannot be represented in track points in GPX 1.1 instances.

Java class for PressureExtension_t complex type.

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


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

  • Constructor Details

    • PressureExtension

      public PressureExtension()
  • Method Details

    • getApres

      public Double getApres()
      Gets the value of the apres property.
      Returns:
      possible object is Double
    • setApres

      public void setApres(Double value)
      Sets the value of the apres property.
      Parameters:
      value - allowed object is Double
    • getBpres

      public Double getBpres()
      Gets the value of the bpres property.
      Returns:
      possible object is Double
    • setBpres

      public void setBpres(Double value)
      Sets the value of the bpres property.
      Parameters:
      value - allowed object is Double
    • 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