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

public class RouteT extends Object implements Serializable

Java class for Route_t complex type.

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


 <complexType name="Route_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="route-name" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}RouteName_t"/>
         <element name="route-description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="flight-plan-index" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}FlightPlanIndex_t"/>
         <element name="route-point" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}RoutePoint_t" maxOccurs="300"/>
         <element name="extensions" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • routeName

      protected String routeName
    • routeDescription

      protected String routeDescription
    • flightPlanIndex

      protected int flightPlanIndex
    • routePoints

      protected List<RoutePointT> routePoints
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • RouteT

      public RouteT()
  • Method Details

    • getRouteName

      public String getRouteName()
      Gets the value of the routeName property.
      Returns:
      possible object is String
    • setRouteName

      public void setRouteName(String value)
      Sets the value of the routeName property.
      Parameters:
      value - allowed object is String
    • getRouteDescription

      public String getRouteDescription()
      Gets the value of the routeDescription property.
      Returns:
      possible object is String
    • setRouteDescription

      public void setRouteDescription(String value)
      Sets the value of the routeDescription property.
      Parameters:
      value - allowed object is String
    • getFlightPlanIndex

      public int getFlightPlanIndex()
      Gets the value of the flightPlanIndex property.
    • setFlightPlanIndex

      public void setFlightPlanIndex(int value)
      Sets the value of the flightPlanIndex property.
    • getRoutePoints

      public List<RoutePointT> getRoutePoints()
      Gets the value of the routePoints property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the routePoints property.

      For example, to add a new item, do as follows:

          getRoutePoints().add(newItem);
       

      Objects of the following type(s) are allowed in the list RoutePointT

      Returns:
      The value of the routePoints property.
    • 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