|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelRatePlan.RatePlanShoulders
public static class HotelRatePlan.RatePlanShoulders
A collection of RatePlanShoulders. 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="RatePlanShoulders" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="RatePlanShoulder" maxOccurs="unbounded">
<!-- Reference to inner class RatePlanShoulder -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
HotelRatePlan.RatePlanShoulders()
|
|
| Method Summary | |
|---|---|
void |
addRatePlanShoulder(HotelRatePlan.RatePlanShoulders.RatePlanShoulder item)
Add a 'RatePlanShoulder' element item. |
void |
clearRatePlanShoulders()
Remove all 'RatePlanShoulder' element items. |
HotelRatePlan.RatePlanShoulders.RatePlanShoulder |
getRatePlanShoulder(int index)
Get 'RatePlanShoulder' element item by position. |
java.util.List<HotelRatePlan.RatePlanShoulders.RatePlanShoulder> |
getRatePlanShoulders()
Get the list of 'RatePlanShoulder' element items. |
void |
setRatePlanShoulders(java.util.List<HotelRatePlan.RatePlanShoulders.RatePlanShoulder> list)
Set the list of 'RatePlanShoulder' element items. |
int |
sizeRatePlanShoulders()
Get the number of 'RatePlanShoulder' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelRatePlan.RatePlanShoulders()
| Method Detail |
|---|
public java.util.List<HotelRatePlan.RatePlanShoulders.RatePlanShoulder> getRatePlanShoulders()
public void setRatePlanShoulders(java.util.List<HotelRatePlan.RatePlanShoulders.RatePlanShoulder> list)
list - public int sizeRatePlanShoulders()
public void addRatePlanShoulder(HotelRatePlan.RatePlanShoulders.RatePlanShoulder item)
item - public HotelRatePlan.RatePlanShoulders.RatePlanShoulder getRatePlanShoulder(int index)
index -
public void clearRatePlanShoulders()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||