Class XjcContactAuthIDType

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

public class XjcContactAuthIDType extends XjcObject

Java class for authIDType complex type

.

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

 <complexType name="authIDType">
   <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="authInfo" type="{urn:ietf:params:xml:ns:contact-1.0}authInfoType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcContactAuthIDType

      public XjcContactAuthIDType()
  • Method Details