Class RoutePointExtension
java.lang.Object
org.bremersee.garmin.gpx.v3.model.ext.RoutePointExtension
- All Implemented Interfaces:
Serializable
This type contains data fields available in Garmin GDB routes that cannot
be represented in routes in GPX 1.1 instances.
Java class for RoutePointExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoutePointExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Subclass" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}Subclass_t" minOccurs="0"/>
<element name="rpt" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}AutoroutePoint_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected List<AutoroutePointT> protected byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.getRpts()Gets the value of the rpts property.byte[]Gets the value of the subclass property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetSubclass(byte[] value) Sets the value of the subclass property.
-
Field Details
-
subclass
protected byte[] subclass -
rpts
-
extensions
-
-
Constructor Details
-
RoutePointExtension
public RoutePointExtension()
-
-
Method Details
-
getSubclass
public byte[] getSubclass()Gets the value of the subclass property.- Returns:
- possible object is
String
-
setSubclass
public void setSubclass(byte[] value) Sets the value of the subclass property.- Parameters:
value- allowed object isString
-
getRpts
Gets the value of the rpts property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the rpts property.For example, to add a new item, do as follows:
getRpts().add(newItem);Objects of the following type(s) are allowed in the list
AutoroutePointT- Returns:
- The value of the rpts property.
-
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
-