|
|||||||
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.FarePref
public static class Profile.PrefCollections.PrefCollection.AirlinePref.FarePref
Indicates preferred 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="FarePref" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="Code"/> <xs:attribute type="xs:string" use="optional" name="Description"/> <xs:attribute type="xs:string" use="optional" name="AirlineVendorPrefRPH"/> <xs:attribute type="xs:string" use="optional" name="RateCategoryCode"/> <xs:attribute type="ns:TransferActionType" use="optional" name="TransferAction"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Profile.PrefCollections.PrefCollection.AirlinePref.FarePref()
|
Method Summary | |
---|---|
java.lang.String |
getAirlineVendorPrefRPH()
Get the 'AirlineVendorPrefRPH' attribute value. |
java.lang.String |
getCode()
Get the 'Code' attribute value. |
java.lang.String |
getDescription()
Get the 'Description' attribute value. |
java.lang.String |
getRateCategoryCode()
Get the 'RateCategoryCode' attribute value. |
TransferAction |
getTransferAction()
Get the 'TransferAction' attribute value. |
void |
setAirlineVendorPrefRPH(java.lang.String airlineVendorPrefRPH)
Set the 'AirlineVendorPrefRPH' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setDescription(java.lang.String description)
Set the 'Description' attribute value. |
void |
setRateCategoryCode(java.lang.String rateCategoryCode)
Set the 'RateCategoryCode' attribute 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.FarePref()
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getAirlineVendorPrefRPH()
public void setAirlineVendorPrefRPH(java.lang.String airlineVendorPrefRPH)
airlineVendorPrefRPH
- public java.lang.String getRateCategoryCode()
public void setRateCategoryCode(java.lang.String rateCategoryCode)
rateCategoryCode
- 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 |