Class MailServerConfigurationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class MailServerConfigurationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Configuration of a particular mail server host.

    Java class for MailServerConfigurationType complex type.

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

     <complexType name="MailServerConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="password" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/>
             <element name="transportSecurity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MailTransportSecurityType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MailServerConfigurationType

        public MailServerConfigurationType()
        Creates a new MailServerConfigurationType instance.
      • MailServerConfigurationType

        public MailServerConfigurationType​(MailServerConfigurationType o)
        Creates a new MailServerConfigurationType instance by deeply copying a given MailServerConfigurationType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.