public class ReconciliationOrderReportPage extends Object implements Serializable
ReconciliationOrderReport objects.| Constructor and Description |
|---|
ReconciliationOrderReportPage() |
ReconciliationOrderReportPage(Integer totalResultSetSize,
Integer startIndex,
ReconciliationOrderReport[] 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
|
ReconciliationOrderReport[] |
getResults()
Gets the results value for this ReconciliationOrderReportPage.
|
ReconciliationOrderReport |
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 ReconciliationOrderReportPage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this ReconciliationOrderReportPage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setResults(int i,
ReconciliationOrderReport _value) |
void |
setResults(ReconciliationOrderReport[] results)
Sets the results value for this ReconciliationOrderReportPage.
|
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this ReconciliationOrderReportPage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this ReconciliationOrderReportPage.
|
public ReconciliationOrderReportPage()
public ReconciliationOrderReportPage(Integer totalResultSetSize, Integer startIndex, ReconciliationOrderReport[] results)
public 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 ReconciliationOrderReport[] getResults()
public void setResults(ReconciliationOrderReport[] results)
results - * The collection of reconciliation order reports contained within
this page.public ReconciliationOrderReport getResults(int i)
public void setResults(int i,
ReconciliationOrderReport _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.