Class Netlicensing.Items

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

public static class Netlicensing.Items extends Object implements Serializable
Collection of the items

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 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>
 
See Also:
  • Field Details

    • item

      protected List<Item> item
    • pagenumber

      protected String pagenumber
    • itemsnumber

      protected String itemsnumber
    • totalpages

      protected String totalpages
    • totalitems

      protected String totalitems
    • hasnext

      protected String hasnext
  • Constructor Details

    • Items

      public Items()
      Default no-arg constructor
    • Items

      public Items(List<Item> item, String pagenumber, String itemsnumber, String totalpages, String totalitems, String hasnext)
      Fully-initialising value constructor
  • Method Details

    • getItem

      public List<Item> getItem()
      Gets the value of the item property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the item property.

      For example, to add a new item, do as follows:

          getItem().add(newItem);
       

      Objects of the following type(s) are allowed in the list Item

    • getPagenumber

      public String getPagenumber()
      Gets the value of the pagenumber property.
      Returns:
      possible object is String
    • setPagenumber

      public void setPagenumber(String value)
      Sets the value of the pagenumber property.
      Parameters:
      value - allowed object is String
    • getItemsnumber

      public String getItemsnumber()
      Gets the value of the itemsnumber property.
      Returns:
      possible object is String
    • setItemsnumber

      public void setItemsnumber(String value)
      Sets the value of the itemsnumber property.
      Parameters:
      value - allowed object is String
    • getTotalpages

      public String getTotalpages()
      Gets the value of the totalpages property.
      Returns:
      possible object is String
    • setTotalpages

      public void setTotalpages(String value)
      Sets the value of the totalpages property.
      Parameters:
      value - allowed object is String
    • getTotalitems

      public String getTotalitems()
      Gets the value of the totalitems property.
      Returns:
      possible object is String
    • setTotalitems

      public void setTotalitems(String value)
      Sets the value of the totalitems property.
      Parameters:
      value - allowed object is String
    • getHasnext

      public String getHasnext()
      Gets the value of the hasnext property.
      Returns:
      possible object is String
    • setHasnext

      public void setHasnext(String value)
      Sets the value of the hasnext property.
      Parameters:
      value - allowed object is String