|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.Authorization.AccountAuthorization.AccountInfo
public static class Authorization.AccountAuthorization.AccountInfo
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 |
---|
public Authorization.AccountAuthorization.AccountInfo()
Method Detail |
---|
public java.lang.String getAccountName()
public void setAccountName(java.lang.String accountName)
accountName
- public java.lang.String getCompanyName()
public void setCompanyName(java.lang.String companyName)
companyName
- public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- public java.lang.String getCode()
public void setCode(java.lang.String code)
code
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |