|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelRatePlan.RatePlanLevelFee
public static class HotelRatePlan.RatePlanLevelFee
A Fee that is attached directly to the RatePlan. Can be used to send a global surcharge at the RatePlan level. 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="RatePlanLevelFee" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Fee" maxOccurs="unbounded"> <!-- Reference to inner class Fee --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:CodeListGroup"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelRatePlan.RatePlanLevelFee.Fee
Fee Amount that is applied to the rate. |
Constructor Summary | |
---|---|
HotelRatePlan.RatePlanLevelFee()
|
Method Summary | |
---|---|
void |
addFee(HotelRatePlan.RatePlanLevelFee.Fee item)
Add a 'Fee' element item. |
void |
clearFees()
Remove all 'Fee' element items. |
CodeListGroup |
getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value. |
HotelRatePlan.RatePlanLevelFee.Fee |
getFee(int index)
Get 'Fee' element item by position. |
java.util.List<HotelRatePlan.RatePlanLevelFee.Fee> |
getFees()
Get the list of 'Fee' element items. |
void |
setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value. |
void |
setFees(java.util.List<HotelRatePlan.RatePlanLevelFee.Fee> list)
Set the list of 'Fee' element items. |
int |
sizeFees()
Get the number of 'Fee' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelRatePlan.RatePlanLevelFee()
Method Detail |
---|
public java.util.List<HotelRatePlan.RatePlanLevelFee.Fee> getFees()
public void setFees(java.util.List<HotelRatePlan.RatePlanLevelFee.Fee> list)
list
- public int sizeFees()
public void addFee(HotelRatePlan.RatePlanLevelFee.Fee item)
item
- public HotelRatePlan.RatePlanLevelFee.Fee getFee(int index)
index
-
public void clearFees()
public CodeListGroup getCodeListGroup()
public void setCodeListGroup(CodeListGroup codeListGroup)
codeListGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |