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