Class XjcLaunchCheck

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchCheck

public class XjcLaunchCheck 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="phase" type="{urn:ietf:params:xml:ns:launch-1.0}phaseType"/>
       </sequence>
       <attribute name="type" type="{urn:ietf:params:xml:ns:launch-1.0}checkFormType" default="claims" />
     </restriction>
   </complexContent>
 </complexType>