public class SearchResponse extends Object implements Serializable
| Constructor and Description |
|---|
SearchResponse() |
SearchResponse(String resultSetEpr,
StringArray warnings) |
| 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 |
getResultSetEpr()
Gets the resultSetEpr value for this SearchResponse.
|
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
|
StringArray |
getWarnings()
Gets the warnings value for this SearchResponse.
|
int |
hashCode() |
void |
setResultSetEpr(String resultSetEpr)
Sets the resultSetEpr value for this SearchResponse.
|
void |
setWarnings(StringArray warnings)
Sets the warnings value for this SearchResponse.
|
public SearchResponse()
public SearchResponse(String resultSetEpr, StringArray warnings)
public String getResultSetEpr()
public void setResultSetEpr(String resultSetEpr)
resultSetEpr - public StringArray getWarnings()
public void setWarnings(StringArray warnings)
warnings - 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.