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