Class XjcRdeDeletesType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeDeletesType

public class XjcRdeDeletesType extends XjcObject

Java class for deletesType complex type

.

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

 <complexType name="deletesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element ref="{urn:ietf:params:xml:ns:rde-1.0}delete"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeDeletesType

      public XjcRdeDeletesType()
  • Method Details