org.ota.hotel
Class AvailGetRQ.HotelAvailRequest.DeltaCandidate

java.lang.Object
  extended by org.ota.hotel.AvailGetRQ.HotelAvailRequest.DeltaCandidate
Enclosing class:
AvailGetRQ.HotelAvailRequest

public static class AvailGetRQ.HotelAvailRequest.DeltaCandidate
extends java.lang.Object

Use to request Delta 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="DeltaCandidate" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" name="SendAmount"/>
     <xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AvailGetRQ.HotelAvailRequest.DeltaCandidate()
           
 
Method Summary
 CurrencyCodeGroup getCurrencyCodeGroup()
          Get the 'CurrencyCodeGroup' attributeGroup value.
 java.lang.Boolean getSendAmount()
          Get the 'SendAmount' attribute value.
 void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
          Set the 'CurrencyCodeGroup' attributeGroup value.
 void setSendAmount(java.lang.Boolean sendAmount)
          Set the 'SendAmount' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailGetRQ.HotelAvailRequest.DeltaCandidate

public AvailGetRQ.HotelAvailRequest.DeltaCandidate()
Method Detail

getSendAmount

public java.lang.Boolean getSendAmount()
Get the 'SendAmount' attribute value. Boolean flag indicating the best available rate delta is requested. If this attrinbute is true, the currency code attributes may be included to ensure the responder currency matches the sender currency.

Returns:
value

setSendAmount

public void setSendAmount(java.lang.Boolean sendAmount)
Set the 'SendAmount' attribute value. Boolean flag indicating the best available rate delta is requested. If this attrinbute is true, the currency code attributes may be included to ensure the responder currency matches the sender currency.

Parameters:
sendAmount -

getCurrencyCodeGroup

public CurrencyCodeGroup getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value.

Returns:
value

setCurrencyCodeGroup

public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value.

Parameters:
currencyCodeGroup -