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
      Page number
    • itemsnumber

      protected String itemsnumber
      Items number on page
    • totalpages

      protected String totalpages
      Total pages of the list
    • totalitems

      protected String totalitems
      Total items of the list
    • hasnext

      protected String hasnext
      Shows if page has a next page
  • 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

      Returns:
      The value of the item property.
    • getPagenumber

      public String getPagenumber()
      Page number
      Returns:
      possible object is String
    • setPagenumber

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

      public String getItemsnumber()
      Items number on page
      Returns:
      possible object is String
    • setItemsnumber

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

      public String getTotalpages()
      Total pages of the list
      Returns:
      possible object is String
    • setTotalpages

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

      public String getTotalitems()
      Total items of the list
      Returns:
      possible object is String
    • setTotalitems

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

      public String getHasnext()
      Shows if page has a next page
      Returns:
      possible object is String
    • setHasnext

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