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

    Java class for ConfirmationNotifierType complex type.

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

     <complexType name="ConfirmationNotifierType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralNotifierType">
           <sequence>
             <element name="confirmationMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RegistrationConfirmationMethodType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form