public class TChangeDBsTypeOutput extends Object
Java class for tChangeDBsTypeOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tChangeDBsTypeOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="changeLogFile" type="{http://www.w3.org/2001/XMLSchema}base64Binary" 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 byte[] |
changeLogFile |
| Constructor and Description |
|---|
TChangeDBsTypeOutput() |
| Modifier and Type | Method and Description |
|---|---|
TDbReqStatus |
getDbStatus()
Gets the value of the dbStatus property.
|
byte[] |
getChangeLogFile()
Gets the value of the changeLogFile property.
|
void |
setDbStatus(TDbReqStatus value)
Sets the value of the dbStatus property.
|
void |
setChangeLogFile(byte[] value)
Sets the value of the changeLogFile property.
|
protected byte[] changeLogFile
protected TDbReqStatus dbStatus
public byte[] getChangeLogFile()
public void setChangeLogFile(byte[] value)
value - allowed object is
byte[]public TDbReqStatus getDbStatus()
TDbReqStatuspublic void setDbStatus(TDbReqStatus value)
value - allowed object is
TDbReqStatusCopyright © 2017. All rights reserved.