public class OrderResultSet
extends java.lang.Object
implements java.io.Serializable
Java class for OrderResultSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderResultSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="currentPageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="pagesize" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="pagination" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="totalRecordCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="orderResult" type="{http://www.tibco.com/aff/order}orderType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
OrderResultSet() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPageNumber()
Gets the value of the currentPageNumber property.
|
java.util.List<OrderResult> |
getOrderResults()
Gets the value of the orderResults property.
|
int |
getPagesize()
Gets the value of the pagesize property.
|
int |
getPagination()
Gets the value of the pagination property.
|
int |
getTotalRecordCount()
Gets the value of the totalRecordCount property.
|
void |
setCurrentPageNumber(int value)
Sets the value of the currentPageNumber property.
|
void |
setPagesize(int value)
Sets the value of the pagesize property.
|
void |
setPagination(int value)
Sets the value of the pagination property.
|
void |
setTotalRecordCount(int value)
Sets the value of the totalRecordCount property.
|
public int getCurrentPageNumber()
public void setCurrentPageNumber(int value)
public int getPagesize()
public void setPagesize(int value)
public int getPagination()
public void setPagination(int value)
public int getTotalRecordCount()
public void setTotalRecordCount(int value)
public java.util.List<OrderResult> getOrderResults()
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 orderResults property.
For example, to add a new item, do as follows:
getOrderResults().add(newItem);
Objects of the following type(s) are allowed in the list
OrderResult