public class TChngPasswInput extends Object
Java class for tChngPasswInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tChngPasswInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbOldPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbNewPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dbNewPassword |
protected String |
dbOldPassword |
| Constructor and Description |
|---|
TChngPasswInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbNewPassword()
Gets the value of the dbNewPassword property.
|
String |
getDbOldPassword()
Gets the value of the dbOldPassword property.
|
void |
setDbNewPassword(String value)
Sets the value of the dbNewPassword property.
|
void |
setDbOldPassword(String value)
Sets the value of the dbOldPassword property.
|
protected String dbOldPassword
protected String dbNewPassword
public String getDbOldPassword()
Stringpublic void setDbOldPassword(String value)
value - allowed object is
Stringpublic String getDbNewPassword()
StringCopyright © 2016. All rights reserved.