|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.OperationReference
| 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 |
public OperationReference()
public OperationReference(String operationName,
String portTypeName,
String portTypeNamespace)
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 |
public String getPortTypeNamespace()
public void setPortTypeNamespace(String portTypeNamespace)
portTypeNamespace - public String getPortTypeName()
public void setPortTypeName(String portTypeName)
portTypeName - public String getOperationName()
public void setOperationName(String operationName)
operationName - public boolean equals(Object obj)
public int hashCode()
public Object accept(MetadataModelVisitor v)
accept in interface MetadataModelVisitable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||