public class TAddDBUserOutput extends Object
Java class for tAddDBUserOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAddDBUserOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbID" type="{http://isds.czechpoint.cz/v20}tIdDb" 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 JAXBElement<String> |
dbID |
protected TDbReqStatus |
dbStatus |
| Constructor and Description |
|---|
TAddDBUserOutput() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
getDbAccessDataId()
Gets the value of the dbAccessDataId property.
|
JAXBElement<String> |
getDbID()
Gets the value of the dbID property.
|
TDbReqStatus |
getDbStatus()
Gets the value of the dbStatus property.
|
void |
setDbAccessDataId(JAXBElement<String> value)
Sets the value of the dbAccessDataId property.
|
void |
setDbID(JAXBElement<String> value)
Sets the value of the dbID property.
|
void |
setDbStatus(TDbReqStatus value)
Sets the value of the dbStatus property.
|
protected JAXBElement<String> dbID
protected JAXBElement<String> dbAccessDataId
protected TDbReqStatus dbStatus
public JAXBElement<String> getDbID()
JAXBElement<String>public void setDbID(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public 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 © 2017. All rights reserved.