public class EmailSettings
extends java.lang.Object
Java class for EmailSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailSettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="emailType" type="{http://namespaces.CentraSite.com/services/governance/privilege}emailType"/> <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="templatePath" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
EmailSettings() |
Modifier and Type | Method and Description |
---|---|
EmailType |
getEmailType()
Gets the value of the emailType property.
|
java.lang.String |
getSubject()
Gets the value of the subject property.
|
java.lang.String |
getTemplatePath()
Gets the value of the templatePath property.
|
void |
setEmailType(EmailType value)
Sets the value of the emailType property.
|
void |
setSubject(java.lang.String value)
Sets the value of the subject property.
|
void |
setTemplatePath(java.lang.String value)
Sets the value of the templatePath property.
|
public EmailType getEmailType()
EmailType
public void setEmailType(EmailType value)
value
- allowed object is
EmailType
public java.lang.String getSubject()
String
public void setSubject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTemplatePath()
String
public void setTemplatePath(java.lang.String value)
value
- allowed object is
String