Class WaypointTableT
java.lang.Object
org.bremersee.garmin.flightplan.v1.model.WaypointTableT
- All Implemented Interfaces:
Serializable
An unordered list of unique waypoints referenced by a flight plan.
This table may also contain waypoints not referenced by the route
of a flight plan.
Java class for WaypointTable_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WaypointTable_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="waypoint" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Waypoint_t" maxOccurs="3000"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the waypoints property.
-
Field Details
-
waypoints
-
-
Constructor Details
-
WaypointTableT
public WaypointTableT()
-
-
Method Details
-
getWaypoints
Gets the value of the waypoints 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 waypoints property.For example, to add a new item, do as follows:
getWaypoints().add(newItem);Objects of the following type(s) are allowed in the list
WaypointT- Returns:
- The value of the waypoints property.
-