Class XjcRgpUpdate

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

public class XjcRgpUpdate extends XjcObject

Java class for updateType complex type

.

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

 <complexType name="updateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="restore" type="{urn:ietf:params:xml:ns:rgp-1.0}restoreType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRgpUpdate

      public XjcRgpUpdate()
  • Method Details