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

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

public class GetOperationsByURLResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetOperationsByURLResponse()
           
GetOperationsByURLResponse(OperationDetail[] operationDetail)
           
 
Method Summary
 boolean equals(Object obj)
           
 OperationDetail[] getOperationDetail()
          Gets the operationDetail value for this GetOperationsByURLResponse.
 OperationDetail getOperationDetail(int i)
           
 int hashCode()
           
 void setOperationDetail(int i, OperationDetail _value)
           
 void setOperationDetail(OperationDetail[] operationDetail)
          Sets the operationDetail value for this GetOperationsByURLResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetOperationsByURLResponse

public GetOperationsByURLResponse()

GetOperationsByURLResponse

public GetOperationsByURLResponse(OperationDetail[] operationDetail)
Method Detail

getOperationDetail

public OperationDetail[] getOperationDetail()
Gets the operationDetail value for this GetOperationsByURLResponse.

Returns:
operationDetail

setOperationDetail

public void setOperationDetail(OperationDetail[] operationDetail)
Sets the operationDetail value for this GetOperationsByURLResponse.

Parameters:
operationDetail -

getOperationDetail

public OperationDetail getOperationDetail(int i)

setOperationDetail

public void setOperationDetail(int i,
                               OperationDetail _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()