Class XjcRgpRestoreType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rgp.XjcRgpRestoreType

public class XjcRgpRestoreType extends XjcObject

Java class for restoreType complex type

.

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

 <complexType name="restoreType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="report" type="{urn:ietf:params:xml:ns:rgp-1.0}reportType" minOccurs="0"/>
       </sequence>
       <attribute name="op" use="required" type="{urn:ietf:params:xml:ns:rgp-1.0}rgpOpType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRgpRestoreType

      public XjcRgpRestoreType()
  • Method Details