|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RatePlanGroup
public class RatePlanGroup
The RatePlanCode assigned by the receiving system for the inventory item in response to a new rate plan notification. (Implementation Notes: This would only be returned when the notification is of type New and the sender is translating RatePlanCode values. On subsequent transactions for this rate plan, the sender would populate the RatePlanCode attribute with this value returned by the receiver.) 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="RatePlanGroup"> <xs:attribute type="xs:string" use="optional" name="RatePlanType"/> <xs:attribute type="xs:string" use="optional" name="RatePlanCode"/> <xs:attribute type="xs:string" use="optional" name="RatePlanID"/> <xs:attribute type="xs:boolean" use="optional" name="RatePlanQualifier"/> <xs:attributeGroup ref="ns:PromotionCodeGroup"/> <xs:attribute type="xs:string" use="optional" name="RatePlanCategory"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
RatePlanGroup()
|
Method Summary | |
---|---|
PromotionCodeGroup |
getPromotionCodeGroup()
Get the 'PromotionCodeGroup' attributeGroup value. |
java.lang.String |
getRatePlan()
Get the 'RatePlanType' attribute value. |
java.lang.String |
getRatePlanCategory()
Get the 'RatePlanCategory' attribute value. |
java.lang.String |
getRatePlanCode()
Get the 'RatePlanCode' attribute value. |
java.lang.String |
getRatePlanID()
Get the 'RatePlanID' attribute value. |
java.lang.Boolean |
getRatePlanQualifier()
Get the 'RatePlanQualifier' attribute value. |
void |
setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
Set the 'PromotionCodeGroup' attributeGroup value. |
void |
setRatePlan(java.lang.String ratePlan)
Set the 'RatePlanType' attribute value. |
void |
setRatePlanCategory(java.lang.String ratePlanCategory)
Set the 'RatePlanCategory' attribute value. |
void |
setRatePlanCode(java.lang.String ratePlanCode)
Set the 'RatePlanCode' attribute value. |
void |
setRatePlanID(java.lang.String ratePlanID)
Set the 'RatePlanID' attribute value. |
void |
setRatePlanQualifier(java.lang.Boolean ratePlanQualifier)
Set the 'RatePlanQualifier' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RatePlanGroup()
Method Detail |
---|
public java.lang.String getRatePlan()
public void setRatePlan(java.lang.String ratePlan)
ratePlan
- public java.lang.String getRatePlanCode()
public void setRatePlanCode(java.lang.String ratePlanCode)
ratePlanCode
- public java.lang.String getRatePlanID()
public void setRatePlanID(java.lang.String ratePlanID)
ratePlanID
- public java.lang.Boolean getRatePlanQualifier()
public void setRatePlanQualifier(java.lang.Boolean ratePlanQualifier)
ratePlanQualifier
- public PromotionCodeGroup getPromotionCodeGroup()
public void setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
promotionCodeGroup
- public java.lang.String getRatePlanCategory()
public void setRatePlanCategory(java.lang.String ratePlanCategory)
ratePlanCategory
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |