|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.Authorization.AccountAuthorization
public static class Authorization.AccountAuthorization
Specifies account 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="AccountAuthorization" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="AccountInfo" minOccurs="0"> <!-- Reference to inner class AccountInfo --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute type="xs:string" use="optional" name="NonISO_CurrencyCode"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Authorization.AccountAuthorization.AccountInfo
Information about the account. |
Constructor Summary | |
---|---|
Authorization.AccountAuthorization()
|
Method Summary | |
---|---|
Authorization.AccountAuthorization.AccountInfo |
getAccountInfo()
Get the 'AccountInfo' element value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getNonISOCurrencyCode()
Get the 'NonISO_CurrencyCode' attribute value. |
void |
setAccountInfo(Authorization.AccountAuthorization.AccountInfo accountInfo)
Set the 'AccountInfo' element value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setNonISOCurrencyCode(java.lang.String nonISOCurrencyCode)
Set the 'NonISO_CurrencyCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Authorization.AccountAuthorization()
Method Detail |
---|
public Authorization.AccountAuthorization.AccountInfo getAccountInfo()
public void setAccountInfo(Authorization.AccountAuthorization.AccountInfo accountInfo)
accountInfo
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public java.lang.String getNonISOCurrencyCode()
public void setNonISOCurrencyCode(java.lang.String nonISOCurrencyCode)
nonISOCurrencyCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |