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

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

public class MessagePartReference
extends Object
implements Serializable, MetadataModelVisitable

See Also:
Serialized Form

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

MessagePartReference

public MessagePartReference()

MessagePartReference

public MessagePartReference(String messageName,
                            String messageNamespace,
                            String messagePartName)

MessagePartReference

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

getMessageNamespace

public String getMessageNamespace()
Gets the messageNamespace value for this MessagePartReference.

Returns:
messageNamespace

setMessageNamespace

public void setMessageNamespace(String messageNamespace)
Sets the messageNamespace value for this MessagePartReference.

Parameters:
messageNamespace -

getMessageName

public String getMessageName()
Gets the messageName value for this MessagePartReference.

Returns:
messageName

setMessageName

public void setMessageName(String messageName)
Sets the messageName value for this MessagePartReference.

Parameters:
messageName -

getMessagePartName

public String getMessagePartName()
Gets the messagePartName value for this MessagePartReference.

Returns:
messagePartName

setMessagePartName

public void setMessagePartName(String messagePartName)
Sets the messagePartName value for this MessagePartReference.

Parameters:
messagePartName -

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