org.ota.profile
Class Profile.PrefCollections.PrefCollection.AirlinePref.KeywordPref

java.lang.Object
  extended by org.ota.profile.Profile.PrefCollections.PrefCollection.AirlinePref.KeywordPref
Enclosing class:
Profile.PrefCollections.PrefCollection.AirlinePref

public static class Profile.PrefCollections.PrefCollection.AirlinePref.KeywordPref
extends java.lang.Object

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

Profile.PrefCollections.PrefCollection.AirlinePref.KeywordPref

public Profile.PrefCollections.PrefCollection.AirlinePref.KeywordPref()
Method Detail

getVendorCode

public java.lang.String getVendorCode()
Get the 'VendorCode' attribute value. Indicates to which airline the element is associated.

Returns:
value

setVendorCode

public void setVendorCode(java.lang.String vendorCode)
Set the 'VendorCode' attribute value. Indicates to which airline the element is associated.

Parameters:
vendorCode -

getDescription

public java.lang.String getDescription()
Get the 'Description' attribute value. Text of the Keyword element.

Returns:
value

setDescription

public void setDescription(java.lang.String description)
Set the 'Description' attribute value. Text of the Keyword element.

Parameters:
description -

getKeyword

public java.lang.String getKeyword()
Get the 'Keyword' attribute value. The keyword is defined by the airline.

Returns:
value

setKeyword

public void setKeyword(java.lang.String keyword)
Set the 'Keyword' attribute value. The keyword is defined by the airline.

Parameters:
keyword -

getStatusCode

public java.lang.String getStatusCode()
Get the 'StatusCode' attribute value. Confirmation status from the airline. Refer to OpenTravel code list Status (STS).

Returns:
value

setStatusCode

public void setStatusCode(java.lang.String statusCode)
Set the 'StatusCode' attribute value. Confirmation status from the airline. Refer to OpenTravel code list Status (STS).

Parameters:
statusCode -

getNumberInParty

public java.lang.String getNumberInParty()
Get the 'NumberInParty' attribute value. Number of passengers that will benefit from the request.

Returns:
value

setNumberInParty

public void setNumberInParty(java.lang.String numberInParty)
Set the 'NumberInParty' attribute value. Number of passengers that will benefit from the request.

Parameters:
numberInParty -

getAirlineVendorRPH

public java.lang.String getAirlineVendorRPH()
Get the 'AirlineVendorRPH' attribute value.

Returns:
value

setAirlineVendorRPH

public void setAirlineVendorRPH(java.lang.String airlineVendorRPH)
Set the 'AirlineVendorRPH' attribute value.

Parameters:
airlineVendorRPH -

getTransferAction

public TransferAction getTransferAction()
Get the 'TransferAction' attribute value.

Returns:
value

setTransferAction

public void setTransferAction(TransferAction transferAction)
Set the 'TransferAction' attribute value.

Parameters:
transferAction -