edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper
Interface Message

All Known Implementing Classes:
MessageImpl

public interface Message

Java content class for Message complex type. *

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Sun/jwsdp-1.5/jaxb/samples/unmarshal-read/virtualclassroom.xsd line 22) *

*

 * <complexType name="Message">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="messageId" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="sender" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="receiver" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="messageName" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * @author Administrator * @version $Revision$


Method Summary
 java.lang.String getMessage()
          Gets the value of the message property.
 java.lang.String getMessageId()
          Gets the value of the messageId property.
 java.lang.String getMessageName()
          Gets the value of the messageName property.
 java.lang.String getReceiver()
          Gets the value of the receiver property.
 java.lang.String getSender()
          Gets the value of the sender property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setMessageId(java.lang.String value)
          Sets the value of the messageId property.
 void setMessageName(java.lang.String value)
          Sets the value of the messageName property.
 void setReceiver(java.lang.String value)
          Sets the value of the receiver property.
 void setSender(java.lang.String value)
          Sets the value of the sender property.
 

Method Detail

getReceiver

public java.lang.String getReceiver()
Gets the value of the receiver property.

Returns:
possible object is String

setReceiver

public void setReceiver(java.lang.String value)
Sets the value of the receiver property.

Parameters:
value - allowed object is String

getMessageId

public java.lang.String getMessageId()
Gets the value of the messageId property.

Returns:
possible object is String

setMessageId

public void setMessageId(java.lang.String value)
Sets the value of the messageId property.

Parameters:
value - allowed object is String

getMessageName

public java.lang.String getMessageName()
Gets the value of the messageName property.

Returns:
possible object is String

setMessageName

public void setMessageName(java.lang.String value)
Sets the value of the messageName property.

Parameters:
value - allowed object is String

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getSender

public java.lang.String getSender()
Gets the value of the sender property.

Returns:
possible object is String

setSender

public void setSender(java.lang.String value)
Sets the value of the sender property.

Parameters:
value - allowed object is String