public class ChangePasswordWithToken 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="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
token |
| Constructor and Description |
|---|
ChangePasswordWithToken() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the value of the password property.
|
String |
getToken()
Gets the value of the token property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setToken(String value)
Sets the value of the token property.
|
public String getToken()
Stringpublic void setToken(String value)
value - allowed object is
Stringpublic String getPassword()
StringCopyright © 2020. All rights reserved.