public class CreateType
extends java.lang.Object
Java class for createType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDCreateType"/>
<element name="postalInfo" type="{http://www.nic.cz/xml/epp/contact-1.6}postalInfoType"/>
<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"/>
<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}discloseType" 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}identT" minOccurs="0"/>
<element name="notifyEmail" type="{http://www.nic.cz/xml/epp/contact-1.6}emailCommaListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authInfo |
protected DiscloseType |
disclose |
protected java.lang.String |
email |
protected java.lang.String |
fax |
protected java.lang.String |
id |
protected IdentT |
ident |
protected java.lang.String |
notifyEmail |
protected PostalInfoType |
postalInfo |
protected java.lang.String |
vat |
protected java.lang.String |
voice |
| Constructor and Description |
|---|
CreateType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property.
|
DiscloseType |
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.
|
java.lang.String |
getId()
Gets the value of the id property.
|
IdentT |
getIdent()
Gets the value of the ident property.
|
java.lang.String |
getNotifyEmail()
Gets the value of the notifyEmail property.
|
PostalInfoType |
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(DiscloseType 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 |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIdent(IdentT value)
Sets the value of the ident property.
|
void |
setNotifyEmail(java.lang.String value)
Sets the value of the notifyEmail property.
|
void |
setPostalInfo(PostalInfoType 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 java.lang.String id
protected PostalInfoType postalInfo
protected java.lang.String voice
protected java.lang.String fax
protected java.lang.String email
protected java.lang.String authInfo
protected DiscloseType disclose
protected java.lang.String vat
protected IdentT ident
protected java.lang.String notifyEmail
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic PostalInfoType getPostalInfo()
PostalInfoTypepublic void setPostalInfo(PostalInfoType value)
value - allowed object is
PostalInfoTypepublic 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 DiscloseType getDisclose()
DiscloseTypepublic void setDisclose(DiscloseType value)
value - allowed object is
DiscloseTypepublic java.lang.String getVat()
Stringpublic void setVat(java.lang.String value)
value - allowed object is
Stringpublic IdentT getIdent()
IdentTpublic void setIdent(IdentT value)
value - allowed object is
IdentTpublic java.lang.String getNotifyEmail()
Stringpublic void setNotifyEmail(java.lang.String value)
value - allowed object is
StringCopyright © 2022. All rights reserved.