public class TNewAccDataInput extends Object
Java class for tNewAccDataInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tNewAccDataInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbOwnerInfo" type="{http://isds.czechpoint.cz/v20}tDbOwnerInfo"/>
<element name="dbUserInfo" type="{http://isds.czechpoint.cz/v20}tDbUserInfo"/>
<element name="dbFeePaid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="dbVirtual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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 boolean |
dbFeePaid |
protected TDbOwnerInfo |
dbOwnerInfo |
protected TDbUserInfo |
dbUserInfo |
protected Boolean |
dbVirtual |
protected JAXBElement<String> |
email |
| Constructor and Description |
|---|
TNewAccDataInput() |
| 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 |
getDbOwnerInfo()
Gets the value of the dbOwnerInfo property.
|
TDbUserInfo |
getDbUserInfo()
Gets the value of the dbUserInfo property.
|
JAXBElement<String> |
getEmail()
Gets the value of the email property.
|
boolean |
isDbFeePaid()
Gets the value of the dbFeePaid property.
|
Boolean |
isDbVirtual()
Gets the value of the dbVirtual 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 |
setDbFeePaid(boolean value)
Sets the value of the dbFeePaid property.
|
void |
setDbOwnerInfo(TDbOwnerInfo value)
Sets the value of the dbOwnerInfo property.
|
void |
setDbUserInfo(TDbUserInfo value)
Sets the value of the dbUserInfo property.
|
void |
setDbVirtual(Boolean value)
Sets the value of the dbVirtual property.
|
void |
setEmail(JAXBElement<String> value)
Sets the value of the email property.
|
protected TDbOwnerInfo dbOwnerInfo
protected TDbUserInfo dbUserInfo
protected boolean dbFeePaid
protected Boolean dbVirtual
protected JAXBElement<String> email
protected JAXBElement<Boolean> dbApproved
protected JAXBElement<String> dbExternRefNumber
public TDbOwnerInfo getDbOwnerInfo()
TDbOwnerInfopublic void setDbOwnerInfo(TDbOwnerInfo value)
value - allowed object is
TDbOwnerInfopublic TDbUserInfo getDbUserInfo()
TDbUserInfopublic void setDbUserInfo(TDbUserInfo value)
value - allowed object is
TDbUserInfopublic boolean isDbFeePaid()
public void setDbFeePaid(boolean value)
public Boolean isDbVirtual()
Booleanpublic void setDbVirtual(Boolean value)
value - allowed object is
Booleanpublic JAXBElement<String> getEmail()
JAXBElement<String>public void setEmail(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public 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.