Class XjcRdeContentsType

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

public class XjcRdeContentsType extends XjcObject

Java class for contentsType complex type

.

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

 <complexType name="contentsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded">
         <element ref="{urn:ietf:params:xml:ns:rde-1.0}content"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>