public class TIdDbInput extends Object
Java class for tIdDbInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tIdDbInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbID" type="{http://isds.czechpoint.cz/v20}tIdDb"/>
<group ref="{http://isds.czechpoint.cz/v20}gExtApproval"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<Boolean> |
dbApproved |
protected JAXBElement<String> |
dbExternRefNumber |
protected String |
dbID |
| Constructor and Description |
|---|
TIdDbInput() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Boolean> |
getDbApproved()
Gets the value of the dbApproved property.
|
JAXBElement<String> |
getDbExternRefNumber()
Gets the value of the dbExternRefNumber property.
|
String |
getDbID()
Gets the value of the dbID property.
|
void |
setDbApproved(JAXBElement<Boolean> value)
Sets the value of the dbApproved property.
|
void |
setDbExternRefNumber(JAXBElement<String> value)
Sets the value of the dbExternRefNumber property.
|
void |
setDbID(String value)
Sets the value of the dbID property.
|
protected String dbID
protected JAXBElement<Boolean> dbApproved
protected JAXBElement<String> dbExternRefNumber
public String getDbID()
Stringpublic void setDbID(String value)
value - allowed object is
Stringpublic JAXBElement<Boolean> getDbApproved()
JAXBElement<Boolean>public void setDbApproved(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<String> getDbExternRefNumber()
JAXBElement<String>public void setDbExternRefNumber(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>Copyright © 2017. All rights reserved.