org.ota.hotel
Class HotelDescriptiveContent.Policies.Policy.CheckoutCharges

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.Policies.Policy.CheckoutCharges
Enclosing class:
HotelDescriptiveContent.Policies.Policy

public static class HotelDescriptiveContent.Policies.Policy.CheckoutCharges
extends java.lang.Object

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

HotelDescriptiveContent.Policies.Policy.CheckoutCharges

public HotelDescriptiveContent.Policies.Policy.CheckoutCharges()
Method Detail

getCheckoutCharges

public java.util.List<HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge> getCheckoutCharges()
Get the list of 'CheckoutCharge' element items.

Returns:
list

setCheckoutCharges

public void setCheckoutCharges(java.util.List<HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge> list)
Set the list of 'CheckoutCharge' element items.

Parameters:
list -

sizeCheckoutCharges

public int sizeCheckoutCharges()
Get the number of 'CheckoutCharge' element items.

Returns:
count

addCheckoutCharge

public void addCheckoutCharge(HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge item)
Add a 'CheckoutCharge' element item.

Parameters:
item -

getCheckoutCharge

public HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge getCheckoutCharge(int index)
Get 'CheckoutCharge' element item by position.

Parameters:
index -
Returns:
item

clearCheckoutCharges

public void clearCheckoutCharges()
Remove all 'CheckoutCharge' element items.