public class TFindDBInput extends Object
Java class for tFindDBInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFindDBInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbOwnerInfo" type="{http://isds.czechpoint.cz/v20}tDbOwnerInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TDbOwnerInfo |
dbOwnerInfo |
| Constructor and Description |
|---|
TFindDBInput() |
| Modifier and Type | Method and Description |
|---|---|
TDbOwnerInfo |
getDbOwnerInfo()
Gets the value of the dbOwnerInfo property.
|
void |
setDbOwnerInfo(TDbOwnerInfo value)
Sets the value of the dbOwnerInfo property.
|
protected TDbOwnerInfo dbOwnerInfo
public TDbOwnerInfo getDbOwnerInfo()
TDbOwnerInfopublic void setDbOwnerInfo(TDbOwnerInfo value)
value - allowed object is
TDbOwnerInfoCopyright © 2017. All rights reserved.