Class FlightPlan

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

public class FlightPlan extends Object implements Serializable

Java class for FlightPlan_t complex type.

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


 <complexType name="FlightPlan_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="file-description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="author" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Person_t" minOccurs="0"/>
         <element name="link" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="created" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}UtcTime_t" minOccurs="0"/>
         <element name="waypoint-table" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}WaypointTable_t"/>
         <element name="route" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Route_t" 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

    • FlightPlan

      public FlightPlan()
  • Method Details

    • getFileDescription

      public String getFileDescription()
      Gets the value of the fileDescription property.
      Returns:
      possible object is String
    • setFileDescription

      public void setFileDescription(String value)
      Sets the value of the fileDescription property.
      Parameters:
      value - allowed object is String
    • getAuthor

      public PersonT getAuthor()
      Gets the value of the author property.
      Returns:
      possible object is PersonT
    • setAuthor

      public void setAuthor(PersonT value)
      Sets the value of the author property.
      Parameters:
      value - allowed object is PersonT
    • getLink

      public String getLink()
      Gets the value of the link property.
      Returns:
      possible object is String
    • setLink

      public void setLink(String value)
      Sets the value of the link property.
      Parameters:
      value - allowed object is String
    • getCreated

      public XMLGregorianCalendar getCreated()
      Gets the value of the created property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreated

      public void setCreated(XMLGregorianCalendar value)
      Sets the value of the created property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getWaypointTable

      public WaypointTableT getWaypointTable()
      Gets the value of the waypointTable property.
      Returns:
      possible object is WaypointTableT
    • setWaypointTable

      public void setWaypointTable(WaypointTableT value)
      Sets the value of the waypointTable property.
      Parameters:
      value - allowed object is WaypointTableT
    • getRoute

      public RouteT getRoute()
      Gets the value of the route property.
      Returns:
      possible object is RouteT
    • setRoute

      public void setRoute(RouteT value)
      Sets the value of the route property.
      Parameters:
      value - allowed object is RouteT
    • 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