Class Mail
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.Mail
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{urn:com.io7m.idstore:configuration:1}SMTP"/>
<element ref="{urn:com.io7m.idstore:configuration:1}SMTPS"/>
<element ref="{urn:com.io7m.idstore:configuration:1}SMTPTLS"/>
</choice>
<element ref="{urn:com.io7m.idstore:configuration:1}MailAuthentication" minOccurs="0"/>
</sequence>
<attribute name="SenderAddress" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="VerificationExpiration" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MailAuthenticationprotected Stringprotected SMTPTypeprotected SMTPSTypeprotected SMTPTLSTypeprotected Duration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mailAuthentication property.Gets the value of the senderAddress property.getSMTP()Gets the value of the smtp property.getSMTPS()Gets the value of the smtps property.Gets the value of the smtptls property.Gets the value of the verificationExpiration property.voidSets the value of the mailAuthentication property.voidsetSenderAddress(String value) Sets the value of the senderAddress property.voidSets the value of the smtp property.voidSets the value of the smtps property.voidsetSMTPTLS(SMTPTLSType value) Sets the value of the smtptls property.voidSets the value of the verificationExpiration property.
-
Field Details
-
smtp
-
smtps
-
smtptls
-
mailAuthentication
-
senderAddress
-
verificationExpiration
-
-
Constructor Details
-
Mail
public Mail()
-
-
Method Details
-
getSMTP
Gets the value of the smtp property.- Returns:
- possible object is
SMTPType
-
setSMTP
Sets the value of the smtp property.- Parameters:
value- allowed object isSMTPType
-
getSMTPS
Gets the value of the smtps property.- Returns:
- possible object is
SMTPSType
-
setSMTPS
Sets the value of the smtps property.- Parameters:
value- allowed object isSMTPSType
-
getSMTPTLS
Gets the value of the smtptls property.- Returns:
- possible object is
SMTPTLSType
-
setSMTPTLS
Sets the value of the smtptls property.- Parameters:
value- allowed object isSMTPTLSType
-
getMailAuthentication
Gets the value of the mailAuthentication property.- Returns:
- possible object is
MailAuthentication
-
setMailAuthentication
Sets the value of the mailAuthentication property.- Parameters:
value- allowed object isMailAuthentication
-
getSenderAddress
Gets the value of the senderAddress property.- Returns:
- possible object is
String
-
setSenderAddress
Sets the value of the senderAddress property.- Parameters:
value- allowed object isString
-
getVerificationExpiration
Gets the value of the verificationExpiration property.- Returns:
- possible object is
Duration
-
setVerificationExpiration
Sets the value of the verificationExpiration property.- Parameters:
value- allowed object isDuration
-