public class GetListInputMap extends Object implements Serializable
Constructor and Description |
---|
GetListInputMap() |
GetListInputMap(String qualification,
String startRecord,
String maxLimit) |
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
|
String |
getMaxLimit()
Gets the maxLimit value for this GetListInputMap.
|
String |
getQualification()
Gets the qualification value for this GetListInputMap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStartRecord()
Gets the startRecord value for this GetListInputMap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMaxLimit(String maxLimit)
Sets the maxLimit value for this GetListInputMap.
|
void |
setQualification(String qualification)
Sets the qualification value for this GetListInputMap.
|
void |
setStartRecord(String startRecord)
Sets the startRecord value for this GetListInputMap.
|
public String getQualification()
public void setQualification(String qualification)
qualification
- public String getStartRecord()
public void setStartRecord(String startRecord)
startRecord
- public String getMaxLimit()
public void setMaxLimit(String maxLimit)
maxLimit
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.