Class RoutePointT

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

public class RoutePointT extends Object implements Serializable

Java class for RoutePoint_t complex type.

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


 <complexType name="RoutePoint_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="waypoint-identifier" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Identifier_t"/>
         <element name="waypoint-type" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}WaypointType_t"/>
         <element name="waypoint-country-code" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}CountryCode_t"/>
         <element name="extensions" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • waypointIdentifier

      protected String waypointIdentifier
    • waypointType

      protected WaypointTypeT waypointType
    • waypointCountryCode

      protected String waypointCountryCode
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • RoutePointT

      public RoutePointT()
  • Method Details

    • getWaypointIdentifier

      public String getWaypointIdentifier()
      Gets the value of the waypointIdentifier property.
      Returns:
      possible object is String
    • setWaypointIdentifier

      public void setWaypointIdentifier(String value)
      Sets the value of the waypointIdentifier property.
      Parameters:
      value - allowed object is String
    • getWaypointType

      public WaypointTypeT getWaypointType()
      Gets the value of the waypointType property.
      Returns:
      possible object is WaypointTypeT
    • setWaypointType

      public void setWaypointType(WaypointTypeT value)
      Sets the value of the waypointType property.
      Parameters:
      value - allowed object is WaypointTypeT
    • getWaypointCountryCode

      public String getWaypointCountryCode()
      Gets the value of the waypointCountryCode property.
      Returns:
      possible object is String
    • setWaypointCountryCode

      public void setWaypointCountryCode(String value)
      Sets the value of the waypointCountryCode 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