Class WaypointT

java.lang.Object
org.bremersee.garmin.flightplan.v1.model.WaypointT
All Implemented Interfaces:
Serializable

public class WaypointT extends Object implements 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 Details

  • Constructor Details

    • WaypointT

      public WaypointT()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is String
    • setIdentifier

      public void setIdentifier(String value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is String
    • getType

      public WaypointTypeT getType()
      Gets the value of the type property.
      Returns:
      possible object is WaypointTypeT
    • setType

      public void setType(WaypointTypeT value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is WaypointTypeT
    • getCountryCode

      public String getCountryCode()
      Gets the value of the countryCode property.
      Returns:
      possible object is String
    • setCountryCode

      public void setCountryCode(String value)
      Sets the value of the countryCode 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
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String
    • getElevation

      public BigDecimal getElevation()
      Gets the value of the elevation property.
      Returns:
      possible object is BigDecimal
    • setElevation

      public void setElevation(BigDecimal value)
      Sets the value of the elevation property.
      Parameters:
      value - allowed object is BigDecimal
    • getWaypointDescription

      public String getWaypointDescription()
      Gets the value of the waypointDescription property.
      Returns:
      possible object is String
    • setWaypointDescription

      public void setWaypointDescription(String value)
      Sets the value of the waypointDescription property.
      Parameters:
      value - allowed object is String
    • getSymbol

      public String getSymbol()
      Gets the value of the symbol property.
      Returns:
      possible object is String
    • setSymbol

      public void setSymbol(String value)
      Sets the value of the symbol property.
      Parameters:
      value - allowed object is String
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT