public class TUpdateDBInput extends Object
Java class for tUpdateDBInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tUpdateDBInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbOldOwnerInfo" type="{http://isds.czechpoint.cz/v20}tDbOwnerInfo"/>
<element name="dbNewOwnerInfo" type="{http://isds.czechpoint.cz/v20}tDbOwnerInfo"/>
<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 TDbOwnerInfo |
dbNewOwnerInfo |
protected TDbOwnerInfo |
dbOldOwnerInfo |
| Constructor and Description |
|---|
TUpdateDBInput() |
| 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.
|
TDbOwnerInfo |
getDbNewOwnerInfo()
Gets the value of the dbNewOwnerInfo property.
|
TDbOwnerInfo |
getDbOldOwnerInfo()
Gets the value of the dbOldOwnerInfo 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 |
setDbNewOwnerInfo(TDbOwnerInfo value)
Sets the value of the dbNewOwnerInfo property.
|
void |
setDbOldOwnerInfo(TDbOwnerInfo value)
Sets the value of the dbOldOwnerInfo property.
|
protected TDbOwnerInfo dbOldOwnerInfo
protected TDbOwnerInfo dbNewOwnerInfo
protected JAXBElement<Boolean> dbApproved
protected JAXBElement<String> dbExternRefNumber
public TDbOwnerInfo getDbOldOwnerInfo()
TDbOwnerInfopublic void setDbOldOwnerInfo(TDbOwnerInfo value)
value - allowed object is
TDbOwnerInfopublic TDbOwnerInfo getDbNewOwnerInfo()
TDbOwnerInfopublic void setDbNewOwnerInfo(TDbOwnerInfo value)
value - allowed object is
TDbOwnerInfopublic 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 © 2016. All rights reserved.