Class XjcContactChgType

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

public class XjcContactChgType extends XjcObject

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="{urn:ietf:params:xml:ns:contact-1.0}chgPostalInfoType" maxOccurs="2" minOccurs="0"/>
         <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" minOccurs="0"/>
         <element name="authInfo" type="{urn:ietf:params:xml:ns:contact-1.0}authInfoType" minOccurs="0"/>
         <element name="disclose" type="{urn:ietf:params:xml:ns:contact-1.0}discloseType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>