|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareDisplayRQ.TravelPreferences.GlobalIndicatorPref
public static class FareDisplayRQ.TravelPreferences.GlobalIndicatorPref
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 |
|---|
public FareDisplayRQ.TravelPreferences.GlobalIndicatorPref()
| Method Detail |
|---|
public FareDisplayRQ.TravelPreferences.GlobalIndicatorPref.GlobalIndicatorCode getGlobalIndicatorCode()
public void setGlobalIndicatorCode(FareDisplayRQ.TravelPreferences.GlobalIndicatorPref.GlobalIndicatorCode globalIndicatorCode)
globalIndicatorCode - public java.lang.String getCodeContext()
public void setCodeContext(java.lang.String codeContext)
codeContext - public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||