Class XjcDomainContactType

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

public class XjcDomainContactType extends XjcObject

Java class for contactType complex type

.

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

 <complexType name="contactType">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:eppcom-1.0>clIDType">
       <attribute name="type" type="{urn:ietf:params:xml:ns:domain-1.0}contactAttrType" />
     </extension>
   </simpleContent>
 </complexType>