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

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

public class OperationDetail
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OperationDetail()
           
OperationDetail(String operationName, String portTypeName, String portTypeNamespace)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getOperationName()
          Gets the operationName value for this OperationDetail.
 String getPortTypeName()
          Gets the portTypeName value for this OperationDetail.
 String getPortTypeNamespace()
          Gets the portTypeNamespace value for this OperationDetail.
 int hashCode()
           
 void setOperationName(String operationName)
          Sets the operationName value for this OperationDetail.
 void setPortTypeName(String portTypeName)
          Sets the portTypeName value for this OperationDetail.
 void setPortTypeNamespace(String portTypeNamespace)
          Sets the portTypeNamespace value for this OperationDetail.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationDetail

public OperationDetail()

OperationDetail

public OperationDetail(String operationName,
                       String portTypeName,
                       String portTypeNamespace)
Method Detail

getPortTypeNamespace

public String getPortTypeNamespace()
Gets the portTypeNamespace value for this OperationDetail.

Returns:
portTypeNamespace

setPortTypeNamespace

public void setPortTypeNamespace(String portTypeNamespace)
Sets the portTypeNamespace value for this OperationDetail.

Parameters:
portTypeNamespace -

getPortTypeName

public String getPortTypeName()
Gets the portTypeName value for this OperationDetail.

Returns:
portTypeName

setPortTypeName

public void setPortTypeName(String portTypeName)
Sets the portTypeName value for this OperationDetail.

Parameters:
portTypeName -

getOperationName

public String getOperationName()
Gets the operationName value for this OperationDetail.

Returns:
operationName

setOperationName

public void setOperationName(String operationName)
Sets the operationName value for this OperationDetail.

Parameters:
operationName -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()