public class TGetOwnInfoOutput extends Object
Java class for tGetOwnInfoOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGetOwnInfoOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbOwnerInfo" type="{http://isds.czechpoint.cz/v20}tDbOwnerInfo"/>
<element name="dbStatus" type="{http://isds.czechpoint.cz/v20}tDbReqStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TDbOwnerInfo |
dbOwnerInfo |
protected TDbReqStatus |
dbStatus |
| Constructor and Description |
|---|
TGetOwnInfoOutput() |
| Modifier and Type | Method and Description |
|---|---|
TDbOwnerInfo |
getDbOwnerInfo()
Gets the value of the dbOwnerInfo property.
|
TDbReqStatus |
getDbStatus()
Gets the value of the dbStatus property.
|
void |
setDbOwnerInfo(TDbOwnerInfo value)
Sets the value of the dbOwnerInfo property.
|
void |
setDbStatus(TDbReqStatus value)
Sets the value of the dbStatus property.
|
protected TDbOwnerInfo dbOwnerInfo
protected TDbReqStatus dbStatus
public TDbOwnerInfo getDbOwnerInfo()
TDbOwnerInfopublic void setDbOwnerInfo(TDbOwnerInfo value)
value - allowed object is
TDbOwnerInfopublic TDbReqStatus getDbStatus()
TDbReqStatuspublic void setDbStatus(TDbReqStatus value)
value - allowed object is
TDbReqStatusCopyright © 2017. All rights reserved.