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