org.ota.air
Class Authorization.AccountAuthorization.AccountInfo

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

public static class Authorization.AccountAuthorization.AccountInfo
extends java.lang.Object

Information about the account. 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="AccountInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="AccountName"/>
     <xs:attribute type="xs:string" use="optional" name="CompanyName"/>
     <xs:attribute type="xs:string" use="optional" name="AccountID"/>
     <xs:attribute type="xs:string" use="optional" name="Password"/>
     <xs:attribute type="xs:string" use="optional" name="Code"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Authorization.AccountAuthorization.AccountInfo()
           
 
Method Summary
 java.lang.String getAccountID()
          Get the 'AccountID' attribute value.
 java.lang.String getAccountName()
          Get the 'AccountName' attribute value.
 java.lang.String getCode()
          Get the 'Code' attribute value.
 java.lang.String getCompanyName()
          Get the 'CompanyName' attribute value.
 java.lang.String getPassword()
          Get the 'Password' attribute value.
 void setAccountID(java.lang.String accountID)
          Set the 'AccountID' attribute value.
 void setAccountName(java.lang.String accountName)
          Set the 'AccountName' attribute value.
 void setCode(java.lang.String code)
          Set the 'Code' attribute value.
 void setCompanyName(java.lang.String companyName)
          Set the 'CompanyName' attribute value.
 void setPassword(java.lang.String password)
          Set the 'Password' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authorization.AccountAuthorization.AccountInfo

public Authorization.AccountAuthorization.AccountInfo()
Method Detail

getAccountName

public java.lang.String getAccountName()
Get the 'AccountName' attribute value. The name on the account.

Returns:
value

setAccountName

public void setAccountName(java.lang.String accountName)
Set the 'AccountName' attribute value. The name on the account.

Parameters:
accountName -

getCompanyName

public java.lang.String getCompanyName()
Get the 'CompanyName' attribute value. Describes the name of the company to which the account is attached.

Returns:
value

setCompanyName

public void setCompanyName(java.lang.String companyName)
Set the 'CompanyName' attribute value. Describes the name of the company to which the account is attached.

Parameters:
companyName -

getAccountID

public java.lang.String getAccountID()
Get the 'AccountID' attribute value. Identifier for the account assigned by the merchant.

Returns:
value

setAccountID

public void setAccountID(java.lang.String accountID)
Set the 'AccountID' attribute value. Identifier for the account assigned by the merchant.

Parameters:
accountID -

getPassword

public java.lang.String getPassword()
Get the 'Password' attribute value. Password attached to the account.

Returns:
value

setPassword

public void setPassword(java.lang.String password)
Set the 'Password' attribute value. Password attached to the account.

Parameters:
password -

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. Describes the type of the account. Refer to OpenTravel Code List PMT.

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. Describes the type of the account. Refer to OpenTravel Code List PMT.

Parameters:
code -