|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.loyalty.AccountInfo.SecurityInfo
public static class AccountInfo.SecurityInfo
Information allowing member to securely access 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="SecurityInfo" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="PasswordHint" minOccurs="0" maxOccurs="2">
<!-- Reference to inner class PasswordHint -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" name="Username"/>
<xs:attribute type="xs:string" name="Password"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
AccountInfo.SecurityInfo.PasswordHint
Alternate method to password for account access. |
| Constructor Summary | |
|---|---|
AccountInfo.SecurityInfo()
|
|
| Method Summary | |
|---|---|
void |
addPasswordHint(AccountInfo.SecurityInfo.PasswordHint item)
Add a 'PasswordHint' element item. |
void |
clearPasswordHints()
Remove all 'PasswordHint' element items. |
java.lang.String |
getPassword()
Get the 'Password' attribute value. |
AccountInfo.SecurityInfo.PasswordHint |
getPasswordHint(int index)
Get 'PasswordHint' element item by position. |
java.util.List<AccountInfo.SecurityInfo.PasswordHint> |
getPasswordHints()
Get the list of 'PasswordHint' element items. |
java.lang.String |
getUsername()
Get the 'Username' attribute value. |
void |
setPassword(java.lang.String password)
Set the 'Password' attribute value. |
void |
setPasswordHints(java.util.List<AccountInfo.SecurityInfo.PasswordHint> list)
Set the list of 'PasswordHint' element items. |
void |
setUsername(java.lang.String username)
Set the 'Username' attribute value. |
int |
sizePasswordHints()
Get the number of 'PasswordHint' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountInfo.SecurityInfo()
| Method Detail |
|---|
public java.util.List<AccountInfo.SecurityInfo.PasswordHint> getPasswordHints()
public void setPasswordHints(java.util.List<AccountInfo.SecurityInfo.PasswordHint> list)
list - public int sizePasswordHints()
public void addPasswordHint(AccountInfo.SecurityInfo.PasswordHint item)
item - public AccountInfo.SecurityInfo.PasswordHint getPasswordHint(int index)
index -
public void clearPasswordHints()
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||