public class SendEmailAction extends Action
Java class for SendEmailAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendEmailAction">
<complexContent>
<extension base="{urn:vim25}Action">
<sequence>
<element name="toList" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ccList" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="body" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
body |
protected String |
ccList |
protected String |
subject |
protected String |
toList |
| Constructor and Description |
|---|
SendEmailAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Gets the value of the body property.
|
String |
getCcList()
Gets the value of the ccList property.
|
String |
getSubject()
Gets the value of the subject property.
|
String |
getToList()
Gets the value of the toList property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setCcList(String value)
Sets the value of the ccList property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
setToList(String value)
Sets the value of the toList property.
|
protected String toList
protected String ccList
protected String subject
protected String body
public String getToList()
Stringpublic void setToList(String value)
value - allowed object is
Stringpublic String getCcList()
Stringpublic void setCcList(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getBody()
StringCopyright © 2018. All rights reserved.