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()
Recipients
public void setRecipients(Recipients value)
value
- allowed object is
Recipients
public String getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public String getBody()
String
public void setBody(String value)
value
- allowed object is
String
public ItemContent getItemContent()
ItemContent
public void setItemContent(ItemContent value)
value
- allowed object is
ItemContent
Apache Camel