Class AutoroutePointT
java.lang.Object
org.bremersee.garmin.gpx.v3.model.ext.AutoroutePointT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLat()Gets the value of the lat property.getLon()Gets the value of the lon property.byte[]Gets the value of the subclass property.voidsetLat(BigDecimal value) Sets the value of the lat property.voidsetLon(BigDecimal value) Sets the value of the lon property.voidsetSubclass(byte[] value) Sets the value of the subclass property.
-
Field Details
-
subclass
protected byte[] subclass -
lat
-
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 isString
-
getLat
Gets the value of the lat property.- Returns:
- possible object is
BigDecimal
-
setLat
Sets the value of the lat property.- Parameters:
value- allowed object isBigDecimal
-
getLon
Gets the value of the lon property.- Returns:
- possible object is
BigDecimal
-
setLon
Sets the value of the lon property.- Parameters:
value- allowed object isBigDecimal
-