public class DiscloseType
extends java.lang.Object
Java class for discloseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="discloseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="voice" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="fax" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="vat" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="ident" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="notifyEmail" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="flag" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
email |
protected java.lang.Object |
fax |
protected boolean |
flag |
protected java.lang.Object |
ident |
protected java.lang.Object |
notifyEmail |
protected java.lang.Object |
vat |
protected java.lang.Object |
voice |
| Constructor and Description |
|---|
DiscloseType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEmail()
Gets the value of the email property.
|
java.lang.Object |
getFax()
Gets the value of the fax property.
|
java.lang.Object |
getIdent()
Gets the value of the ident property.
|
java.lang.Object |
getNotifyEmail()
Gets the value of the notifyEmail property.
|
java.lang.Object |
getVat()
Gets the value of the vat property.
|
java.lang.Object |
getVoice()
Gets the value of the voice property.
|
boolean |
isFlag()
Gets the value of the flag property.
|
void |
setEmail(java.lang.Object value)
Sets the value of the email property.
|
void |
setFax(java.lang.Object value)
Sets the value of the fax property.
|
void |
setFlag(boolean value)
Sets the value of the flag property.
|
void |
setIdent(java.lang.Object value)
Sets the value of the ident property.
|
void |
setNotifyEmail(java.lang.Object value)
Sets the value of the notifyEmail property.
|
void |
setVat(java.lang.Object value)
Sets the value of the vat property.
|
void |
setVoice(java.lang.Object value)
Sets the value of the voice property.
|
protected java.lang.Object voice
protected java.lang.Object fax
protected java.lang.Object email
protected java.lang.Object vat
protected java.lang.Object ident
protected java.lang.Object notifyEmail
protected boolean flag
public java.lang.Object getVoice()
Objectpublic void setVoice(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getFax()
Objectpublic void setFax(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEmail()
Objectpublic void setEmail(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getVat()
Objectpublic void setVat(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getIdent()
Objectpublic void setIdent(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getNotifyEmail()
Objectpublic void setNotifyEmail(java.lang.Object value)
value - allowed object is
Objectpublic boolean isFlag()
public void setFlag(boolean value)
Copyright © 2021. All rights reserved.