org.gcube.searchsystem.searchsystemservice.stubs
Class SearchResponse

java.lang.Object
  extended by org.gcube.searchsystem.searchsystemservice.stubs.SearchResponse
All Implemented Interfaces:
Serializable

public class SearchResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SearchResponse()
           
SearchResponse(String resultSetEpr, StringArray warnings)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResponse

public SearchResponse()

SearchResponse

public SearchResponse(String resultSetEpr,
                      StringArray warnings)
Method Detail

getResultSetEpr

public String getResultSetEpr()
Gets the resultSetEpr value for this SearchResponse.

Returns:
resultSetEpr

setResultSetEpr

public void setResultSetEpr(String resultSetEpr)
Sets the resultSetEpr value for this SearchResponse.

Parameters:
resultSetEpr -

getWarnings

public StringArray getWarnings()
Gets the warnings value for this SearchResponse.

Returns:
warnings

setWarnings

public void setWarnings(StringArray warnings)
Sets the warnings value for this SearchResponse.

Parameters:
warnings -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.