public class TNewAccDataOutput extends Object
Java class for tNewAccDataOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tNewAccDataOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbUserID" type="{http://isds.czechpoint.cz/v20}tUserID" minOccurs="0"/>
<element name="dbAccessDataId" type="{http://isds.czechpoint.cz/v20}tDbAccessDataId" minOccurs="0"/>
<element name="dbStatus" type="{http://isds.czechpoint.cz/v20}tDbReqStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<String> |
dbAccessDataId |
protected TDbReqStatus |
dbStatus |
protected String |
dbUserID |
| Constructor and Description |
|---|
TNewAccDataOutput() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
getDbAccessDataId()
Gets the value of the dbAccessDataId property.
|
TDbReqStatus |
getDbStatus()
Gets the value of the dbStatus property.
|
String |
getDbUserID()
Gets the value of the dbUserID property.
|
void |
setDbAccessDataId(JAXBElement<String> value)
Sets the value of the dbAccessDataId property.
|
void |
setDbStatus(TDbReqStatus value)
Sets the value of the dbStatus property.
|
void |
setDbUserID(String value)
Sets the value of the dbUserID property.
|
protected String dbUserID
protected JAXBElement<String> dbAccessDataId
protected TDbReqStatus dbStatus
public String getDbUserID()
Stringpublic void setDbUserID(String value)
value - allowed object is
Stringpublic JAXBElement<String> getDbAccessDataId()
JAXBElement<String>public void setDbAccessDataId(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public TDbReqStatus getDbStatus()
TDbReqStatuspublic void setDbStatus(TDbReqStatus value)
value - allowed object is
TDbReqStatusCopyright © 2016. All rights reserved.