|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.Policies.Policy.CheckoutCharges
public static class HotelDescriptiveContent.Policies.Policy.CheckoutCharges
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="CheckoutCharges" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="CheckoutCharge" maxOccurs="2"> <!-- Reference to inner class CheckoutCharge --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
HotelDescriptiveContent.Policies.Policy.CheckoutCharges()
|
Method Summary | |
---|---|
void |
addCheckoutCharge(HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge item)
Add a 'CheckoutCharge' element item. |
void |
clearCheckoutCharges()
Remove all 'CheckoutCharge' element items. |
HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge |
getCheckoutCharge(int index)
Get 'CheckoutCharge' element item by position. |
java.util.List<HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge> |
getCheckoutCharges()
Get the list of 'CheckoutCharge' element items. |
void |
setCheckoutCharges(java.util.List<HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge> list)
Set the list of 'CheckoutCharge' element items. |
int |
sizeCheckoutCharges()
Get the number of 'CheckoutCharge' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.Policies.Policy.CheckoutCharges()
Method Detail |
---|
public java.util.List<HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge> getCheckoutCharges()
public void setCheckoutCharges(java.util.List<HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge> list)
list
- public int sizeCheckoutCharges()
public void addCheckoutCharge(HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge item)
item
- public HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge getCheckoutCharge(int index)
index
-
public void clearCheckoutCharges()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |