Class AutoroutePointT

java.lang.Object
org.bremersee.garmin.gpx.v3.model.ext.AutoroutePointT
All Implemented Interfaces:
Serializable

public class AutoroutePointT extends Object implements Serializable

Java class for AutoroutePoint_t complex type.

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


 <complexType name="AutoroutePoint_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"/>
       </sequence>
       <attribute name="lat" use="required" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}Latitude_t" />
       <attribute name="lon" use="required" type="{http://www.garmin.com/xmlschemas/GpxExtensions/v3}Longitude_t" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • subclass

      protected byte[] subclass
    • lat

      protected BigDecimal lat
    • lon

      protected BigDecimal lon
  • Constructor Details

    • AutoroutePointT

      public AutoroutePointT()
  • 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 is String
    • getLat

      public BigDecimal getLat()
      Gets the value of the lat property.
      Returns:
      possible object is BigDecimal
    • setLat

      public void setLat(BigDecimal value)
      Sets the value of the lat property.
      Parameters:
      value - allowed object is BigDecimal
    • getLon

      public BigDecimal getLon()
      Gets the value of the lon property.
      Returns:
      possible object is BigDecimal
    • setLon

      public void setLon(BigDecimal value)
      Sets the value of the lon property.
      Parameters:
      value - allowed object is BigDecimal