Class MailConfigurationType

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

    public class MailConfigurationType
    extends NotificationTransportConfigurationType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Where and how to send mail notifications (or any other mail messages).

    Java class for MailConfigurationType complex type.

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

     <complexType name="MailConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NotificationTransportConfigurationType">
           <sequence>
             <element name="server" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MailServerConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="defaultFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form