public class TActivateOutput extends Object
Java class for tActivateOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tActivateOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userId" type="{http://isds.czechpoint.cz/v20}tUserID"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbStatus" type="{http://isds.czechpoint.cz/v20}tDbReqStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TDbReqStatus |
dbStatus |
protected String |
password |
protected String |
userId |
| Constructor and Description |
|---|
TActivateOutput() |
| Modifier and Type | Method and Description |
|---|---|
TDbReqStatus |
getDbStatus()
Gets the value of the dbStatus property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setDbStatus(TDbReqStatus value)
Sets the value of the dbStatus property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String userId
protected String password
protected TDbReqStatus dbStatus
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic TDbReqStatus getDbStatus()
TDbReqStatuspublic void setDbStatus(TDbReqStatus value)
value - allowed object is
TDbReqStatusCopyright © 2016. All rights reserved.