Class XjcContactCreate

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactCreate

public class XjcContactCreate extends XjcObject

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="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="postalInfo" type="{urn:ietf:params:xml:ns:contact-1.0}postalInfoType" maxOccurs="2"/>
         <element name="voice" type="{urn:ietf:params:xml:ns:contact-1.0}e164Type" minOccurs="0"/>
         <element name="fax" type="{urn:ietf:params:xml:ns:contact-1.0}e164Type" minOccurs="0"/>
         <element name="email" type="{urn:ietf:params:xml:ns:eppcom-1.0}minTokenType"/>
         <element name="authInfo" type="{urn:ietf:params:xml:ns:contact-1.0}authInfoType"/>
         <element name="disclose" type="{urn:ietf:params:xml:ns:contact-1.0}discloseType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>