|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public java.lang.String getReceiver()
Stringpublic void setReceiver(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessageId()
Stringpublic void setMessageId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessageName()
Stringpublic void setMessageName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSender()
Stringpublic void setSender(java.lang.String value)
value - allowed object is
String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||