|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelRatePlan.RatePlanShoulders.RatePlanShoulder
public static class HotelRatePlan.RatePlanShoulders.RatePlanShoulder
The Rate Plan Shoulder defines the allowable dates and where to take inventory during the shoulder seasons for this rate plan. 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="RatePlanShoulder" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:SellableProductsType" name="SellableProducts" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="ShoulderRPH"/> <xs:attribute type="xs:int" use="optional" name="PreShoulderSellLimit"/> <xs:attribute type="xs:int" use="optional" name="PostShoulderSellLimit"/> <xs:attribute type="xs:string" use="optional" name="PreShoulderStartDate"/> <xs:attribute type="xs:string" use="optional" name="PostShoulderEndDate"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelRatePlan.RatePlanShoulders.RatePlanShoulder()
|
Method Summary | |
---|---|
java.lang.String |
getPostShoulderEndDate()
Get the 'PostShoulderEndDate' attribute value. |
java.lang.Integer |
getPostShoulderSellLimit()
Get the 'PostShoulderSellLimit' attribute value. |
java.lang.Integer |
getPreShoulderSellLimit()
Get the 'PreShoulderSellLimit' attribute value. |
java.lang.String |
getPreShoulderStartDate()
Get the 'PreShoulderStartDate' attribute value. |
SellableProducts |
getSellableProducts()
Get the 'SellableProducts' element value. |
java.lang.String |
getShoulderRPH()
Get the 'ShoulderRPH' attribute value. |
void |
setPostShoulderEndDate(java.lang.String postShoulderEndDate)
Set the 'PostShoulderEndDate' attribute value. |
void |
setPostShoulderSellLimit(java.lang.Integer postShoulderSellLimit)
Set the 'PostShoulderSellLimit' attribute value. |
void |
setPreShoulderSellLimit(java.lang.Integer preShoulderSellLimit)
Set the 'PreShoulderSellLimit' attribute value. |
void |
setPreShoulderStartDate(java.lang.String preShoulderStartDate)
Set the 'PreShoulderStartDate' attribute value. |
void |
setSellableProducts(SellableProducts sellableProducts)
Set the 'SellableProducts' element value. |
void |
setShoulderRPH(java.lang.String shoulderRPH)
Set the 'ShoulderRPH' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelRatePlan.RatePlanShoulders.RatePlanShoulder()
Method Detail |
---|
public SellableProducts getSellableProducts()
public void setSellableProducts(SellableProducts sellableProducts)
sellableProducts
- public java.lang.String getShoulderRPH()
public void setShoulderRPH(java.lang.String shoulderRPH)
shoulderRPH
- public java.lang.Integer getPreShoulderSellLimit()
public void setPreShoulderSellLimit(java.lang.Integer preShoulderSellLimit)
preShoulderSellLimit
- public java.lang.Integer getPostShoulderSellLimit()
public void setPostShoulderSellLimit(java.lang.Integer postShoulderSellLimit)
postShoulderSellLimit
- public java.lang.String getPreShoulderStartDate()
public void setPreShoulderStartDate(java.lang.String preShoulderStartDate)
preShoulderStartDate
- public java.lang.String getPostShoulderEndDate()
public void setPostShoulderEndDate(java.lang.String postShoulderEndDate)
postShoulderEndDate
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |