|
|||||||
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.SSRPref
public static class Profile.PrefCollections.PrefCollection.AirlinePref.SSRPref
Indicates Special Service Request preference type. 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="SSR_Pref" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attributeGroup ref="ns:SSR_PrefGroup"/> <xs:attribute type="xs:string" use="optional" name="VendorCode"/> <xs:attribute type="xs:string" use="optional" name="NumberInParty"/> <xs:attribute type="xs:string" use="optional" name="DefaultStatusCode"/> <xs:attribute type="xs:string" use="optional" name="Remark"/> <xs:attribute type="xs:string" use="optional" name="LookupKey"/> <xs:attribute type="xs:string" use="optional" name="AirlineVendorPrefRPH"/> <xs:attribute type="ns:TransferActionType" use="optional" name="TransferActionType"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SSR_PrefGroup"> <xs:attributeGroup ref="ns:PreferLevelGroup"/> <xs:attribute type="xs:string" name="SSR_Code"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup"> <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
Profile.PrefCollections.PrefCollection.AirlinePref.SSRPref()
|
Method Summary | |
---|---|
java.lang.String |
getAirlineVendorPrefRPH()
Get the 'AirlineVendorPrefRPH' attribute value. |
java.lang.String |
getDefaultStatusCode()
Get the 'DefaultStatusCode' attribute value. |
java.lang.String |
getLookupKey()
Get the 'LookupKey' attribute value. |
java.lang.String |
getNumberInParty()
Get the 'NumberInParty' attribute value. |
PreferLevel |
getPreferLevel()
Get the 'PreferLevel' attribute value. |
java.lang.String |
getRemark()
Get the 'Remark' attribute value. |
java.lang.String |
getSSRCode()
Get the 'SSR_Code' attribute value. |
TransferAction |
getTransferAction()
Get the 'TransferActionType' attribute value. |
java.lang.String |
getVendorCode()
Get the 'VendorCode' attribute value. |
void |
setAirlineVendorPrefRPH(java.lang.String airlineVendorPrefRPH)
Set the 'AirlineVendorPrefRPH' attribute value. |
void |
setDefaultStatusCode(java.lang.String defaultStatusCode)
Set the 'DefaultStatusCode' attribute value. |
void |
setLookupKey(java.lang.String lookupKey)
Set the 'LookupKey' attribute value. |
void |
setNumberInParty(java.lang.String numberInParty)
Set the 'NumberInParty' attribute value. |
void |
setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. |
void |
setRemark(java.lang.String remark)
Set the 'Remark' attribute value. |
void |
setSSRCode(java.lang.String SSRCode)
Set the 'SSR_Code' attribute value. |
void |
setTransferAction(TransferAction transferAction)
Set the 'TransferActionType' attribute value. |
void |
setVendorCode(java.lang.String vendorCode)
Set the 'VendorCode' 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.SSRPref()
Method Detail |
---|
public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel
- public java.lang.String getSSRCode()
public void setSSRCode(java.lang.String SSRCode)
SSRCode
- public java.lang.String getVendorCode()
public void setVendorCode(java.lang.String vendorCode)
vendorCode
- public java.lang.String getNumberInParty()
public void setNumberInParty(java.lang.String numberInParty)
numberInParty
- public java.lang.String getDefaultStatusCode()
public void setDefaultStatusCode(java.lang.String defaultStatusCode)
defaultStatusCode
- public java.lang.String getRemark()
public void setRemark(java.lang.String remark)
remark
- public java.lang.String getLookupKey()
public void setLookupKey(java.lang.String lookupKey)
lookupKey
- 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 |