Class ConfirmationNotifierType
- 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
-
- 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
TODOJava 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
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected RegistrationConfirmationMethodTypeconfirmationMethodstatic ItemNameF_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 ConfirmationNotifierType()Creates a newConfirmationNotifierTypeinstance.ConfirmationNotifierType(ConfirmationNotifierType o)Creates a newConfirmationNotifierTypeinstance by deeply copying a givenConfirmationNotifierTypeinstance.
-
Method Summary
-
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
-
confirmationMethod
protected RegistrationConfirmationMethodType confirmationMethod
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CONFIRMATION_METHOD
public static final ItemName F_CONFIRMATION_METHOD
-
-
Constructor Detail
-
ConfirmationNotifierType
public ConfirmationNotifierType()
Creates a newConfirmationNotifierTypeinstance.
-
ConfirmationNotifierType
public ConfirmationNotifierType(ConfirmationNotifierType o)
Creates a newConfirmationNotifierTypeinstance by deeply copying a givenConfirmationNotifierTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getConfirmationMethod
public RegistrationConfirmationMethodType getConfirmationMethod()
Gets the value of the confirmationMethod property.- Returns:
- possible object is
RegistrationConfirmationMethodType
-
setConfirmationMethod
public void setConfirmationMethod(RegistrationConfirmationMethodType value)
Sets the value of the confirmationMethod property.- Parameters:
value- allowed object isRegistrationConfirmationMethodType
-
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:
toStringin classGeneralNotifierType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classGeneralNotifierType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGeneralNotifierType
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classGeneralNotifierType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classGeneralNotifierType
-
confirmationMethod
public ConfirmationNotifierType confirmationMethod(RegistrationConfirmationMethodType value)
-
fromExpression
public ConfirmationNotifierType fromExpression(ExpressionType value)
- Overrides:
fromExpressionin classGeneralNotifierType
-
beginFromExpression
public ExpressionType beginFromExpression()
- Overrides:
beginFromExpressionin classGeneralNotifierType
-
recipientExpression
public ConfirmationNotifierType recipientExpression(ExpressionType value)
- Overrides:
recipientExpressionin classGeneralNotifierType
-
beginRecipientExpression
public ExpressionType beginRecipientExpression()
- Overrides:
beginRecipientExpressionin classGeneralNotifierType
-
ccExpression
public ConfirmationNotifierType ccExpression(ExpressionType value)
- Overrides:
ccExpressionin classGeneralNotifierType
-
beginCcExpression
public ExpressionType beginCcExpression()
- Overrides:
beginCcExpressionin classGeneralNotifierType
-
bccExpression
public ConfirmationNotifierType bccExpression(ExpressionType value)
- Overrides:
bccExpressionin classGeneralNotifierType
-
beginBccExpression
public ExpressionType beginBccExpression()
- Overrides:
beginBccExpressionin classGeneralNotifierType
-
contentTypeExpression
public ConfirmationNotifierType contentTypeExpression(ExpressionType value)
- Overrides:
contentTypeExpressionin classGeneralNotifierType
-
beginContentTypeExpression
public ExpressionType beginContentTypeExpression()
- Overrides:
beginContentTypeExpressionin classGeneralNotifierType
-
subjectExpression
public ConfirmationNotifierType subjectExpression(ExpressionType value)
- Overrides:
subjectExpressionin classGeneralNotifierType
-
beginSubjectExpression
public ExpressionType beginSubjectExpression()
- Overrides:
beginSubjectExpressionin classGeneralNotifierType
-
subjectPrefix
public ConfirmationNotifierType subjectPrefix(String value)
- Overrides:
subjectPrefixin classGeneralNotifierType
-
bodyExpression
public ConfirmationNotifierType bodyExpression(ExpressionType value)
- Overrides:
bodyExpressionin classGeneralNotifierType
-
beginBodyExpression
public ExpressionType beginBodyExpression()
- Overrides:
beginBodyExpressionin classGeneralNotifierType
-
contentType
public ConfirmationNotifierType contentType(String value)
- Overrides:
contentTypein classGeneralNotifierType
-
attachment
public ConfirmationNotifierType attachment(NotificationMessageAttachmentType value)
- Overrides:
attachmentin classGeneralNotifierType
-
beginAttachment
public NotificationMessageAttachmentType beginAttachment()
- Overrides:
beginAttachmentin classGeneralNotifierType
-
attachmentExpression
public ConfirmationNotifierType attachmentExpression(ExpressionType value)
- Overrides:
attachmentExpressionin classGeneralNotifierType
-
beginAttachmentExpression
public ExpressionType beginAttachmentExpression()
- Overrides:
beginAttachmentExpressionin classGeneralNotifierType
-
watchAuxiliaryAttributes
public ConfirmationNotifierType watchAuxiliaryAttributes(Boolean value)
- Overrides:
watchAuxiliaryAttributesin classGeneralNotifierType
-
showModifiedValues
public ConfirmationNotifierType showModifiedValues(Boolean value)
- Overrides:
showModifiedValuesin classGeneralNotifierType
-
showTechnicalInformation
public ConfirmationNotifierType showTechnicalInformation(Boolean value)
- Overrides:
showTechnicalInformationin classGeneralNotifierType
-
transport
public ConfirmationNotifierType transport(String value)
- Overrides:
transportin classGeneralNotifierType
-
name
public ConfirmationNotifierType name(String value)
- Overrides:
namein classGeneralNotifierType
-
description
public ConfirmationNotifierType description(String value)
- Overrides:
descriptionin classGeneralNotifierType
-
documentation
public ConfirmationNotifierType documentation(String value)
- Overrides:
documentationin classGeneralNotifierType
-
category
public ConfirmationNotifierType category(EventCategoryType value)
- Overrides:
categoryin classGeneralNotifierType
-
operation
public ConfirmationNotifierType operation(EventOperationType value)
- Overrides:
operationin classGeneralNotifierType
-
status
public ConfirmationNotifierType status(EventStatusType value)
- Overrides:
statusin classGeneralNotifierType
-
objectKind
public ConfirmationNotifierType objectKind(ShadowKindType value)
- Overrides:
objectKindin classGeneralNotifierType
-
objectIntent
public ConfirmationNotifierType objectIntent(String value)
- Overrides:
objectIntentin classGeneralNotifierType
-
focusType
public ConfirmationNotifierType focusType(QName value)
- Overrides:
focusTypein classGeneralNotifierType
-
expressionFilter
public ConfirmationNotifierType expressionFilter(ExpressionType value)
- Overrides:
expressionFilterin classGeneralNotifierType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilterin classGeneralNotifierType
-
chained
public ConfirmationNotifierType chained(EventHandlerType value)
- Overrides:
chainedin classGeneralNotifierType
-
beginChained
public EventHandlerType beginChained()
- Overrides:
beginChainedin classGeneralNotifierType
-
forked
public ConfirmationNotifierType forked(EventHandlerType value)
- Overrides:
forkedin classGeneralNotifierType
-
beginForked
public EventHandlerType beginForked()
- Overrides:
beginForkedin classGeneralNotifierType
-
simpleUserNotifier
public ConfirmationNotifierType simpleUserNotifier(SimpleUserNotifierType value)
- Overrides:
simpleUserNotifierin classGeneralNotifierType
-
beginSimpleUserNotifier
public SimpleUserNotifierType beginSimpleUserNotifier()
- Overrides:
beginSimpleUserNotifierin classGeneralNotifierType
-
timeValidityNotifier
public ConfirmationNotifierType timeValidityNotifier(TimeValidityNotifierType value)
- Overrides:
timeValidityNotifierin classGeneralNotifierType
-
beginTimeValidityNotifier
public TimeValidityNotifierType beginTimeValidityNotifier()
- Overrides:
beginTimeValidityNotifierin classGeneralNotifierType
-
simpleFocalObjectNotifier
public ConfirmationNotifierType simpleFocalObjectNotifier(SimpleFocalObjectNotifierType value)
- Overrides:
simpleFocalObjectNotifierin classGeneralNotifierType
-
beginSimpleFocalObjectNotifier
public SimpleFocalObjectNotifierType beginSimpleFocalObjectNotifier()
- Overrides:
beginSimpleFocalObjectNotifierin classGeneralNotifierType
-
simpleResourceObjectNotifier
public ConfirmationNotifierType simpleResourceObjectNotifier(SimpleResourceObjectNotifierType value)
- Overrides:
simpleResourceObjectNotifierin classGeneralNotifierType
-
beginSimpleResourceObjectNotifier
public SimpleResourceObjectNotifierType beginSimpleResourceObjectNotifier()
- Overrides:
beginSimpleResourceObjectNotifierin classGeneralNotifierType
-
simpleWorkflowNotifier
public ConfirmationNotifierType simpleWorkflowNotifier(SimpleWorkflowNotifierType value)
- Overrides:
simpleWorkflowNotifierin classGeneralNotifierType
-
beginSimpleWorkflowNotifier
public SimpleWorkflowNotifierType beginSimpleWorkflowNotifier()
- Overrides:
beginSimpleWorkflowNotifierin classGeneralNotifierType
-
simpleCaseManagementNotifier
public ConfirmationNotifierType simpleCaseManagementNotifier(SimpleCaseManagementNotifierType value)
- Overrides:
simpleCaseManagementNotifierin classGeneralNotifierType
-
beginSimpleCaseManagementNotifier
public SimpleCaseManagementNotifierType beginSimpleCaseManagementNotifier()
- Overrides:
beginSimpleCaseManagementNotifierin classGeneralNotifierType
-
userPasswordNotifier
public ConfirmationNotifierType userPasswordNotifier(UserPasswordNotifierType value)
- Overrides:
userPasswordNotifierin classGeneralNotifierType
-
beginUserPasswordNotifier
public UserPasswordNotifierType beginUserPasswordNotifier()
- Overrides:
beginUserPasswordNotifierin classGeneralNotifierType
-
userRegistrationNotifier
public ConfirmationNotifierType userRegistrationNotifier(RegistrationConfirmationNotifierType value)
- Overrides:
userRegistrationNotifierin classGeneralNotifierType
-
beginUserRegistrationNotifier
public RegistrationConfirmationNotifierType beginUserRegistrationNotifier()
- Overrides:
beginUserRegistrationNotifierin classGeneralNotifierType
-
passwordResetNotifier
public ConfirmationNotifierType passwordResetNotifier(PasswordResetNotifierType value)
- Overrides:
passwordResetNotifierin classGeneralNotifierType
-
beginPasswordResetNotifier
public PasswordResetNotifierType beginPasswordResetNotifier()
- Overrides:
beginPasswordResetNotifierin classGeneralNotifierType
-
accountActivationNotifier
public ConfirmationNotifierType accountActivationNotifier(AccountActivationNotifierType value)
- Overrides:
accountActivationNotifierin classGeneralNotifierType
-
beginAccountActivationNotifier
public AccountActivationNotifierType beginAccountActivationNotifier()
- Overrides:
beginAccountActivationNotifierin classGeneralNotifierType
-
accountPasswordNotifier
public ConfirmationNotifierType accountPasswordNotifier(AccountPasswordNotifierType value)
- Overrides:
accountPasswordNotifierin classGeneralNotifierType
-
beginAccountPasswordNotifier
public AccountPasswordNotifierType beginAccountPasswordNotifier()
- Overrides:
beginAccountPasswordNotifierin classGeneralNotifierType
-
simpleCampaignNotifier
public ConfirmationNotifierType simpleCampaignNotifier(SimpleCampaignNotifierType value)
- Overrides:
simpleCampaignNotifierin classGeneralNotifierType
-
beginSimpleCampaignNotifier
public SimpleCampaignNotifierType beginSimpleCampaignNotifier()
- Overrides:
beginSimpleCampaignNotifierin classGeneralNotifierType
-
simpleCampaignStageNotifier
public ConfirmationNotifierType simpleCampaignStageNotifier(SimpleCampaignStageNotifierType value)
- Overrides:
simpleCampaignStageNotifierin classGeneralNotifierType
-
beginSimpleCampaignStageNotifier
public SimpleCampaignStageNotifierType beginSimpleCampaignStageNotifier()
- Overrides:
beginSimpleCampaignStageNotifierin classGeneralNotifierType
-
simpleReviewerNotifier
public ConfirmationNotifierType simpleReviewerNotifier(SimpleReviewerNotifierType value)
- Overrides:
simpleReviewerNotifierin classGeneralNotifierType
-
beginSimpleReviewerNotifier
public SimpleReviewerNotifierType beginSimpleReviewerNotifier()
- Overrides:
beginSimpleReviewerNotifierin classGeneralNotifierType
-
simpleTaskNotifier
public ConfirmationNotifierType simpleTaskNotifier(SimpleTaskNotifierType value)
- Overrides:
simpleTaskNotifierin classGeneralNotifierType
-
beginSimpleTaskNotifier
public SimpleTaskNotifierType beginSimpleTaskNotifier()
- Overrides:
beginSimpleTaskNotifierin classGeneralNotifierType
-
simpleReportNotifier
public ConfirmationNotifierType simpleReportNotifier(SimpleReportNotifierType value)
- Overrides:
simpleReportNotifierin classGeneralNotifierType
-
beginSimpleReportNotifier
public SimpleReportNotifierType beginSimpleReportNotifier()
- Overrides:
beginSimpleReportNotifierin classGeneralNotifierType
-
simplePolicyRuleNotifier
public ConfirmationNotifierType simplePolicyRuleNotifier(SimplePolicyRuleNotifierType value)
- Overrides:
simplePolicyRuleNotifierin classGeneralNotifierType
-
beginSimplePolicyRuleNotifier
public SimplePolicyRuleNotifierType beginSimplePolicyRuleNotifier()
- Overrides:
beginSimplePolicyRuleNotifierin classGeneralNotifierType
-
generalNotifier
public ConfirmationNotifierType generalNotifier(GeneralNotifierType value)
- Overrides:
generalNotifierin classGeneralNotifierType
-
beginGeneralNotifier
public GeneralNotifierType beginGeneralNotifier()
- Overrides:
beginGeneralNotifierin classGeneralNotifierType
-
customNotifier
public ConfirmationNotifierType customNotifier(CustomNotifierType value)
- Overrides:
customNotifierin classGeneralNotifierType
-
beginCustomNotifier
public CustomNotifierType beginCustomNotifier()
- Overrides:
beginCustomNotifierin classGeneralNotifierType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classGeneralNotifierType
-
clone
public ConfirmationNotifierType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classGeneralNotifierType- Returns:
- A deep copy of this object.
-
-