|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.AccountManagementRequest.ChangePassword
public static class AccountManagementRequest.ChangePassword
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="accountName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="oldPassword" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="newPassword" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AccountManagementRequest.ChangePassword()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAccountName()
Gets the value of the accountName property. |
java.lang.String |
getNewPassword()
Gets the value of the newPassword property. |
java.lang.String |
getOldPassword()
Gets the value of the oldPassword property. |
void |
setAccountName(java.lang.String value)
Sets the value of the accountName property. |
void |
setNewPassword(java.lang.String value)
Sets the value of the newPassword property. |
void |
setOldPassword(java.lang.String value)
Sets the value of the oldPassword property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountManagementRequest.ChangePassword()
| Method Detail |
|---|
public java.lang.String getAccountName()
Stringpublic void setAccountName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldPassword()
Stringpublic void setOldPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNewPassword()
Stringpublic void setNewPassword(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||