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

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

public static class HotelDescriptiveContent.Policies.Policy.GuaranteePaymentPolicy
extends RequiredPayments

A collection of deposit policies, guarantees policy, and/or accepted forms of payment. 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="GuaranteePaymentPolicy" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:RequiredPaymentsType">
         <xs:attributeGroup ref="ns:RemovalGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup">
   <xs:attribute type="xs:boolean" use="optional" name="Removal"/>
 </xs:attributeGroup>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.hotel.RequiredPayments
RequiredPayments.GuaranteePayment
 
Constructor Summary
HotelDescriptiveContent.Policies.Policy.GuaranteePaymentPolicy()
           
 
Method Summary
 java.lang.Boolean getRemoval()
          Get the 'Removal' attribute value.
 void setRemoval(java.lang.Boolean removal)
          Set the 'Removal' attribute value.
 
Methods inherited from class org.ota.hotel.RequiredPayments
addGuaranteePayment, clearGuaranteePayments, getGuaranteePayment, getGuaranteePayments, setGuaranteePayments, sizeGuaranteePayments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.Policies.Policy.GuaranteePaymentPolicy

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

getRemoval

public java.lang.Boolean getRemoval()
Get the 'Removal' attribute value. If true, this item is obsolete and should be removed from the receiving system. false

Returns:
value

setRemoval

public void setRemoval(java.lang.Boolean removal)
Set the 'Removal' attribute value. If true, this item is obsolete and should be removed from the receiving system. false

Parameters:
removal -