|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.PromotionCodeGroup
public class PromotionCodeGroup
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 |
|---|
public PromotionCodeGroup()
| Method Detail |
|---|
public java.lang.String getPromotionCode()
public void setPromotionCode(java.lang.String promotionCode)
promotionCode - public java.lang.String getPromotionVendorCode()
public void setPromotionVendorCode(java.lang.String promotionVendorCode)
promotionVendorCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||