public class TDisableExternallyInput extends Object
Java class for tDisableExternallyInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDisableExternallyInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbOwnerInfo" type="{http://isds.czechpoint.cz/v20}tDbOwnerInfo"/>
<element name="dbOwnerDisableDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<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 XMLGregorianCalendar |
dbOwnerDisableDate |
protected TDbOwnerInfo |
dbOwnerInfo |
| Constructor and Description |
|---|
TDisableExternallyInput() |
| 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.
|
XMLGregorianCalendar |
getDbOwnerDisableDate()
Gets the value of the dbOwnerDisableDate property.
|
TDbOwnerInfo |
getDbOwnerInfo()
Gets the value of the dbOwnerInfo 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 |
setDbOwnerDisableDate(XMLGregorianCalendar value)
Sets the value of the dbOwnerDisableDate property.
|
void |
setDbOwnerInfo(TDbOwnerInfo value)
Sets the value of the dbOwnerInfo property.
|
protected TDbOwnerInfo dbOwnerInfo
protected XMLGregorianCalendar dbOwnerDisableDate
protected JAXBElement<Boolean> dbApproved
protected JAXBElement<String> dbExternRefNumber
public TDbOwnerInfo getDbOwnerInfo()
TDbOwnerInfopublic void setDbOwnerInfo(TDbOwnerInfo value)
value - allowed object is
TDbOwnerInfopublic XMLGregorianCalendar getDbOwnerDisableDate()
XMLGregorianCalendarpublic void setDbOwnerDisableDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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.