public class ForgotPassword extends 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">
<sequence>
<element name="passwordChangePageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
passwordChangePageUrl |
protected String |
userName |
| Constructor and Description |
|---|
ForgotPassword() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getPasswordChangePageUrl()
Gets the value of the passwordChangePageUrl property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setPasswordChangePageUrl(String value)
Sets the value of the passwordChangePageUrl property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String passwordChangePageUrl
protected String userName
protected String email
public String getPasswordChangePageUrl()
Stringpublic void setPasswordChangePageUrl(String value)
value - allowed object is
Stringpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getEmail()
StringCopyright © 2020. All rights reserved.