org.ota.shared
Class PromotionCodeGroup

java.lang.Object
  extended by org.ota.shared.PromotionCodeGroup

public class PromotionCodeGroup
extends java.lang.Object

Used to provide a promotion code. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PromotionCodeGroup">
   <xs:attribute type="xs:string" use="optional" name="PromotionCode"/>
   <xs:attribute type="xs:string" use="optional" name="PromotionVendorCode"/>
 </xs:attributeGroup>
 


Constructor Summary
PromotionCodeGroup()
           
 
Method Summary
 java.lang.String getPromotionCode()
          Get the 'PromotionCode' attribute value.
 java.lang.String getPromotionVendorCode()
          Get the 'PromotionVendorCode' attribute value.
 void setPromotionCode(java.lang.String promotionCode)
          Set the 'PromotionCode' attribute value.
 void setPromotionVendorCode(java.lang.String promotionVendorCode)
          Set the 'PromotionVendorCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotionCodeGroup

public PromotionCodeGroup()
Method Detail

getPromotionCode

public java.lang.String getPromotionCode()
Get the 'PromotionCode' attribute value. Promotion code is the identifier used by the host to link directly with a specific named advertising campaign. By including the required code, the client is able to gain access to special offers which may have been created for a specifically targeted group via a CRM system or for a wider advertising campaign using Television or press adverts.

Returns:
value

setPromotionCode

public void setPromotionCode(java.lang.String promotionCode)
Set the 'PromotionCode' attribute value. Promotion code is the identifier used by the host to link directly with a specific named advertising campaign. By including the required code, the client is able to gain access to special offers which may have been created for a specifically targeted group via a CRM system or for a wider advertising campaign using Television or press adverts.

Parameters:
promotionCode -

getPromotionVendorCode

public java.lang.String getPromotionVendorCode()
Get the 'PromotionVendorCode' attribute value. List of the vendor codes associated with a promotion.

Returns:
value

setPromotionVendorCode

public void setPromotionVendorCode(java.lang.String promotionVendorCode)
Set the 'PromotionVendorCode' attribute value. List of the vendor codes associated with a promotion.

Parameters:
promotionVendorCode -