|
|||||||
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.KeywordPref
public static class Profile.PrefCollections.PrefCollection.AirlinePref.KeywordPref
This element stores data about an airline marketing keyword. 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="KeywordPref" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="VendorCode"/> <xs:attribute type="xs:string" use="optional" name="Description"/> <xs:attribute type="xs:string" use="optional" name="Keyword"/> <xs:attribute type="xs:string" use="optional" name="StatusCode"/> <xs:attribute type="xs:string" use="optional" name="NumberInParty"/> <xs:attribute type="xs:string" use="optional" name="AirlineVendorRPH"/> <xs:attribute type="ns:TransferActionType" use="optional" name="TransferAction"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Profile.PrefCollections.PrefCollection.AirlinePref.KeywordPref()
|
Method Summary | |
---|---|
java.lang.String |
getAirlineVendorRPH()
Get the 'AirlineVendorRPH' attribute value. |
java.lang.String |
getDescription()
Get the 'Description' attribute value. |
java.lang.String |
getKeyword()
Get the 'Keyword' attribute value. |
java.lang.String |
getNumberInParty()
Get the 'NumberInParty' attribute value. |
java.lang.String |
getStatusCode()
Get the 'StatusCode' attribute value. |
TransferAction |
getTransferAction()
Get the 'TransferAction' attribute value. |
java.lang.String |
getVendorCode()
Get the 'VendorCode' attribute value. |
void |
setAirlineVendorRPH(java.lang.String airlineVendorRPH)
Set the 'AirlineVendorRPH' attribute value. |
void |
setDescription(java.lang.String description)
Set the 'Description' attribute value. |
void |
setKeyword(java.lang.String keyword)
Set the 'Keyword' attribute value. |
void |
setNumberInParty(java.lang.String numberInParty)
Set the 'NumberInParty' attribute value. |
void |
setStatusCode(java.lang.String statusCode)
Set the 'StatusCode' attribute value. |
void |
setTransferAction(TransferAction transferAction)
Set the 'TransferAction' 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.KeywordPref()
Method Detail |
---|
public java.lang.String getVendorCode()
public void setVendorCode(java.lang.String vendorCode)
vendorCode
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getKeyword()
public void setKeyword(java.lang.String keyword)
keyword
- public java.lang.String getStatusCode()
public void setStatusCode(java.lang.String statusCode)
statusCode
- public java.lang.String getNumberInParty()
public void setNumberInParty(java.lang.String numberInParty)
numberInParty
- public java.lang.String getAirlineVendorRPH()
public void setAirlineVendorRPH(java.lang.String airlineVendorRPH)
airlineVendorRPH
- 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 |