public class RateCardPage extends Object implements Serializable
RateCard objects.| Constructor and Description |
|---|
RateCardPage() |
RateCardPage(RateCard[] 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
|
RateCard[] |
getResults()
Gets the results value for this RateCardPage.
|
RateCard |
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 RateCardPage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this RateCardPage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setResults(int i,
RateCard _value) |
void |
setResults(RateCard[] results)
Sets the results value for this RateCardPage.
|
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this RateCardPage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this RateCardPage.
|
public RateCard[] getResults()
public void setResults(RateCard[] results)
results - * The collection of rate cards contained within this page.public RateCard getResults(int i)
public void setResults(int i,
RateCard _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 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.