Class SMTPSType
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.MailTransportType
com.io7m.idstore.server.service.configuration.jaxb.SMTPSType
Settings for communicating over SMTPS.
Java class for SMTPSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SMTPSType">
<complexContent>
<extension base="{urn:com.io7m.idstore:configuration:1}MailTransportType">
<attribute name="Host" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Port" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
host
-
port
protected long port
-
-
Constructor Details
-
SMTPSType
public SMTPSType()
-
-
Method Details
-
getHost
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
Sets the value of the host property.- Parameters:
value- allowed object isString
-
getPort
public long getPort()Gets the value of the port property. -
setPort
public void setPort(long value) Sets the value of the port property.
-