Class XjcDomainChgType

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

public class XjcDomainChgType 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="registrant" type="{urn:ietf:params:xml:ns:domain-1.0}clIDChgType" minOccurs="0"/>
         <element name="authInfo" type="{urn:ietf:params:xml:ns:domain-1.0}authInfoChgType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcDomainChgType

      public XjcDomainChgType()
  • Method Details