uk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen
Class FindServicesByInterfaceResponse

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen.FindServicesByInterfaceResponse
All Implemented Interfaces:
Serializable

public class FindServicesByInterfaceResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FindServicesByInterfaceResponse()
           
FindServicesByInterfaceResponse(String[] serviceKey)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getServiceKey()
          Gets the serviceKey value for this FindServicesByInterfaceResponse.
 String getServiceKey(int i)
           
 int hashCode()
           
 void setServiceKey(int i, String _value)
           
 void setServiceKey(String[] serviceKey)
          Sets the serviceKey value for this FindServicesByInterfaceResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindServicesByInterfaceResponse

public FindServicesByInterfaceResponse()

FindServicesByInterfaceResponse

public FindServicesByInterfaceResponse(String[] serviceKey)
Method Detail

getServiceKey

public String[] getServiceKey()
Gets the serviceKey value for this FindServicesByInterfaceResponse.

Returns:
serviceKey

setServiceKey

public void setServiceKey(String[] serviceKey)
Sets the serviceKey value for this FindServicesByInterfaceResponse.

Parameters:
serviceKey -

getServiceKey

public String getServiceKey(int i)

setServiceKey

public void setServiceKey(int i,
                          String _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()