|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.Authorization.CheckAuthorization
public static class Authorization.CheckAuthorization
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 |
---|
public Authorization.CheckAuthorization()
Method Detail |
---|
public BankAcct getBankAcct()
public void setBankAcct(BankAcct bankAcct)
bankAcct
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |