Class ConfirmationNotifierType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Direct Known Subclasses:
    AccountActivationNotifierType, PasswordResetNotifierType, RegistrationConfirmationNotifierType

    public class ConfirmationNotifierType
    extends GeneralNotifierType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    TODO <p>Java class for ConfirmationNotifierType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ConfirmationNotifierType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralNotifierType"&gt; &lt;sequence&gt; &lt;element name="confirmationMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RegistrationConfirmationMethodType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form