Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt.customactivity.notification.model
Class TEmailPayload

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.customactivity.notification.model.TEmailPayload
All Implemented Interfaces:
java.io.Serializable

public class TEmailPayload
extends TExtensibleElements
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

TEmailPayload

public TEmailPayload()
Method Detail

getFrom

public java.lang.String getFrom()
Gets the value of the from property.

Returns:
possible object is String

setFrom

public void setFrom(java.lang.String value)
Sets the value of the from property.

Parameters:
value - allowed object is String

isSetFrom

public boolean isSetFrom()

getTo

public java.lang.String getTo()
Gets the value of the to property.

Returns:
possible object is String

setTo

public void setTo(java.lang.String value)
Sets the value of the to property.

Parameters:
value - allowed object is String

isSetTo

public boolean isSetTo()

getReplyTo

public java.lang.String getReplyTo()
Gets the value of the replyTo property.

Returns:
possible object is String

setReplyTo

public void setReplyTo(java.lang.String value)
Sets the value of the replyTo property.

Parameters:
value - allowed object is String

isSetReplyTo

public boolean isSetReplyTo()

getCc

public java.lang.String getCc()
Gets the value of the cc property.

Returns:
possible object is String

setCc

public void setCc(java.lang.String value)
Sets the value of the cc property.

Parameters:
value - allowed object is String

isSetCc

public boolean isSetCc()

getBcc

public java.lang.String getBcc()
Gets the value of the bcc property.

Returns:
possible object is String

setBcc

public void setBcc(java.lang.String value)
Sets the value of the bcc property.

Parameters:
value - allowed object is String

isSetBcc

public boolean isSetBcc()

getSubject

public java.lang.String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(java.lang.String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

isSetSubject

public boolean isSetSubject()

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

isSetMessage

public boolean isSetMessage()

getAttachments

public java.util.List<TAttachment> getAttachments()
Gets the value of the attachments property.

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


isSetAttachments

public boolean isSetAttachments()

unsetAttachments

public void unsetAttachments()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.