Class RegistrationConfirmationNotifierType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ConfirmationNotifierType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.RegistrationConfirmationNotifierType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class RegistrationConfirmationNotifierType extends ConfirmationNotifierType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for RegistrationConfirmationNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistrationConfirmationNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConfirmationNotifierType"> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ConfirmationNotifierType
confirmationMethod, F_CONFIRMATION_METHOD
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
attachment, attachmentExpression, bccExpression, bodyExpression, ccExpression, contentType, contentTypeExpression, F_ATTACHMENT, F_ATTACHMENT_EXPRESSION, F_BCC_EXPRESSION, F_BODY_EXPRESSION, F_CC_EXPRESSION, F_CONTENT_TYPE, F_CONTENT_TYPE_EXPRESSION, F_FROM_EXPRESSION, F_RECIPIENT_EXPRESSION, F_SHOW_MODIFIED_VALUES, F_SHOW_TECHNICAL_INFORMATION, F_SUBJECT_EXPRESSION, F_SUBJECT_PREFIX, F_TRANSPORT, F_WATCH_AUXILIARY_ATTRIBUTES, fromExpression, recipientExpression, showModifiedValues, showTechnicalInformation, subjectExpression, subjectPrefix, transport, watchAuxiliaryAttributes
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
accountActivationNotifier, accountPasswordNotifier, category, chained, customNotifier, description, documentation, expressionFilter, F_ACCOUNT_ACTIVATION_NOTIFIER, F_ACCOUNT_PASSWORD_NOTIFIER, F_CATEGORY, F_CHAINED, F_CUSTOM_NOTIFIER, F_DESCRIPTION, F_DOCUMENTATION, F_EXPRESSION_FILTER, F_FOCUS_TYPE, F_FORKED, F_GENERAL_NOTIFIER, F_NAME, F_OBJECT_INTENT, F_OBJECT_KIND, F_OPERATION, F_PASSWORD_RESET_NOTIFIER, F_SIMPLE_CAMPAIGN_NOTIFIER, F_SIMPLE_CAMPAIGN_STAGE_NOTIFIER, F_SIMPLE_CASE_MANAGEMENT_NOTIFIER, F_SIMPLE_FOCAL_OBJECT_NOTIFIER, F_SIMPLE_POLICY_RULE_NOTIFIER, F_SIMPLE_REPORT_NOTIFIER, F_SIMPLE_RESOURCE_OBJECT_NOTIFIER, F_SIMPLE_REVIEWER_NOTIFIER, F_SIMPLE_TASK_NOTIFIER, F_SIMPLE_USER_NOTIFIER, F_SIMPLE_WORKFLOW_NOTIFIER, F_STATUS, F_TIME_VALIDITY_NOTIFIER, F_USER_PASSWORD_NOTIFIER, F_USER_REGISTRATION_NOTIFIER, focusType, forked, generalNotifier, name, objectIntent, objectKind, operation, passwordResetNotifier, simpleCampaignNotifier, simpleCampaignStageNotifier, simpleCaseManagementNotifier, simpleFocalObjectNotifier, simplePolicyRuleNotifier, simpleReportNotifier, simpleResourceObjectNotifier, simpleReviewerNotifier, simpleTaskNotifier, simpleUserNotifier, simpleWorkflowNotifier, status, timeValidityNotifier, userPasswordNotifier, userRegistrationNotifier
-
-
Constructor Summary
Constructors Constructor Description RegistrationConfirmationNotifierType()
Creates a newRegistrationConfirmationNotifierType
instance.RegistrationConfirmationNotifierType(RegistrationConfirmationNotifierType o)
Creates a newRegistrationConfirmationNotifierType
instance by deeply copying a givenRegistrationConfirmationNotifierType
instance.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ConfirmationNotifierType
getConfirmationMethod, setConfirmationMethod
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
getAttachment, getAttachmentExpression, getBccExpression, getBodyExpression, getCcExpression, getContentType, getContentTypeExpression, getFromExpression, getRecipientExpression, getSubjectExpression, getSubjectPrefix, getTransport, isShowModifiedValues, isShowTechnicalInformation, isWatchAuxiliaryAttributes, setAttachmentExpression, setBodyExpression, setContentType, setContentTypeExpression, setFromExpression, setShowModifiedValues, setShowTechnicalInformation, setSubjectExpression, setSubjectPrefix, setWatchAuxiliaryAttributes
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
getAccountActivationNotifier, getAccountPasswordNotifier, getCategory, getChained, getCustomNotifier, getDescription, getDocumentation, getExpressionFilter, getFocusType, getForked, getGeneralNotifier, getName, getObjectIntent, getObjectKind, getOperation, getPasswordResetNotifier, getSimpleCampaignNotifier, getSimpleCampaignStageNotifier, getSimpleCaseManagementNotifier, getSimpleFocalObjectNotifier, getSimplePolicyRuleNotifier, getSimpleReportNotifier, getSimpleResourceObjectNotifier, getSimpleReviewerNotifier, getSimpleTaskNotifier, getSimpleUserNotifier, getSimpleWorkflowNotifier, getStatus, getTimeValidityNotifier, getUserPasswordNotifier, getUserRegistrationNotifier, setDescription, setDocumentation, setName
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
RegistrationConfirmationNotifierType
public RegistrationConfirmationNotifierType()
Creates a newRegistrationConfirmationNotifierType
instance.
-
RegistrationConfirmationNotifierType
public RegistrationConfirmationNotifierType(RegistrationConfirmationNotifierType o)
Creates a newRegistrationConfirmationNotifierType
instance by deeply copying a givenRegistrationConfirmationNotifierType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classConfirmationNotifierType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classConfirmationNotifierType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classConfirmationNotifierType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classConfirmationNotifierType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classConfirmationNotifierType
-
confirmationMethod
public RegistrationConfirmationNotifierType confirmationMethod(RegistrationConfirmationMethodType value)
- Overrides:
confirmationMethod
in classConfirmationNotifierType
-
fromExpression
public RegistrationConfirmationNotifierType fromExpression(ExpressionType value)
- Overrides:
fromExpression
in classConfirmationNotifierType
-
beginFromExpression
public ExpressionType beginFromExpression()
- Overrides:
beginFromExpression
in classConfirmationNotifierType
-
recipientExpression
public RegistrationConfirmationNotifierType recipientExpression(ExpressionType value)
- Overrides:
recipientExpression
in classConfirmationNotifierType
-
beginRecipientExpression
public ExpressionType beginRecipientExpression()
- Overrides:
beginRecipientExpression
in classConfirmationNotifierType
-
ccExpression
public RegistrationConfirmationNotifierType ccExpression(ExpressionType value)
- Overrides:
ccExpression
in classConfirmationNotifierType
-
beginCcExpression
public ExpressionType beginCcExpression()
- Overrides:
beginCcExpression
in classConfirmationNotifierType
-
bccExpression
public RegistrationConfirmationNotifierType bccExpression(ExpressionType value)
- Overrides:
bccExpression
in classConfirmationNotifierType
-
beginBccExpression
public ExpressionType beginBccExpression()
- Overrides:
beginBccExpression
in classConfirmationNotifierType
-
contentTypeExpression
public RegistrationConfirmationNotifierType contentTypeExpression(ExpressionType value)
- Overrides:
contentTypeExpression
in classConfirmationNotifierType
-
beginContentTypeExpression
public ExpressionType beginContentTypeExpression()
- Overrides:
beginContentTypeExpression
in classConfirmationNotifierType
-
subjectExpression
public RegistrationConfirmationNotifierType subjectExpression(ExpressionType value)
- Overrides:
subjectExpression
in classConfirmationNotifierType
-
beginSubjectExpression
public ExpressionType beginSubjectExpression()
- Overrides:
beginSubjectExpression
in classConfirmationNotifierType
-
subjectPrefix
public RegistrationConfirmationNotifierType subjectPrefix(String value)
- Overrides:
subjectPrefix
in classConfirmationNotifierType
-
bodyExpression
public RegistrationConfirmationNotifierType bodyExpression(ExpressionType value)
- Overrides:
bodyExpression
in classConfirmationNotifierType
-
beginBodyExpression
public ExpressionType beginBodyExpression()
- Overrides:
beginBodyExpression
in classConfirmationNotifierType
-
contentType
public RegistrationConfirmationNotifierType contentType(String value)
- Overrides:
contentType
in classConfirmationNotifierType
-
attachment
public RegistrationConfirmationNotifierType attachment(NotificationMessageAttachmentType value)
- Overrides:
attachment
in classConfirmationNotifierType
-
beginAttachment
public NotificationMessageAttachmentType beginAttachment()
- Overrides:
beginAttachment
in classConfirmationNotifierType
-
attachmentExpression
public RegistrationConfirmationNotifierType attachmentExpression(ExpressionType value)
- Overrides:
attachmentExpression
in classConfirmationNotifierType
-
beginAttachmentExpression
public ExpressionType beginAttachmentExpression()
- Overrides:
beginAttachmentExpression
in classConfirmationNotifierType
-
watchAuxiliaryAttributes
public RegistrationConfirmationNotifierType watchAuxiliaryAttributes(Boolean value)
- Overrides:
watchAuxiliaryAttributes
in classConfirmationNotifierType
-
showModifiedValues
public RegistrationConfirmationNotifierType showModifiedValues(Boolean value)
- Overrides:
showModifiedValues
in classConfirmationNotifierType
-
showTechnicalInformation
public RegistrationConfirmationNotifierType showTechnicalInformation(Boolean value)
- Overrides:
showTechnicalInformation
in classConfirmationNotifierType
-
transport
public RegistrationConfirmationNotifierType transport(String value)
- Overrides:
transport
in classConfirmationNotifierType
-
name
public RegistrationConfirmationNotifierType name(String value)
- Overrides:
name
in classConfirmationNotifierType
-
description
public RegistrationConfirmationNotifierType description(String value)
- Overrides:
description
in classConfirmationNotifierType
-
documentation
public RegistrationConfirmationNotifierType documentation(String value)
- Overrides:
documentation
in classConfirmationNotifierType
-
category
public RegistrationConfirmationNotifierType category(EventCategoryType value)
- Overrides:
category
in classConfirmationNotifierType
-
operation
public RegistrationConfirmationNotifierType operation(EventOperationType value)
- Overrides:
operation
in classConfirmationNotifierType
-
status
public RegistrationConfirmationNotifierType status(EventStatusType value)
- Overrides:
status
in classConfirmationNotifierType
-
objectKind
public RegistrationConfirmationNotifierType objectKind(ShadowKindType value)
- Overrides:
objectKind
in classConfirmationNotifierType
-
objectIntent
public RegistrationConfirmationNotifierType objectIntent(String value)
- Overrides:
objectIntent
in classConfirmationNotifierType
-
focusType
public RegistrationConfirmationNotifierType focusType(QName value)
- Overrides:
focusType
in classConfirmationNotifierType
-
expressionFilter
public RegistrationConfirmationNotifierType expressionFilter(ExpressionType value)
- Overrides:
expressionFilter
in classConfirmationNotifierType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilter
in classConfirmationNotifierType
-
chained
public RegistrationConfirmationNotifierType chained(EventHandlerType value)
- Overrides:
chained
in classConfirmationNotifierType
-
beginChained
public EventHandlerType beginChained()
- Overrides:
beginChained
in classConfirmationNotifierType
-
forked
public RegistrationConfirmationNotifierType forked(EventHandlerType value)
- Overrides:
forked
in classConfirmationNotifierType
-
beginForked
public EventHandlerType beginForked()
- Overrides:
beginForked
in classConfirmationNotifierType
-
simpleUserNotifier
public RegistrationConfirmationNotifierType simpleUserNotifier(SimpleUserNotifierType value)
- Overrides:
simpleUserNotifier
in classConfirmationNotifierType
-
beginSimpleUserNotifier
public SimpleUserNotifierType beginSimpleUserNotifier()
- Overrides:
beginSimpleUserNotifier
in classConfirmationNotifierType
-
timeValidityNotifier
public RegistrationConfirmationNotifierType timeValidityNotifier(TimeValidityNotifierType value)
- Overrides:
timeValidityNotifier
in classConfirmationNotifierType
-
beginTimeValidityNotifier
public TimeValidityNotifierType beginTimeValidityNotifier()
- Overrides:
beginTimeValidityNotifier
in classConfirmationNotifierType
-
simpleFocalObjectNotifier
public RegistrationConfirmationNotifierType simpleFocalObjectNotifier(SimpleFocalObjectNotifierType value)
- Overrides:
simpleFocalObjectNotifier
in classConfirmationNotifierType
-
beginSimpleFocalObjectNotifier
public SimpleFocalObjectNotifierType beginSimpleFocalObjectNotifier()
- Overrides:
beginSimpleFocalObjectNotifier
in classConfirmationNotifierType
-
simpleResourceObjectNotifier
public RegistrationConfirmationNotifierType simpleResourceObjectNotifier(SimpleResourceObjectNotifierType value)
- Overrides:
simpleResourceObjectNotifier
in classConfirmationNotifierType
-
beginSimpleResourceObjectNotifier
public SimpleResourceObjectNotifierType beginSimpleResourceObjectNotifier()
- Overrides:
beginSimpleResourceObjectNotifier
in classConfirmationNotifierType
-
simpleWorkflowNotifier
public RegistrationConfirmationNotifierType simpleWorkflowNotifier(SimpleWorkflowNotifierType value)
- Overrides:
simpleWorkflowNotifier
in classConfirmationNotifierType
-
beginSimpleWorkflowNotifier
public SimpleWorkflowNotifierType beginSimpleWorkflowNotifier()
- Overrides:
beginSimpleWorkflowNotifier
in classConfirmationNotifierType
-
simpleCaseManagementNotifier
public RegistrationConfirmationNotifierType simpleCaseManagementNotifier(SimpleCaseManagementNotifierType value)
- Overrides:
simpleCaseManagementNotifier
in classConfirmationNotifierType
-
beginSimpleCaseManagementNotifier
public SimpleCaseManagementNotifierType beginSimpleCaseManagementNotifier()
- Overrides:
beginSimpleCaseManagementNotifier
in classConfirmationNotifierType
-
userPasswordNotifier
public RegistrationConfirmationNotifierType userPasswordNotifier(UserPasswordNotifierType value)
- Overrides:
userPasswordNotifier
in classConfirmationNotifierType
-
beginUserPasswordNotifier
public UserPasswordNotifierType beginUserPasswordNotifier()
- Overrides:
beginUserPasswordNotifier
in classConfirmationNotifierType
-
userRegistrationNotifier
public RegistrationConfirmationNotifierType userRegistrationNotifier(RegistrationConfirmationNotifierType value)
- Overrides:
userRegistrationNotifier
in classConfirmationNotifierType
-
beginUserRegistrationNotifier
public RegistrationConfirmationNotifierType beginUserRegistrationNotifier()
- Overrides:
beginUserRegistrationNotifier
in classConfirmationNotifierType
-
passwordResetNotifier
public RegistrationConfirmationNotifierType passwordResetNotifier(PasswordResetNotifierType value)
- Overrides:
passwordResetNotifier
in classConfirmationNotifierType
-
beginPasswordResetNotifier
public PasswordResetNotifierType beginPasswordResetNotifier()
- Overrides:
beginPasswordResetNotifier
in classConfirmationNotifierType
-
accountActivationNotifier
public RegistrationConfirmationNotifierType accountActivationNotifier(AccountActivationNotifierType value)
- Overrides:
accountActivationNotifier
in classConfirmationNotifierType
-
beginAccountActivationNotifier
public AccountActivationNotifierType beginAccountActivationNotifier()
- Overrides:
beginAccountActivationNotifier
in classConfirmationNotifierType
-
accountPasswordNotifier
public RegistrationConfirmationNotifierType accountPasswordNotifier(AccountPasswordNotifierType value)
- Overrides:
accountPasswordNotifier
in classConfirmationNotifierType
-
beginAccountPasswordNotifier
public AccountPasswordNotifierType beginAccountPasswordNotifier()
- Overrides:
beginAccountPasswordNotifier
in classConfirmationNotifierType
-
simpleCampaignNotifier
public RegistrationConfirmationNotifierType simpleCampaignNotifier(SimpleCampaignNotifierType value)
- Overrides:
simpleCampaignNotifier
in classConfirmationNotifierType
-
beginSimpleCampaignNotifier
public SimpleCampaignNotifierType beginSimpleCampaignNotifier()
- Overrides:
beginSimpleCampaignNotifier
in classConfirmationNotifierType
-
simpleCampaignStageNotifier
public RegistrationConfirmationNotifierType simpleCampaignStageNotifier(SimpleCampaignStageNotifierType value)
- Overrides:
simpleCampaignStageNotifier
in classConfirmationNotifierType
-
beginSimpleCampaignStageNotifier
public SimpleCampaignStageNotifierType beginSimpleCampaignStageNotifier()
- Overrides:
beginSimpleCampaignStageNotifier
in classConfirmationNotifierType
-
simpleReviewerNotifier
public RegistrationConfirmationNotifierType simpleReviewerNotifier(SimpleReviewerNotifierType value)
- Overrides:
simpleReviewerNotifier
in classConfirmationNotifierType
-
beginSimpleReviewerNotifier
public SimpleReviewerNotifierType beginSimpleReviewerNotifier()
- Overrides:
beginSimpleReviewerNotifier
in classConfirmationNotifierType
-
simpleTaskNotifier
public RegistrationConfirmationNotifierType simpleTaskNotifier(SimpleTaskNotifierType value)
- Overrides:
simpleTaskNotifier
in classConfirmationNotifierType
-
beginSimpleTaskNotifier
public SimpleTaskNotifierType beginSimpleTaskNotifier()
- Overrides:
beginSimpleTaskNotifier
in classConfirmationNotifierType
-
simpleReportNotifier
public RegistrationConfirmationNotifierType simpleReportNotifier(SimpleReportNotifierType value)
- Overrides:
simpleReportNotifier
in classConfirmationNotifierType
-
beginSimpleReportNotifier
public SimpleReportNotifierType beginSimpleReportNotifier()
- Overrides:
beginSimpleReportNotifier
in classConfirmationNotifierType
-
simplePolicyRuleNotifier
public RegistrationConfirmationNotifierType simplePolicyRuleNotifier(SimplePolicyRuleNotifierType value)
- Overrides:
simplePolicyRuleNotifier
in classConfirmationNotifierType
-
beginSimplePolicyRuleNotifier
public SimplePolicyRuleNotifierType beginSimplePolicyRuleNotifier()
- Overrides:
beginSimplePolicyRuleNotifier
in classConfirmationNotifierType
-
generalNotifier
public RegistrationConfirmationNotifierType generalNotifier(GeneralNotifierType value)
- Overrides:
generalNotifier
in classConfirmationNotifierType
-
beginGeneralNotifier
public GeneralNotifierType beginGeneralNotifier()
- Overrides:
beginGeneralNotifier
in classConfirmationNotifierType
-
customNotifier
public RegistrationConfirmationNotifierType customNotifier(CustomNotifierType value)
- Overrides:
customNotifier
in classConfirmationNotifierType
-
beginCustomNotifier
public CustomNotifierType beginCustomNotifier()
- Overrides:
beginCustomNotifier
in classConfirmationNotifierType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classConfirmationNotifierType
-
clone
public RegistrationConfirmationNotifierType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classConfirmationNotifierType
- Returns:
- A deep copy of this object.
-
-