public class

EmailTransportProtocolDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.EmailTransportProtocolDataType

Class Overview

Email Transport Protocol Data element

Java class for Email_Transport_Protocol_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Email_Transport_Protocol_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="To_Email_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Cc_Internet_Email_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Bcc_Internet_Email_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="From_Internet_Email_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Email_Subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Email_Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String bccInternetEmailAddress
protected String ccInternetEmailAddress
protected String emailSubject
protected String emailText
protected String fromInternetEmailAddress
protected String toEmailAddress
Public Constructors
EmailTransportProtocolDataType()
Public Methods
String getBccInternetEmailAddress()
Gets the value of the bccInternetEmailAddress property.
String getCcInternetEmailAddress()
Gets the value of the ccInternetEmailAddress property.
String getEmailSubject()
Gets the value of the emailSubject property.
String getEmailText()
Gets the value of the emailText property.
String getFromInternetEmailAddress()
Gets the value of the fromInternetEmailAddress property.
String getToEmailAddress()
Gets the value of the toEmailAddress property.
void setBccInternetEmailAddress(String value)
Sets the value of the bccInternetEmailAddress property.
void setCcInternetEmailAddress(String value)
Sets the value of the ccInternetEmailAddress property.
void setEmailSubject(String value)
Sets the value of the emailSubject property.
void setEmailText(String value)
Sets the value of the emailText property.
void setFromInternetEmailAddress(String value)
Sets the value of the fromInternetEmailAddress property.
void setToEmailAddress(String value)
Sets the value of the toEmailAddress property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String bccInternetEmailAddress

protected String ccInternetEmailAddress

protected String emailSubject

protected String emailText

protected String fromInternetEmailAddress

protected String toEmailAddress

Public Constructors

public EmailTransportProtocolDataType ()

Public Methods

public String getBccInternetEmailAddress ()

Gets the value of the bccInternetEmailAddress property.

Returns
  • possible object is String

public String getCcInternetEmailAddress ()

Gets the value of the ccInternetEmailAddress property.

Returns
  • possible object is String

public String getEmailSubject ()

Gets the value of the emailSubject property.

Returns
  • possible object is String

public String getEmailText ()

Gets the value of the emailText property.

Returns
  • possible object is String

public String getFromInternetEmailAddress ()

Gets the value of the fromInternetEmailAddress property.

Returns
  • possible object is String

public String getToEmailAddress ()

Gets the value of the toEmailAddress property.

Returns
  • possible object is String

public void setBccInternetEmailAddress (String value)

Sets the value of the bccInternetEmailAddress property.

Parameters
value Allowed object is String

public void setCcInternetEmailAddress (String value)

Sets the value of the ccInternetEmailAddress property.

Parameters
value Allowed object is String

public void setEmailSubject (String value)

Sets the value of the emailSubject property.

Parameters
value Allowed object is String

public void setEmailText (String value)

Sets the value of the emailText property.

Parameters
value Allowed object is String

public void setFromInternetEmailAddress (String value)

Sets the value of the fromInternetEmailAddress property.

Parameters
value Allowed object is String

public void setToEmailAddress (String value)

Sets the value of the toEmailAddress property.

Parameters
value Allowed object is String