|
||||||||||
| 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.MessagePartReference
| Constructor Summary | |
MessagePartReference()
|
|
MessagePartReference(com.hp.hpl.jena.rdf.model.Model m,
com.hp.hpl.jena.rdf.model.Resource r)
|
|
MessagePartReference(String messageName,
String messageNamespace,
String messagePartName)
|
|
| Method Summary | |
Object |
accept(MetadataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getMessageName()
Gets the messageName value for this MessagePartReference. |
String |
getMessageNamespace()
Gets the messageNamespace value for this MessagePartReference. |
String |
getMessagePartName()
Gets the messagePartName value for this MessagePartReference. |
int |
hashCode()
|
void |
setMessageName(String messageName)
Sets the messageName value for this MessagePartReference. |
void |
setMessageNamespace(String messageNamespace)
Sets the messageNamespace value for this MessagePartReference. |
void |
setMessagePartName(String messagePartName)
Sets the messagePartName value for this MessagePartReference. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MessagePartReference()
public MessagePartReference(String messageName,
String messageNamespace,
String messagePartName)
public MessagePartReference(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 getMessageNamespace()
public void setMessageNamespace(String messageNamespace)
messageNamespace - public String getMessageName()
public void setMessageName(String messageName)
messageName - public String getMessagePartName()
public void setMessagePartName(String messagePartName)
messagePartName - 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 | |||||||||