Class Netlicensing

java.lang.Object
com.labs64.netlicensing.schema.context.Netlicensing
All Implemented Interfaces:
Serializable

public class Netlicensing extends Object implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
         <element name="infos" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="info" type="{http://netlicensing.labs64.com/schema/context}info" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="items" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="item" type="{http://netlicensing.labs64.com/schema/context}item" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="pagenumber" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="itemsnumber" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="totalpages" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="totalitems" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="hasnext" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" type="{http://netlicensing.labs64.com/schema/context}id_type" />
       <attribute name="ttl" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: