Class RoutePointT
java.lang.Object
org.bremersee.garmin.flightplan.v1.model.RoutePointT
- All Implemented Interfaces:
Serializable
Java class for RoutePoint_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoutePoint_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="waypoint-identifier" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Identifier_t"/>
<element name="waypoint-type" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}WaypointType_t"/>
<element name="waypoint-country-code" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}CountryCode_t"/>
<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 Stringprotected Stringprotected WaypointTypeT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the waypointCountryCode property.Gets the value of the waypointIdentifier property.Gets the value of the waypointType property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetWaypointCountryCode(String value) Sets the value of the waypointCountryCode property.voidsetWaypointIdentifier(String value) Sets the value of the waypointIdentifier property.voidsetWaypointType(WaypointTypeT value) Sets the value of the waypointType property.
-
Field Details
-
waypointIdentifier
-
waypointType
-
waypointCountryCode
-
extensions
-
-
Constructor Details
-
RoutePointT
public RoutePointT()
-
-
Method Details
-
getWaypointIdentifier
Gets the value of the waypointIdentifier property.- Returns:
- possible object is
String
-
setWaypointIdentifier
Sets the value of the waypointIdentifier property.- Parameters:
value- allowed object isString
-
getWaypointType
Gets the value of the waypointType property.- Returns:
- possible object is
WaypointTypeT
-
setWaypointType
Sets the value of the waypointType property.- Parameters:
value- allowed object isWaypointTypeT
-
getWaypointCountryCode
Gets the value of the waypointCountryCode property.- Returns:
- possible object is
String
-
setWaypointCountryCode
Sets the value of the waypointCountryCode property.- Parameters:
value- allowed object isString
-
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
-