|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.customactivity.notification.model.TEmailPayload
public class TEmailPayload
Email activity payload type.
Java class for tEmailPayload complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tEmailPayload">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="from" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="to" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="replyTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bcc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attachments" type="{http://xmlns.oracle.com/bpm/case/activity/custom}tAttachment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TEmailPayload()
|
|
| Method Summary | |
|---|---|
java.util.List<TAttachment> |
getAttachments()
Gets the value of the attachments property. |
java.lang.String |
getBcc()
Gets the value of the bcc property. |
java.lang.String |
getCc()
Gets the value of the cc property. |
java.lang.String |
getFrom()
Gets the value of the from property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getReplyTo()
Gets the value of the replyTo property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
java.lang.String |
getTo()
Gets the value of the to property. |
boolean |
isSetAttachments()
|
boolean |
isSetBcc()
|
boolean |
isSetCc()
|
boolean |
isSetFrom()
|
boolean |
isSetMessage()
|
boolean |
isSetReplyTo()
|
boolean |
isSetSubject()
|
boolean |
isSetTo()
|
void |
setBcc(java.lang.String value)
Sets the value of the bcc property. |
void |
setCc(java.lang.String value)
Sets the value of the cc property. |
void |
setFrom(java.lang.String value)
Sets the value of the from property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setReplyTo(java.lang.String value)
Sets the value of the replyTo 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. |
void |
unsetAttachments()
|
| Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements |
|---|
getDocumentation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TEmailPayload()
| Method Detail |
|---|
public java.lang.String getFrom()
Stringpublic void setFrom(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFrom()
public java.lang.String getTo()
Stringpublic void setTo(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTo()
public java.lang.String getReplyTo()
Stringpublic void setReplyTo(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetReplyTo()
public java.lang.String getCc()
Stringpublic void setCc(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCc()
public java.lang.String getBcc()
Stringpublic void setBcc(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetBcc()
public java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSubject()
public java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMessage()
public java.util.List<TAttachment> getAttachments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attachments property.
For example, to add a new item, do as follows:
getAttachments().add(newItem);
Objects of the following type(s) are allowed in the list
TAttachment
public boolean isSetAttachments()
public void unsetAttachments()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||