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