uk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel
Class OperationReference

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.OperationReference
All Implemented Interfaces:
MetadataModelVisitable, Serializable

public class OperationReference
extends Object
implements Serializable, MetadataModelVisitable

See Also:
Serialized Form

Constructor Summary
OperationReference()
           
OperationReference(com.hp.hpl.jena.rdf.model.Model m, com.hp.hpl.jena.rdf.model.Resource r)
           
OperationReference(String operationName, String portTypeName, String portTypeNamespace)
           
 
Method Summary
 Object accept(MetadataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getOperationName()
          Gets the operationName value for this OperationReference.
 String getPortTypeName()
          Gets the portTypeName value for this OperationReference.
 String getPortTypeNamespace()
          Gets the portTypeNamespace value for this OperationReference.
 int hashCode()
           
 void setOperationName(String operationName)
          Sets the operationName value for this OperationReference.
 void setPortTypeName(String portTypeName)
          Sets the portTypeName value for this OperationReference.
 void setPortTypeNamespace(String portTypeNamespace)
          Sets the portTypeNamespace value for this OperationReference.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationReference

public OperationReference()

OperationReference

public OperationReference(String operationName,
                          String portTypeName,
                          String portTypeNamespace)

OperationReference

public OperationReference(com.hp.hpl.jena.rdf.model.Model m,
                          com.hp.hpl.jena.rdf.model.Resource r)
                   throws com.hp.hpl.jena.rdf.model.RDFException,
                          StoreException
Method Detail

getPortTypeNamespace

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

Returns:
portTypeNamespace

setPortTypeNamespace

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

Parameters:
portTypeNamespace -

getPortTypeName

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

Returns:
portTypeName

setPortTypeName

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

Parameters:
portTypeName -

getOperationName

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

Returns:
operationName

setOperationName

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

Parameters:
operationName -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(MetadataModelVisitor v)
Grimoires specific methods and constructors

Specified by:
accept in interface MetadataModelVisitable