java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.MailTransportType
com.io7m.idstore.server.service.configuration.jaxb.SMTPTLSType

public class SMTPTLSType extends MailTransportType
Settings for communicating over SMTP_TLS.

Java class for SMTPTLSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SMTPTLSType">
   <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 Details

    • host

      protected String host
    • port

      protected long port
  • Constructor Details

    • SMTPTLSType

      public SMTPTLSType()
  • Method Details

    • getHost

      public String getHost()
      Gets the value of the host property.
      Returns:
      possible object is String
    • setHost

      public void setHost(String value)
      Sets the value of the host property.
      Parameters:
      value - allowed object is String
    • getPort

      public long getPort()
      Gets the value of the port property.
    • setPort

      public void setPort(long value)
      Sets the value of the port property.