|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.frascati.jaxb.test.message.Message
public class Message
Java class for MessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="from" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="to" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="body" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
body
|
protected XMLGregorianCalendar |
date
|
protected String |
from
|
protected int |
id
|
protected String |
subject
|
protected String |
to
|
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary | |
|---|---|
String |
getBody()
Gets the value of the body property. |
XMLGregorianCalendar |
getDate()
Gets the value of the date property. |
String |
getFrom()
Gets the value of the from property. |
int |
getId()
Gets the value of the id property. |
String |
getSubject()
Gets the value of the subject property. |
String |
getTo()
Gets the value of the to property. |
void |
setBody(String value)
Sets the value of the body property. |
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property. |
void |
setFrom(String value)
Sets the value of the from property. |
void |
setId(int value)
Sets the value of the id property. |
void |
setSubject(String value)
Sets the value of the subject property. |
void |
setTo(String value)
Sets the value of the to property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar date
protected String from
protected String to
protected String subject
protected String body
protected int id
| Constructor Detail |
|---|
public Message()
| Method Detail |
|---|
public XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getTo()
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getBody()
Stringpublic void setBody(String value)
value - allowed object is
Stringpublic int getId()
public void setId(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||