Class XjcHostCheckType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostCheckType

public class XjcHostCheckType 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="name" type="{urn:ietf:params:xml:ns:host-1.0}checkNameType"/>
         <element name="reason" type="{urn:ietf:params:xml:ns:eppcom-1.0}reasonType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>