Class Netlicensing.Items
java.lang.Object
com.labs64.netlicensing.schema.context.Netlicensing.Items
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Netlicensing
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionShows if page has a next pagegetItem()
Gets the value of the item property.Items number on pagePage numberTotal items of the listTotal pages of the listvoid
setHasnext
(String value) Sets the value of the hasnext property.void
setItemsnumber
(String value) Sets the value of the itemsnumber property.void
setPagenumber
(String value) Sets the value of the pagenumber property.void
setTotalitems
(String value) Sets the value of the totalitems property.void
setTotalpages
(String value) Sets the value of the totalpages property.
-
Field Details
-
item
-
pagenumber
Page number -
itemsnumber
Items number on page -
totalpages
Total pages of the list -
totalitems
Total items of the list -
hasnext
Shows if page has a next page
-
-
Constructor Details
-
Method Details
-
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
Page number- Returns:
- possible object is
String
-
setPagenumber
Sets the value of the pagenumber property.- Parameters:
value
- allowed object isString
- See Also:
-
getItemsnumber
Items number on page- Returns:
- possible object is
String
-
setItemsnumber
Sets the value of the itemsnumber property.- Parameters:
value
- allowed object isString
- See Also:
-
getTotalpages
Total pages of the list- Returns:
- possible object is
String
-
setTotalpages
Sets the value of the totalpages property.- Parameters:
value
- allowed object isString
- See Also:
-
getTotalitems
Total items of the list- Returns:
- possible object is
String
-
setTotalitems
Sets the value of the totalitems property.- Parameters:
value
- allowed object isString
- See Also:
-
getHasnext
Shows if page has a next page- Returns:
- possible object is
String
-
setHasnext
Sets the value of the hasnext property.- Parameters:
value
- allowed object isString
- See Also:
-