Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class MessageDefinition

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceItemDefinition
      extended byoracle.workspaces.ws.beans.MessageDefinition


public class MessageDefinition
extends ResourceItemDefinition

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

MessageDefinition

public MessageDefinition()
Default constructor.

Method Detail

setContentType

public void setContentType(java.lang.String contentType)
Sets the message content type.
Parameters:
contentType -

setMessageRepliedTo

public void setMessageRepliedTo(java.lang.String messageRepliedTo)
Sets the message Id to which this message is to be replied. If it is null, it means this message would start a new thread.
Parameters:
messageRepliedTo -

setSubject

public void setSubject(java.lang.String subject)
Sets the subject for this MessageDefinition.
Parameters:
subject -

setText

public void setText(java.lang.String text)
Sets the message text.
Parameters:
text -

Copyright © 2001, 2006, Oracle. All rights reserved.