Class XjcDomainAuthInfoChgType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainAuthInfoChgType

public class XjcDomainAuthInfoChgType extends XjcObject

Java class for authInfoChgType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="authInfoChgType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="pw" type="{urn:ietf:params:xml:ns:eppcom-1.0}pwAuthInfoType"/>
         <element name="ext" type="{urn:ietf:params:xml:ns:eppcom-1.0}extAuthInfoType"/>
         <element name="null" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>