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