Class XjcContactCheckType

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

public class XjcContactCheckType extends XjcObject

Java class for checkType complex type

.

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

 <complexType name="checkType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{urn:ietf:params:xml:ns:contact-1.0}checkIDType"/>
         <element name="reason" type="{urn:ietf:params:xml:ns:eppcom-1.0}reasonType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>