public class PagedRequestSettings extends Object implements Serializable
| Constructor and Description |
|---|
PagedRequestSettings() |
PagedRequestSettings(int limit,
int offset,
OrderDirection orderDirection,
String orderField) |
| 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
|
int |
getLimit()
Gets the limit value for this PagedRequestSettings.
|
int |
getOffset()
Gets the offset value for this PagedRequestSettings.
|
OrderDirection |
getOrderDirection()
Gets the orderDirection value for this PagedRequestSettings.
|
String |
getOrderField()
Gets the orderField value for this PagedRequestSettings.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setLimit(int limit)
Sets the limit value for this PagedRequestSettings.
|
void |
setOffset(int offset)
Sets the offset value for this PagedRequestSettings.
|
void |
setOrderDirection(OrderDirection orderDirection)
Sets the orderDirection value for this PagedRequestSettings.
|
void |
setOrderField(String orderField)
Sets the orderField value for this PagedRequestSettings.
|
public PagedRequestSettings()
public PagedRequestSettings(int limit,
int offset,
OrderDirection orderDirection,
String orderField)
public int getLimit()
public void setLimit(int limit)
limit - public int getOffset()
public void setOffset(int offset)
offset - public String getOrderField()
public void setOrderField(String orderField)
orderField - public OrderDirection getOrderDirection()
public void setOrderDirection(OrderDirection orderDirection)
orderDirection - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.