org.ota.air
Class FareDisplayRQ.TravelPreferences.FareApplicationTypePref

java.lang.Object
  extended by org.ota.air.FareDisplayRQ.TravelPreferences.FareApplicationTypePref
Enclosing class:
FareDisplayRQ.TravelPreferences

public static class FareDisplayRQ.TravelPreferences.FareApplicationTypePref
extends java.lang.Object

Indicates the journey type for which fares are required e.g. OneWay, Return, HalfReturn Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FareApplicationTypePref" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="ns:FareApplicationType" use="required" name="FareApplicationType"/>
     <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareDisplayRQ.TravelPreferences.FareApplicationTypePref()
           
 
Method Summary
 FareApplication getFareApplication()
          Get the 'FareApplicationType' attribute value.
 PreferLevel getPreferLevel()
          Get the 'PreferLevel' attribute value.
 void setFareApplication(FareApplication fareApplication)
          Set the 'FareApplicationType' attribute value.
 void setPreferLevel(PreferLevel preferLevel)
          Set the 'PreferLevel' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareDisplayRQ.TravelPreferences.FareApplicationTypePref

public FareDisplayRQ.TravelPreferences.FareApplicationTypePref()
Method Detail

getFareApplication

public FareApplication getFareApplication()
Get the 'FareApplicationType' attribute value. The journey type for which fares are required can be OneWay, Return or HalfReturn

Returns:
value

setFareApplication

public void setFareApplication(FareApplication fareApplication)
Set the 'FareApplicationType' attribute value. The journey type for which fares are required can be OneWay, Return or HalfReturn

Parameters:
fareApplication -

getPreferLevel

public PreferLevel getPreferLevel()
Get the 'PreferLevel' attribute value.

Returns:
value

setPreferLevel

public void setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value.

Parameters:
preferLevel -