|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Amount.AdditionalGuestAmounts
public static class Amount.AdditionalGuestAmounts
A collection of charges that apply to for additional occupants, guests or service users (over and above the rate's MaxGuest Applicable) 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="AdditionalGuestAmounts" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:AdditionalGuestAmountType" name="AdditionalGuestAmount" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute type="xs:float" use="optional" name="AmountBeforeTax"/> <xs:attribute type="xs:float" use="optional" name="AmountAfterTax"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Amount.AdditionalGuestAmounts()
|
Method Summary | |
---|---|
void |
addAdditionalGuestAmount(AdditionalGuestAmount item)
Add a 'AdditionalGuestAmount' element item. |
void |
clearAdditionalGuestAmounts()
Remove all 'AdditionalGuestAmount' element items. |
AdditionalGuestAmount |
getAdditionalGuestAmount(int index)
Get 'AdditionalGuestAmount' element item by position. |
java.util.List<AdditionalGuestAmount> |
getAdditionalGuestAmounts()
Get the list of 'AdditionalGuestAmount' element items. |
java.lang.Float |
getAmountAfterTax()
Get the 'AmountAfterTax' attribute value. |
java.lang.Float |
getAmountBeforeTax()
Get the 'AmountBeforeTax' attribute value. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
void |
setAdditionalGuestAmounts(java.util.List<AdditionalGuestAmount> list)
Set the list of 'AdditionalGuestAmount' element items. |
void |
setAmountAfterTax(java.lang.Float amountAfterTax)
Set the 'AmountAfterTax' attribute value. |
void |
setAmountBeforeTax(java.lang.Float amountBeforeTax)
Set the 'AmountBeforeTax' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
int |
sizeAdditionalGuestAmounts()
Get the number of 'AdditionalGuestAmount' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Amount.AdditionalGuestAmounts()
Method Detail |
---|
public java.util.List<AdditionalGuestAmount> getAdditionalGuestAmounts()
public void setAdditionalGuestAmounts(java.util.List<AdditionalGuestAmount> list)
list
- public int sizeAdditionalGuestAmounts()
public void addAdditionalGuestAmount(AdditionalGuestAmount item)
item
- public AdditionalGuestAmount getAdditionalGuestAmount(int index)
index
-
public void clearAdditionalGuestAmounts()
public java.lang.Float getAmountBeforeTax()
public void setAmountBeforeTax(java.lang.Float amountBeforeTax)
amountBeforeTax
- public java.lang.Float getAmountAfterTax()
public void setAmountAfterTax(java.lang.Float amountAfterTax)
amountAfterTax
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |