org.ota.hotel
Class Guarantee.GuaranteesAccepted

java.lang.Object
  extended by org.ota.hotel.Guarantee.GuaranteesAccepted
Enclosing class:
Guarantee

public static class Guarantee.GuaranteesAccepted
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="GuaranteesAccepted" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="GuaranteeAccepted" maxOccurs="unbounded">
         <!-- Reference to inner class GuaranteeAccepted -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Guarantee.GuaranteesAccepted.GuaranteeAccepted
          Guarantee Detail Schema fragment(s) for this class:
 
Constructor Summary
Guarantee.GuaranteesAccepted()
           
 
Method Summary
 void addGuaranteeAccepted(Guarantee.GuaranteesAccepted.GuaranteeAccepted item)
          Add a 'GuaranteeAccepted' element item.
 void clearGuaranteeAccepteds()
          Remove all 'GuaranteeAccepted' element items.
 Guarantee.GuaranteesAccepted.GuaranteeAccepted getGuaranteeAccepted(int index)
          Get 'GuaranteeAccepted' element item by position.
 java.util.List<Guarantee.GuaranteesAccepted.GuaranteeAccepted> getGuaranteeAccepteds()
          Get the list of 'GuaranteeAccepted' element items.
 void setGuaranteeAccepteds(java.util.List<Guarantee.GuaranteesAccepted.GuaranteeAccepted> list)
          Set the list of 'GuaranteeAccepted' element items.
 int sizeGuaranteeAccepteds()
          Get the number of 'GuaranteeAccepted' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Guarantee.GuaranteesAccepted

public Guarantee.GuaranteesAccepted()
Method Detail

getGuaranteeAccepteds

public java.util.List<Guarantee.GuaranteesAccepted.GuaranteeAccepted> getGuaranteeAccepteds()
Get the list of 'GuaranteeAccepted' element items.

Returns:
list

setGuaranteeAccepteds

public void setGuaranteeAccepteds(java.util.List<Guarantee.GuaranteesAccepted.GuaranteeAccepted> list)
Set the list of 'GuaranteeAccepted' element items.

Parameters:
list -

sizeGuaranteeAccepteds

public int sizeGuaranteeAccepteds()
Get the number of 'GuaranteeAccepted' element items.

Returns:
count

addGuaranteeAccepted

public void addGuaranteeAccepted(Guarantee.GuaranteesAccepted.GuaranteeAccepted item)
Add a 'GuaranteeAccepted' element item.

Parameters:
item -

getGuaranteeAccepted

public Guarantee.GuaranteesAccepted.GuaranteeAccepted getGuaranteeAccepted(int index)
Get 'GuaranteeAccepted' element item by position.

Parameters:
index -
Returns:
item

clearGuaranteeAccepteds

public void clearGuaranteeAccepteds()
Remove all 'GuaranteeAccepted' element items.