org.ota.air
Class Authorization.CheckAuthorization

java.lang.Object
  extended by org.ota.air.Authorization.CheckAuthorization
Enclosing class:
Authorization

public static class Authorization.CheckAuthorization
extends java.lang.Object

Specifies check information about the customer seeking authorization. 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="CheckAuthorization" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:BankAcctType" name="BankAcct"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Authorization.CheckAuthorization()
           
 
Method Summary
 BankAcct getBankAcct()
          Get the 'BankAcct' element value.
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 void setBankAcct(BankAcct bankAcct)
          Set the 'BankAcct' element value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authorization.CheckAuthorization

public Authorization.CheckAuthorization()
Method Detail

getBankAcct

public BankAcct getBankAcct()
Get the 'BankAcct' element value. Specifies bank account information about the customer seeking authorization.

Returns:
value

setBankAcct

public void setBankAcct(BankAcct bankAcct)
Set the 'BankAcct' element value. Specifies bank account information about the customer seeking authorization.

Parameters:
bankAcct -

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. The amount of money for which the the requester is seeking authorization.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. The amount of money for which the the requester is seeking authorization.

Parameters:
currencyAmountGroup -