public class MailboxItem extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}recipients"/>
<element ref="{}subject"/>
<element ref="{}body"/>
<element ref="{}item-content" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
body |
protected ItemContent |
itemContent |
protected Recipients |
recipients |
protected String |
subject |
| Constructor and Description |
|---|
MailboxItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Gets the value of the body property.
|
ItemContent |
getItemContent()
Gets the value of the itemContent property.
|
Recipients |
getRecipients()
Gets the value of the recipients property.
|
String |
getSubject()
Gets the value of the subject property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setItemContent(ItemContent value)
Sets the value of the itemContent property.
|
void |
setRecipients(Recipients value)
Sets the value of the recipients property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
protected Recipients recipients
protected String subject
protected String body
protected ItemContent itemContent
public Recipients getRecipients()
Recipientspublic void setRecipients(Recipients value)
value - allowed object is
Recipientspublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getBody()
Stringpublic void setBody(String value)
value - allowed object is
Stringpublic ItemContent getItemContent()
ItemContentpublic void setItemContent(ItemContent value)
value - allowed object is
ItemContentApache Camel