Class XjcContactAuthInfoType

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

public class XjcContactAuthInfoType extends XjcObject

Java class for authInfoType complex type

.

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

 <complexType name="authInfoType">
   <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"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>