public class ReconciliationLineItemReportPage extends Object implements Serializable, Iterable<ReconciliationLineItemReport>
ReconciliationLineItemReport objects.| Constructor and Description |
|---|
ReconciliationLineItemReportPage() |
ReconciliationLineItemReportPage(ReconciliationLineItemReport[] results,
Integer startIndex,
Integer totalResultSetSize) |
| 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
|
ReconciliationLineItemReport[] |
getResults()
Gets the results value for this ReconciliationLineItemReportPage.
|
ReconciliationLineItemReport |
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 ReconciliationLineItemReportPage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this ReconciliationLineItemReportPage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
Iterator<ReconciliationLineItemReport> |
iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
void |
setResults(int i,
ReconciliationLineItemReport _value) |
void |
setResults(ReconciliationLineItemReport[] results)
Sets the results value for this ReconciliationLineItemReportPage.
|
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this ReconciliationLineItemReportPage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this ReconciliationLineItemReportPage.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ReconciliationLineItemReportPage()
public ReconciliationLineItemReportPage(ReconciliationLineItemReport[] results, Integer startIndex, Integer totalResultSetSize)
public ReconciliationLineItemReport[] getResults()
ReconciliationLineItemReport objects
contained in this page.public void setResults(ReconciliationLineItemReport[] results)
results - * The collection of ReconciliationLineItemReport objects
contained in this page.public ReconciliationLineItemReport getResults(int i)
public void setResults(int i,
ReconciliationLineItemReport _value)
public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
startIndex - * The absolute index in the total result set on which this page
begins.public Integer getTotalResultSetSize()
public void setTotalResultSetSize(Integer totalResultSetSize)
totalResultSetSize - * The size of the total result set to which this page belongs.public Iterator<ReconciliationLineItemReport> iterator()
results that:
null.Iterator.remove().iterator in interface Iterable<ReconciliationLineItemReport>public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.