Class WaypointT
java.lang.Object
org.bremersee.garmin.flightplan.v1.model.WaypointT
- All Implemented Interfaces:
Serializable
Java class for Waypoint_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Waypoint_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identifier" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Identifier_t"/>
<element name="type" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}WaypointType_t"/>
<element name="country-code" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}CountryCode_t"/>
<element name="lat" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Latitude_t"/>
<element name="lon" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Longitude_t"/>
<element name="comment" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Comment_t"/>
<element name="elevation" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="waypoint-description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="symbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extensions" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected BigDecimalprotected ExtensionsTprotected Stringprotected BigDecimalprotected BigDecimalprotected Stringprotected WaypointTypeTprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the countryCode property.Gets the value of the elevation property.Gets the value of the extensions property.Gets the value of the identifier property.getLat()Gets the value of the lat property.getLon()Gets the value of the lon property.Gets the value of the symbol property.getType()Gets the value of the type property.Gets the value of the waypointDescription property.voidsetComment(String value) Sets the value of the comment property.voidsetCountryCode(String value) Sets the value of the countryCode property.voidsetElevation(BigDecimal value) Sets the value of the elevation property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetIdentifier(String value) Sets the value of the identifier property.voidsetLat(BigDecimal value) Sets the value of the lat property.voidsetLon(BigDecimal value) Sets the value of the lon property.voidSets the value of the symbol property.voidsetType(WaypointTypeT value) Sets the value of the type property.voidsetWaypointDescription(String value) Sets the value of the waypointDescription property.
-
Field Details
-
identifier
-
type
-
countryCode
-
lat
-
lon
-
comment
-
elevation
-
waypointDescription
-
symbol
-
extensions
-
-
Constructor Details
-
WaypointT
public WaypointT()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
WaypointTypeT
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isWaypointTypeT
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
Sets the value of the countryCode 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
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getElevation
Gets the value of the elevation property.- Returns:
- possible object is
BigDecimal
-
setElevation
Sets the value of the elevation property.- Parameters:
value- allowed object isBigDecimal
-
getWaypointDescription
Gets the value of the waypointDescription property.- Returns:
- possible object is
String
-
setWaypointDescription
Sets the value of the waypointDescription property.- Parameters:
value- allowed object isString
-
getSymbol
Gets the value of the symbol property.- Returns:
- possible object is
String
-
setSymbol
Sets the value of the symbol property.- Parameters:
value- allowed object isString
-
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
-