public class OrderPage extends Object implements Serializable, Iterable<Order>
Order objects.| Constructor and Description |
|---|
OrderPage() |
OrderPage(Integer totalResultSetSize,
Integer startIndex,
Order[] results) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Order[] |
getResults()
Gets the results value for this OrderPage.
|
Order |
getResults(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Integer |
getStartIndex()
Gets the startIndex value for this OrderPage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this OrderPage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
Iterator<Order> |
iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
void |
setResults(int i,
Order _value) |
void |
setResults(Order[] results)
Sets the results value for this OrderPage.
|
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this OrderPage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this OrderPage.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Integer getTotalResultSetSize()
public void setTotalResultSetSize(Integer totalResultSetSize)
totalResultSetSize - * The size of the total result set to which this page belongs.public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
startIndex - * The absolute index in the total result set on which this page
begins.public Order[] getResults()
public void setResults(Order[] results)
results - * The collection of orders contained within this page.public Order getResults(int i)
public void setResults(int i,
Order _value)
public Iterator<Order> iterator()
results that:
null.Iterator.remove().public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.