Class FlightPlan
java.lang.Object
org.bremersee.garmin.flightplan.v1.model.FlightPlan
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected PersonTprotected XMLGregorianCalendarprotected ExtensionsTprotected Stringprotected Stringprotected RouteTprotected WaypointTableT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the author property.Gets the value of the created property.Gets the value of the extensions property.Gets the value of the fileDescription property.getLink()Gets the value of the link property.getRoute()Gets the value of the route property.Gets the value of the waypointTable property.voidSets the value of the author property.voidsetCreated(XMLGregorianCalendar value) Sets the value of the created property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetFileDescription(String value) Sets the value of the fileDescription property.voidSets the value of the link property.voidSets the value of the route property.voidsetWaypointTable(WaypointTableT value) Sets the value of the waypointTable property.
-
Field Details
-
fileDescription
-
author
-
link
-
created
-
waypointTable
-
route
-
extensions
-
-
Constructor Details
-
FlightPlan
public FlightPlan()
-
-
Method Details
-
getFileDescription
Gets the value of the fileDescription property.- Returns:
- possible object is
String
-
setFileDescription
Sets the value of the fileDescription property.- Parameters:
value- allowed object isString
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
PersonT
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isPersonT
-
getLink
Gets the value of the link property.- Returns:
- possible object is
String
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isString
-
getCreated
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
Sets the value of the created property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getWaypointTable
Gets the value of the waypointTable property.- Returns:
- possible object is
WaypointTableT
-
setWaypointTable
Sets the value of the waypointTable property.- Parameters:
value- allowed object isWaypointTableT
-
getRoute
Gets the value of the route property.- Returns:
- possible object is
RouteT
-
setRoute
Sets the value of the route property.- Parameters:
value- allowed object isRouteT
-
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
-