|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.profile.Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref
public static class Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref
Provides the contract code for a negotiated fare. 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="TourCodePref" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:choice> <xs:element name="TourCodeInfo"> <!-- Reference to inner class TourCodeInfo --> </xs:element> <xs:element name="StaffTourCodeInfo"> <!-- Reference to inner class StaffTourCodeInfo --> </xs:element> </xs:choice> <xs:attribute type="xs:string" use="optional" name="PassengerTypeCode"/> <xs:attribute type="xs:string" use="optional" name="AirlineVendorPrefRPH"/> <xs:attribute type="ns:TransferActionType" use="optional" name="TransferAction"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo
Provides a tour code for airline staff. |
static class |
Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo
Provides the tour code. |
Constructor Summary | |
---|---|
Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref()
|
Method Summary | |
---|---|
void |
clearChoiceSelect()
Clear the choice selection. |
java.lang.String |
getAirlineVendorPrefRPH()
Get the 'AirlineVendorPrefRPH' attribute value. |
java.lang.String |
getPassengerTypeCode()
Get the 'PassengerTypeCode' attribute value. |
Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo |
getStaffTourCodeInfo()
Get the 'StaffTourCodeInfo' element value. |
Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo |
getTourCodeInfo()
Get the 'TourCodeInfo' element value. |
TransferAction |
getTransferAction()
Get the 'TransferAction' attribute value. |
boolean |
ifStaffTourCodeInfo()
Check if StaffTourCodeInfo is current selection for choice. |
boolean |
ifTourCodeInfo()
Check if TourCodeInfo is current selection for choice. |
void |
setAirlineVendorPrefRPH(java.lang.String airlineVendorPrefRPH)
Set the 'AirlineVendorPrefRPH' attribute value. |
void |
setPassengerTypeCode(java.lang.String passengerTypeCode)
Set the 'PassengerTypeCode' attribute value. |
void |
setStaffTourCodeInfo(Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo staffTourCodeInfo)
Set the 'StaffTourCodeInfo' element value. |
void |
setTourCodeInfo(Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo tourCodeInfo)
Set the 'TourCodeInfo' element value. |
void |
setTransferAction(TransferAction transferAction)
Set the 'TransferAction' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifTourCodeInfo()
true
if selection, false
if notpublic Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo getTourCodeInfo()
public void setTourCodeInfo(Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.TourCodeInfo tourCodeInfo)
tourCodeInfo
- public boolean ifStaffTourCodeInfo()
true
if selection, false
if notpublic Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo getStaffTourCodeInfo()
public void setStaffTourCodeInfo(Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo staffTourCodeInfo)
staffTourCodeInfo
- public java.lang.String getPassengerTypeCode()
public void setPassengerTypeCode(java.lang.String passengerTypeCode)
passengerTypeCode
- public java.lang.String getAirlineVendorPrefRPH()
public void setAirlineVendorPrefRPH(java.lang.String airlineVendorPrefRPH)
airlineVendorPrefRPH
- public TransferAction getTransferAction()
public void setTransferAction(TransferAction transferAction)
transferAction
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |