public class TGetUserInfoOutput extends Object
Java class for tGetUserInfoOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGetUserInfoOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbUserInfo" type="{http://isds.czechpoint.cz/v20}tDbUserInfo" minOccurs="0"/>
<element name="dbStatus" type="{http://isds.czechpoint.cz/v20}tDbReqStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TDbReqStatus |
dbStatus |
protected TDbUserInfo |
dbUserInfo |
| Constructor and Description |
|---|
TGetUserInfoOutput() |
| Modifier and Type | Method and Description |
|---|---|
TDbReqStatus |
getDbStatus()
Gets the value of the dbStatus property.
|
TDbUserInfo |
getDbUserInfo()
Gets the value of the dbUserInfo property.
|
void |
setDbStatus(TDbReqStatus value)
Sets the value of the dbStatus property.
|
void |
setDbUserInfo(TDbUserInfo value)
Sets the value of the dbUserInfo property.
|
protected TDbUserInfo dbUserInfo
protected TDbReqStatus dbStatus
public TDbUserInfo getDbUserInfo()
TDbUserInfopublic void setDbUserInfo(TDbUserInfo value)
value - allowed object is
TDbUserInfopublic TDbReqStatus getDbStatus()
TDbReqStatuspublic void setDbStatus(TDbReqStatus value)
value - allowed object is
TDbReqStatusCopyright © 2016. All rights reserved.