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