|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.ResourceItemDefinition
oracle.workspaces.ws.beans.MessageDefinition
This class represents the definition object used to create a message.
Constructor Summary | |
MessageDefinition() Default constructor. |
Method Summary | |
void |
setContentType(java.lang.String contentType) Sets the message content type. |
void |
setMessageRepliedTo(java.lang.String messageRepliedTo) Sets the message Id to which this message is to be replied. |
void |
setSubject(java.lang.String subject) Sets the subject for this MessageDefinition. |
void |
setText(java.lang.String text) Sets the message text. |
Methods inherited from class oracle.workspaces.ws.beans.ResourceItemDefinition |
setDescription, setName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageDefinition()
Method Detail |
public void setContentType(java.lang.String contentType)
contentType
-public void setMessageRepliedTo(java.lang.String messageRepliedTo)
messageRepliedTo
-public void setSubject(java.lang.String subject)
subject
-public void setText(java.lang.String text)
text
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |