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