public class TDbReqStatus extends Object
Java class for tDbReqStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDbReqStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://isds.czechpoint.cz/v20}gDbReqStatus"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dbStatusCode |
protected String |
dbStatusMessage |
protected JAXBElement<String> |
dbStatusRefNumber |
| Constructor and Description |
|---|
TDbReqStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbStatusCode()
Gets the value of the dbStatusCode property.
|
String |
getDbStatusMessage()
Gets the value of the dbStatusMessage property.
|
JAXBElement<String> |
getDbStatusRefNumber()
Gets the value of the dbStatusRefNumber property.
|
void |
setDbStatusCode(String value)
Sets the value of the dbStatusCode property.
|
void |
setDbStatusMessage(String value)
Sets the value of the dbStatusMessage property.
|
void |
setDbStatusRefNumber(JAXBElement<String> value)
Sets the value of the dbStatusRefNumber property.
|
protected String dbStatusCode
protected String dbStatusMessage
protected JAXBElement<String> dbStatusRefNumber
public String getDbStatusCode()
Stringpublic void setDbStatusCode(String value)
value - allowed object is
Stringpublic String getDbStatusMessage()
Stringpublic void setDbStatusMessage(String value)
value - allowed object is
Stringpublic JAXBElement<String> getDbStatusRefNumber()
JAXBElement<String>public void setDbStatusRefNumber(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>Copyright © 2017. All rights reserved.