public class EmailSettings extends Obj
Java class for emailSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="emailSettings">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="mailHostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mailPortNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mailAuthUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mailAuthPwd" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mailFrom" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mailTo">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mail" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="mailDbug" type="{http://www.intertrust.ru}bool"/>
<element name="mailStarttls" type="{http://www.intertrust.ru}bool"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailSettings.MailTo
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
mailAuthPwd |
protected String |
mailAuthUser |
protected Boolean |
mailDbug |
protected String |
mailFrom |
protected String |
mailHostName |
protected String |
mailPortNumber |
protected Boolean |
mailStarttls |
protected EmailSettings.MailTo |
mailTo |
protected String |
subject |
| Constructor and Description |
|---|
EmailSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMailAuthPwd()
Gets the value of the mailAuthPwd property.
|
String |
getMailAuthUser()
Gets the value of the mailAuthUser property.
|
String |
getMailFrom()
Gets the value of the mailFrom property.
|
String |
getMailHostName()
Gets the value of the mailHostName property.
|
String |
getMailPortNumber()
Gets the value of the mailPortNumber property.
|
EmailSettings.MailTo |
getMailTo()
Gets the value of the mailTo property.
|
String |
getSubject()
Gets the value of the subject property.
|
Boolean |
isMailDbug()
Gets the value of the mailDbug property.
|
Boolean |
isMailStarttls()
Gets the value of the mailStarttls property.
|
void |
setMailAuthPwd(String value)
Sets the value of the mailAuthPwd property.
|
void |
setMailAuthUser(String value)
Sets the value of the mailAuthUser property.
|
void |
setMailDbug(Boolean value)
Sets the value of the mailDbug property.
|
void |
setMailFrom(String value)
Sets the value of the mailFrom property.
|
void |
setMailHostName(String value)
Sets the value of the mailHostName property.
|
void |
setMailPortNumber(String value)
Sets the value of the mailPortNumber property.
|
void |
setMailStarttls(Boolean value)
Sets the value of the mailStarttls property.
|
void |
setMailTo(EmailSettings.MailTo value)
Sets the value of the mailTo property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
testGeneratedMethodprotected String mailHostName
protected String mailPortNumber
protected String mailAuthUser
protected String mailAuthPwd
protected String mailFrom
protected EmailSettings.MailTo mailTo
protected Boolean mailDbug
protected Boolean mailStarttls
protected String subject
public String getMailHostName()
Stringpublic void setMailHostName(String value)
value - allowed object is
Stringpublic String getMailPortNumber()
Stringpublic void setMailPortNumber(String value)
value - allowed object is
Stringpublic String getMailAuthUser()
Stringpublic void setMailAuthUser(String value)
value - allowed object is
Stringpublic String getMailAuthPwd()
Stringpublic void setMailAuthPwd(String value)
value - allowed object is
Stringpublic String getMailFrom()
Stringpublic void setMailFrom(String value)
value - allowed object is
Stringpublic EmailSettings.MailTo getMailTo()
EmailSettings.MailTopublic void setMailTo(EmailSettings.MailTo value)
value - allowed object is
EmailSettings.MailTopublic Boolean isMailDbug()
Booleanpublic void setMailDbug(Boolean value)
value - allowed object is
Booleanpublic Boolean isMailStarttls()
Booleanpublic void setMailStarttls(Boolean value)
value - allowed object is
Booleanpublic String getSubject()
StringCopyright © 2012–2014 RedSoft. All rights reserved.