Class RouteT
java.lang.Object
org.bremersee.garmin.flightplan.v1.model.RouteT
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected intprotected Stringprotected Stringprotected List<RoutePointT> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.intGets the value of the flightPlanIndex property.Gets the value of the routeDescription property.Gets the value of the routeName property.Gets the value of the routePoints property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetFlightPlanIndex(int value) Sets the value of the flightPlanIndex property.voidsetRouteDescription(String value) Sets the value of the routeDescription property.voidsetRouteName(String value) Sets the value of the routeName property.
-
Field Details
-
routeName
-
routeDescription
-
flightPlanIndex
protected int flightPlanIndex -
routePoints
-
extensions
-
-
Constructor Details
-
RouteT
public RouteT()
-
-
Method Details
-
getRouteName
Gets the value of the routeName property.- Returns:
- possible object is
String
-
setRouteName
Sets the value of the routeName property.- Parameters:
value- allowed object isString
-
getRouteDescription
Gets the value of the routeDescription property.- Returns:
- possible object is
String
-
setRouteDescription
Sets the value of the routeDescription property.- Parameters:
value- allowed object isString
-
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
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
setmethod 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
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
-