|
||||||||||
| 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 java.lang.String |
body
|
protected javax.xml.datatype.XMLGregorianCalendar |
date
|
protected java.lang.String |
from
|
protected int |
id
|
protected java.lang.String |
subject
|
protected java.lang.String |
to
|
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBody()
Gets the value of the body property. |
javax.xml.datatype.XMLGregorianCalendar |
getDate()
Gets the value of the date property. |
java.lang.String |
getFrom()
Gets the value of the from property. |
int |
getId()
Gets the value of the id property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
java.lang.String |
getTo()
Gets the value of the to property. |
void |
setBody(java.lang.String value)
Sets the value of the body property. |
void |
setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property. |
void |
setFrom(java.lang.String value)
Sets the value of the from property. |
void |
setId(int value)
Sets the value of the id property. |
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
void |
setTo(java.lang.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 javax.xml.datatype.XMLGregorianCalendar date
protected java.lang.String from
protected java.lang.String to
protected java.lang.String subject
protected java.lang.String body
protected int id
| Constructor Detail |
|---|
public Message()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getFrom()
Stringpublic void setFrom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTo()
Stringpublic void setTo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBody()
Stringpublic void setBody(java.lang.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 | |||||||||