public class ChgType
extends java.lang.Object
Java class for chgType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="chgType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="postalInfo" type="{http://www.nic.cz/xml/epp/contact-1.6}chgPostalInfoType" minOccurs="0"/>
<element name="voice" type="{http://www.nic.cz/xml/epp/contact-1.6}e164StringType" minOccurs="0"/>
<element name="fax" type="{http://www.nic.cz/xml/epp/contact-1.6}e164StringType" minOccurs="0"/>
<element name="email" type="{http://www.nic.cz/xml/epp/contact-1.6}emailCommaListType" minOccurs="0"/>
<element name="authInfo" type="{http://www.nic.cz/xml/epp/fredcom-1.2}authInfoType" minOccurs="0"/>
<element name="disclose" type="{http://www.nic.cz/xml/epp/contact-1.6}infupdDiscloseType" minOccurs="0"/>
<element name="vat" type="{http://www.nic.cz/xml/epp/contact-1.6}vatT" minOccurs="0"/>
<element name="ident" type="{http://www.nic.cz/xml/epp/contact-1.6}identUpdT" minOccurs="0"/>
<element name="notifyEmail" type="{http://www.nic.cz/xml/epp/contact-1.6}emailUpdCommaListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authInfo |
protected InfupdDiscloseType |
disclose |
protected java.lang.String |
email |
protected java.lang.String |
fax |
protected IdentUpdT |
ident |
protected java.lang.String |
notifyEmail |
protected ChgPostalInfoType |
postalInfo |
protected java.lang.String |
vat |
protected java.lang.String |
voice |
| Constructor and Description |
|---|
ChgType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property.
|
InfupdDiscloseType |
getDisclose()
Gets the value of the disclose property.
|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getFax()
Gets the value of the fax property.
|
IdentUpdT |
getIdent()
Gets the value of the ident property.
|
java.lang.String |
getNotifyEmail()
Gets the value of the notifyEmail property.
|
ChgPostalInfoType |
getPostalInfo()
Gets the value of the postalInfo property.
|
java.lang.String |
getVat()
Gets the value of the vat property.
|
java.lang.String |
getVoice()
Gets the value of the voice property.
|
void |
setAuthInfo(java.lang.String value)
Sets the value of the authInfo property.
|
void |
setDisclose(InfupdDiscloseType value)
Sets the value of the disclose property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setFax(java.lang.String value)
Sets the value of the fax property.
|
void |
setIdent(IdentUpdT value)
Sets the value of the ident property.
|
void |
setNotifyEmail(java.lang.String value)
Sets the value of the notifyEmail property.
|
void |
setPostalInfo(ChgPostalInfoType value)
Sets the value of the postalInfo property.
|
void |
setVat(java.lang.String value)
Sets the value of the vat property.
|
void |
setVoice(java.lang.String value)
Sets the value of the voice property.
|
protected ChgPostalInfoType postalInfo
protected java.lang.String voice
protected java.lang.String fax
protected java.lang.String email
protected java.lang.String authInfo
protected InfupdDiscloseType disclose
protected java.lang.String vat
protected IdentUpdT ident
protected java.lang.String notifyEmail
public ChgPostalInfoType getPostalInfo()
ChgPostalInfoTypepublic void setPostalInfo(ChgPostalInfoType value)
value - allowed object is
ChgPostalInfoTypepublic java.lang.String getVoice()
Stringpublic void setVoice(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFax()
Stringpublic void setFax(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthInfo()
Stringpublic void setAuthInfo(java.lang.String value)
value - allowed object is
Stringpublic InfupdDiscloseType getDisclose()
InfupdDiscloseTypepublic void setDisclose(InfupdDiscloseType value)
value - allowed object is
InfupdDiscloseTypepublic java.lang.String getVat()
Stringpublic void setVat(java.lang.String value)
value - allowed object is
Stringpublic IdentUpdT getIdent()
IdentUpdTpublic void setIdent(IdentUpdT value)
value - allowed object is
IdentUpdTpublic java.lang.String getNotifyEmail()
Stringpublic void setNotifyEmail(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.