public class InfupdDiscloseType
extends java.lang.Object
Java class for infupdDiscloseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="infupdDiscloseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="addr" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<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 |
addr |
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 |
|---|
InfupdDiscloseType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAddr()
Gets the value of the addr property.
|
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 |
setAddr(java.lang.Object value)
Sets the value of the addr 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 addr
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 getAddr()
Objectpublic void setAddr(java.lang.Object value)
value - allowed object is
Objectpublic 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 © 2022. All rights reserved.