|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FlightTypePrefGroup
public class FlightTypePrefGroup
Indicates preferences for certain types of flights, such as connections or stopovers, when used for a specific travel situation. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FlightTypePrefGroup">
<xs:attributeGroup ref="ns:PreferLevelGroup"/>
<xs:attribute type="ns:FlightTypeType" use="optional" name="FlightType"/>
<xs:attribute type="xs:int" use="optional" name="MaxConnections"/>
<xs:attribute use="optional" name="NonScheduledFltInfo">
<xs:simpleType>
<!-- Reference to inner class NonScheduledFltInfo -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:boolean" use="optional" name="BackhaulIndicator"/>
<xs:attribute type="xs:boolean" use="optional" name="GroundTransportIndicator"/>
<xs:attribute type="xs:boolean" use="optional" name="DirectAndNonStopOnlyInd"/>
<xs:attribute type="xs:boolean" use="optional" name="NonStopsOnlyInd"/>
<xs:attribute type="xs:boolean" use="optional" name="OnlineConnectionsOnlyInd"/>
<xs:attribute use="optional" name="RoutingType">
<xs:simpleType>
<!-- Reference to inner class Routing -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:boolean" use="optional" name="ExcludeTrainInd"/>
</xs:attributeGroup>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup">
<xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
</xs:attributeGroup>
<xs:simpleType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FlightTypeType">
<!-- Reference to inner class FlightType -->
</xs:simpleType>
| Nested Class Summary | |
|---|---|
static class |
FlightTypePrefGroup.FlightType
Specifies a particular type of flight (e.g. |
static class |
FlightTypePrefGroup.NonScheduledFltInfo
Schema fragment(s) for this class: |
static class |
FlightTypePrefGroup.Routing
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
FlightTypePrefGroup()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getBackhaulIndicator()
Get the 'BackhaulIndicator' attribute value. |
java.lang.Boolean |
getDirectAndNonStopOnlyInd()
Get the 'DirectAndNonStopOnlyInd' attribute value. |
java.lang.Boolean |
getExcludeTrainInd()
Get the 'ExcludeTrainInd' attribute value. |
FlightTypePrefGroup.FlightType |
getFlight()
Get the 'FlightType' attribute value. |
java.lang.Boolean |
getGroundTransportIndicator()
Get the 'GroundTransportIndicator' attribute value. |
java.lang.Integer |
getMaxConnections()
Get the 'MaxConnections' attribute value. |
FlightTypePrefGroup.NonScheduledFltInfo |
getNonScheduledFltInfo()
Get the 'NonScheduledFltInfo' attribute value. |
java.lang.Boolean |
getNonStopsOnlyInd()
Get the 'NonStopsOnlyInd' attribute value. |
java.lang.Boolean |
getOnlineConnectionsOnlyInd()
Get the 'OnlineConnectionsOnlyInd' attribute value. |
PreferLevel |
getPreferLevel()
Get the 'PreferLevel' attribute value. |
FlightTypePrefGroup.Routing |
getRouting()
Get the 'RoutingType' attribute value. |
void |
setBackhaulIndicator(java.lang.Boolean backhaulIndicator)
Set the 'BackhaulIndicator' attribute value. |
void |
setDirectAndNonStopOnlyInd(java.lang.Boolean directAndNonStopOnlyInd)
Set the 'DirectAndNonStopOnlyInd' attribute value. |
void |
setExcludeTrainInd(java.lang.Boolean excludeTrainInd)
Set the 'ExcludeTrainInd' attribute value. |
void |
setFlight(FlightTypePrefGroup.FlightType flight)
Set the 'FlightType' attribute value. |
void |
setGroundTransportIndicator(java.lang.Boolean groundTransportIndicator)
Set the 'GroundTransportIndicator' attribute value. |
void |
setMaxConnections(java.lang.Integer maxConnections)
Set the 'MaxConnections' attribute value. |
void |
setNonScheduledFltInfo(FlightTypePrefGroup.NonScheduledFltInfo nonScheduledFltInfo)
Set the 'NonScheduledFltInfo' attribute value. |
void |
setNonStopsOnlyInd(java.lang.Boolean nonStopsOnlyInd)
Set the 'NonStopsOnlyInd' attribute value. |
void |
setOnlineConnectionsOnlyInd(java.lang.Boolean onlineConnectionsOnlyInd)
Set the 'OnlineConnectionsOnlyInd' attribute value. |
void |
setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. |
void |
setRouting(FlightTypePrefGroup.Routing routing)
Set the 'RoutingType' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlightTypePrefGroup()
| Method Detail |
|---|
public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel - public FlightTypePrefGroup.FlightType getFlight()
public void setFlight(FlightTypePrefGroup.FlightType flight)
flight - public java.lang.Integer getMaxConnections()
public void setMaxConnections(java.lang.Integer maxConnections)
maxConnections - public FlightTypePrefGroup.NonScheduledFltInfo getNonScheduledFltInfo()
public void setNonScheduledFltInfo(FlightTypePrefGroup.NonScheduledFltInfo nonScheduledFltInfo)
nonScheduledFltInfo - public java.lang.Boolean getBackhaulIndicator()
public void setBackhaulIndicator(java.lang.Boolean backhaulIndicator)
backhaulIndicator - public java.lang.Boolean getGroundTransportIndicator()
public void setGroundTransportIndicator(java.lang.Boolean groundTransportIndicator)
groundTransportIndicator - public java.lang.Boolean getDirectAndNonStopOnlyInd()
public void setDirectAndNonStopOnlyInd(java.lang.Boolean directAndNonStopOnlyInd)
directAndNonStopOnlyInd - public java.lang.Boolean getNonStopsOnlyInd()
public void setNonStopsOnlyInd(java.lang.Boolean nonStopsOnlyInd)
nonStopsOnlyInd - public java.lang.Boolean getOnlineConnectionsOnlyInd()
public void setOnlineConnectionsOnlyInd(java.lang.Boolean onlineConnectionsOnlyInd)
onlineConnectionsOnlyInd - public FlightTypePrefGroup.Routing getRouting()
public void setRouting(FlightTypePrefGroup.Routing routing)
routing - public java.lang.Boolean getExcludeTrainInd()
public void setExcludeTrainInd(java.lang.Boolean excludeTrainInd)
excludeTrainInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||