Class PressureExtension
java.lang.Object
org.bremersee.garmin.pressure.v1.model.ext.PressureExtension
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApres()Gets the value of the apres property.getBpres()Gets the value of the bpres property.Gets the value of the extensions property.voidSets the value of the apres property.voidSets the value of the bpres property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.
-
Field Details
-
apres
-
bpres
-
extensions
-
-
Constructor Details
-
PressureExtension
public PressureExtension()
-
-
Method Details
-
getApres
Gets the value of the apres property.- Returns:
- possible object is
Double
-
setApres
Sets the value of the apres property.- Parameters:
value- allowed object isDouble
-
getBpres
Gets the value of the bpres property.- Returns:
- possible object is
Double
-
setBpres
Sets the value of the bpres property.- Parameters:
value- allowed object isDouble
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-