com.asdf.parser
Class AccountManagementRequest.ChangePassword

java.lang.Object
  extended by com.asdf.parser.AccountManagementRequest.ChangePassword
Enclosing class:
AccountManagementRequest

public static class AccountManagementRequest.ChangePassword
extends java.lang.Object

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

AccountManagementRequest.ChangePassword

public AccountManagementRequest.ChangePassword()
Method Detail

getAccountName

public java.lang.String getAccountName()
Gets the value of the accountName property.

Returns:
possible object is String

setAccountName

public void setAccountName(java.lang.String value)
Sets the value of the accountName property.

Parameters:
value - allowed object is String

getOldPassword

public java.lang.String getOldPassword()
Gets the value of the oldPassword property.

Returns:
possible object is String

setOldPassword

public void setOldPassword(java.lang.String value)
Sets the value of the oldPassword property.

Parameters:
value - allowed object is String

getNewPassword

public java.lang.String getNewPassword()
Gets the value of the newPassword property.

Returns:
possible object is String

setNewPassword

public void setNewPassword(java.lang.String value)
Sets the value of the newPassword property.

Parameters:
value - allowed object is String