|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.ItineraryItemResponse.Accommodation.RoomProfiles.RoomProfile.Prices
public static class ItineraryItemResponse.Accommodation.RoomProfiles.RoomProfile.Prices
A collection of room-based passenger-level prices. These will be either actual prices or supplemental charges dependent on the SupplementIndicator attribute. When these are actual prices, they may be by MealPlan (e.g., room prices on HalfBoard arrangement, together with prices on Full Board). 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="Prices" minOccurs="0" maxOccurs="9"> <xs:complexType> <xs:sequence> <xs:element name="Price" maxOccurs="9"> <xs:complexType> <xs:attributeGroup ref="ns:PriceGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="SupplementIndicator"/> <xs:attribute type="xs:string" use="optional" name="MealPlanRPH"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ItineraryItemResponse.Accommodation.RoomProfiles.RoomProfile.Prices()
|
Method Summary | |
---|---|
void |
addPrice(PriceGroup item)
Add a 'Price' element item. |
void |
clearPrices()
Remove all 'Price' element items. |
java.lang.String |
getMealPlanRPH()
Get the 'MealPlanRPH' attribute value. |
PriceGroup |
getPrice(int index)
Get 'Price' element item by position. |
java.util.List<PriceGroup> |
getPrices()
Get the list of 'Price' element items. |
java.lang.Boolean |
getSupplementIndicator()
Get the 'SupplementIndicator' attribute value. |
void |
setMealPlanRPH(java.lang.String mealPlanRPH)
Set the 'MealPlanRPH' attribute value. |
void |
setPrices(java.util.List<PriceGroup> list)
Set the list of 'Price' element items. |
void |
setSupplementIndicator(java.lang.Boolean supplementIndicator)
Set the 'SupplementIndicator' attribute value. |
int |
sizePrices()
Get the number of 'Price' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItineraryItemResponse.Accommodation.RoomProfiles.RoomProfile.Prices()
Method Detail |
---|
public java.util.List<PriceGroup> getPrices()
public void setPrices(java.util.List<PriceGroup> list)
list
- public int sizePrices()
public void addPrice(PriceGroup item)
item
- public PriceGroup getPrice(int index)
index
-
public void clearPrices()
public java.lang.Boolean getSupplementIndicator()
public void setSupplementIndicator(java.lang.Boolean supplementIndicator)
supplementIndicator
- public java.lang.String getMealPlanRPH()
public void setMealPlanRPH(java.lang.String mealPlanRPH)
mealPlanRPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |