public class ChangePassword 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="oldPsw" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newPsw" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
newPsw |
protected String |
oldPsw |
protected String |
sessionID |
| Constructor and Description |
|---|
ChangePassword() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewPsw()
Gets the value of the newPsw property.
|
String |
getOldPsw()
Gets the value of the oldPsw property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setNewPsw(String value)
Sets the value of the newPsw property.
|
void |
setOldPsw(String value)
Sets the value of the oldPsw property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected String oldPsw
protected String newPsw
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getOldPsw()
Stringpublic void setOldPsw(String value)
value - allowed object is
Stringpublic String getNewPsw()
StringCopyright © 2020. All rights reserved.