public class ChangePasswordRequest extends Object implements Serializable
| Constructor and Description |
|---|
ChangePasswordRequest() |
ChangePasswordRequest(String confirmPassword,
String newPassword,
String oldPassword,
String token,
String username) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConfirmPassword()
Gets the confirmPassword value for this ChangePasswordRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getNewPassword()
Gets the newPassword value for this ChangePasswordRequest.
|
String |
getOldPassword()
Gets the oldPassword value for this ChangePasswordRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getToken()
Gets the token value for this ChangePasswordRequest.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUsername()
Gets the username value for this ChangePasswordRequest.
|
int |
hashCode() |
void |
setConfirmPassword(String confirmPassword)
Sets the confirmPassword value for this ChangePasswordRequest.
|
void |
setNewPassword(String newPassword)
Sets the newPassword value for this ChangePasswordRequest.
|
void |
setOldPassword(String oldPassword)
Sets the oldPassword value for this ChangePasswordRequest.
|
void |
setToken(String token)
Sets the token value for this ChangePasswordRequest.
|
void |
setUsername(String username)
Sets the username value for this ChangePasswordRequest.
|
public String getConfirmPassword()
public void setConfirmPassword(String confirmPassword)
confirmPassword - public String getNewPassword()
public void setNewPassword(String newPassword)
newPassword - public String getOldPassword()
public void setOldPassword(String oldPassword)
oldPassword - public String getToken()
public void setToken(String token)
token - public String getUsername()
public void setUsername(String username)
username - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.