org.ota.air
Class FareDisplayRQ.TravelPreferences.GlobalIndicatorPref

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

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

Specify global direction preferences (e.g. AP- Atlantic Ocean, PA, Pacific Ocean etc.) 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="GlobalIndicatorPref" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute use="optional" name="GlobalIndicatorCode">
       <xs:simpleType>
         <!-- Reference to inner class GlobalIndicatorCode -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attribute type="xs:string" use="optional" name="CodeContext"/>
     <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class FareDisplayRQ.TravelPreferences.GlobalIndicatorPref.GlobalIndicatorCode
          Schema fragment(s) for this class:
 
Constructor Summary
FareDisplayRQ.TravelPreferences.GlobalIndicatorPref()
           
 
Method Summary
 java.lang.String getCodeContext()
          Get the 'CodeContext' attribute value.
 FareDisplayRQ.TravelPreferences.GlobalIndicatorPref.GlobalIndicatorCode getGlobalIndicatorCode()
          Get the 'GlobalIndicatorCode' attribute value.
 PreferLevel getPreferLevel()
          Get the 'PreferLevel' attribute value.
 void setCodeContext(java.lang.String codeContext)
          Set the 'CodeContext' attribute value.
 void setGlobalIndicatorCode(FareDisplayRQ.TravelPreferences.GlobalIndicatorPref.GlobalIndicatorCode globalIndicatorCode)
          Set the 'GlobalIndicatorCode' 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.GlobalIndicatorPref

public FareDisplayRQ.TravelPreferences.GlobalIndicatorPref()
Method Detail

getGlobalIndicatorCode

public FareDisplayRQ.TravelPreferences.GlobalIndicatorPref.GlobalIndicatorCode getGlobalIndicatorCode()
Get the 'GlobalIndicatorCode' attribute value. AP - Atlantic Ocean PA - Pacific Ocean WH - Western Hemisphere EH - Eastern Hemisphere PO - Polar Route TS - Trans Siberia Route AP - Atlantic/Pacific Round-the-World

Returns:
value

setGlobalIndicatorCode

public void setGlobalIndicatorCode(FareDisplayRQ.TravelPreferences.GlobalIndicatorPref.GlobalIndicatorCode globalIndicatorCode)
Set the 'GlobalIndicatorCode' attribute value. AP - Atlantic Ocean PA - Pacific Ocean WH - Western Hemisphere EH - Eastern Hemisphere PO - Polar Route TS - Trans Siberia Route AP - Atlantic/Pacific Round-the-World

Parameters:
globalIndicatorCode -

getCodeContext

public java.lang.String getCodeContext()
Get the 'CodeContext' attribute value. The code list from which the global indicator code is valid IATA

Returns:
value

setCodeContext

public void setCodeContext(java.lang.String codeContext)
Set the 'CodeContext' attribute value. The code list from which the global indicator code is valid IATA

Parameters:
codeContext -

getPreferLevel

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

Returns:
value

setPreferLevel

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

Parameters:
preferLevel -