ibspan.tss.datamodel.ontology
Interface ErrorMessage

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
ErrorMessageImpl

public interface ErrorMessage
extends com.ibm.adtech.jastor.Thing

Interface for ErrorMessage ontology class
Use the ibspan.tss.datamodel.ontology.DataModelFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/DataModel#ErrorMessage)





Field Summary
static Property hasMessageProperty
          The Jena Property for hasMessage (URI: http://www.ibspan.waw.pl/tss/DataModel#hasMessage)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getHasMessage()
          Gets the 'hasMessage' property value
 void setHasMessage(String hasMessage)
          Sets the 'hasMessage' property value
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final Resource TYPE
The rdf:type for this ontology class


hasMessageProperty

static final Property hasMessageProperty
The Jena Property for hasMessage

(URI: http://www.ibspan.waw.pl/tss/DataModel#hasMessage)


Method Detail

getHasMessage

String getHasMessage()
                     throws com.ibm.adtech.jastor.JastorException
Gets the 'hasMessage' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasMessageProperty

setHasMessage

void setHasMessage(String hasMessage)
                   throws com.ibm.adtech.jastor.JastorException
Sets the 'hasMessage' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasMessageProperty