Class SimpleUserNotifierType
- 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.SimpleFocalObjectNotifierType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SimpleUserNotifierType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class SimpleUserNotifierType extends SimpleFocalObjectNotifierType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for SimpleUserNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleUserNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SimpleFocalObjectNotifierType"> </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.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 SimpleUserNotifierType()
Creates a newSimpleUserNotifierType
instance.SimpleUserNotifierType(SimpleUserNotifierType o)
Creates a newSimpleUserNotifierType
instance by deeply copying a givenSimpleUserNotifierType
instance.
-
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
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
SimpleUserNotifierType
public SimpleUserNotifierType()
Creates a newSimpleUserNotifierType
instance.
-
SimpleUserNotifierType
public SimpleUserNotifierType(SimpleUserNotifierType o)
Creates a newSimpleUserNotifierType
instance by deeply copying a givenSimpleUserNotifierType
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 classSimpleFocalObjectNotifierType
-
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 classSimpleFocalObjectNotifierType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSimpleFocalObjectNotifierType
-
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 classSimpleFocalObjectNotifierType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classSimpleFocalObjectNotifierType
-
fromExpression
public SimpleUserNotifierType fromExpression(ExpressionType value)
- Overrides:
fromExpression
in classSimpleFocalObjectNotifierType
-
beginFromExpression
public ExpressionType beginFromExpression()
- Overrides:
beginFromExpression
in classSimpleFocalObjectNotifierType
-
recipientExpression
public SimpleUserNotifierType recipientExpression(ExpressionType value)
- Overrides:
recipientExpression
in classSimpleFocalObjectNotifierType
-
beginRecipientExpression
public ExpressionType beginRecipientExpression()
- Overrides:
beginRecipientExpression
in classSimpleFocalObjectNotifierType
-
ccExpression
public SimpleUserNotifierType ccExpression(ExpressionType value)
- Overrides:
ccExpression
in classSimpleFocalObjectNotifierType
-
beginCcExpression
public ExpressionType beginCcExpression()
- Overrides:
beginCcExpression
in classSimpleFocalObjectNotifierType
-
bccExpression
public SimpleUserNotifierType bccExpression(ExpressionType value)
- Overrides:
bccExpression
in classSimpleFocalObjectNotifierType
-
beginBccExpression
public ExpressionType beginBccExpression()
- Overrides:
beginBccExpression
in classSimpleFocalObjectNotifierType
-
contentTypeExpression
public SimpleUserNotifierType contentTypeExpression(ExpressionType value)
- Overrides:
contentTypeExpression
in classSimpleFocalObjectNotifierType
-
beginContentTypeExpression
public ExpressionType beginContentTypeExpression()
- Overrides:
beginContentTypeExpression
in classSimpleFocalObjectNotifierType
-
subjectExpression
public SimpleUserNotifierType subjectExpression(ExpressionType value)
- Overrides:
subjectExpression
in classSimpleFocalObjectNotifierType
-
beginSubjectExpression
public ExpressionType beginSubjectExpression()
- Overrides:
beginSubjectExpression
in classSimpleFocalObjectNotifierType
-
subjectPrefix
public SimpleUserNotifierType subjectPrefix(String value)
- Overrides:
subjectPrefix
in classSimpleFocalObjectNotifierType
-
bodyExpression
public SimpleUserNotifierType bodyExpression(ExpressionType value)
- Overrides:
bodyExpression
in classSimpleFocalObjectNotifierType
-
beginBodyExpression
public ExpressionType beginBodyExpression()
- Overrides:
beginBodyExpression
in classSimpleFocalObjectNotifierType
-
contentType
public SimpleUserNotifierType contentType(String value)
- Overrides:
contentType
in classSimpleFocalObjectNotifierType
-
attachment
public SimpleUserNotifierType attachment(NotificationMessageAttachmentType value)
- Overrides:
attachment
in classSimpleFocalObjectNotifierType
-
beginAttachment
public NotificationMessageAttachmentType beginAttachment()
- Overrides:
beginAttachment
in classSimpleFocalObjectNotifierType
-
attachmentExpression
public SimpleUserNotifierType attachmentExpression(ExpressionType value)
- Overrides:
attachmentExpression
in classSimpleFocalObjectNotifierType
-
beginAttachmentExpression
public ExpressionType beginAttachmentExpression()
- Overrides:
beginAttachmentExpression
in classSimpleFocalObjectNotifierType
-
watchAuxiliaryAttributes
public SimpleUserNotifierType watchAuxiliaryAttributes(Boolean value)
- Overrides:
watchAuxiliaryAttributes
in classSimpleFocalObjectNotifierType
-
showModifiedValues
public SimpleUserNotifierType showModifiedValues(Boolean value)
- Overrides:
showModifiedValues
in classSimpleFocalObjectNotifierType
-
showTechnicalInformation
public SimpleUserNotifierType showTechnicalInformation(Boolean value)
- Overrides:
showTechnicalInformation
in classSimpleFocalObjectNotifierType
-
transport
public SimpleUserNotifierType transport(String value)
- Overrides:
transport
in classSimpleFocalObjectNotifierType
-
name
public SimpleUserNotifierType name(String value)
- Overrides:
name
in classSimpleFocalObjectNotifierType
-
description
public SimpleUserNotifierType description(String value)
- Overrides:
description
in classSimpleFocalObjectNotifierType
-
documentation
public SimpleUserNotifierType documentation(String value)
- Overrides:
documentation
in classSimpleFocalObjectNotifierType
-
category
public SimpleUserNotifierType category(EventCategoryType value)
- Overrides:
category
in classSimpleFocalObjectNotifierType
-
operation
public SimpleUserNotifierType operation(EventOperationType value)
- Overrides:
operation
in classSimpleFocalObjectNotifierType
-
status
public SimpleUserNotifierType status(EventStatusType value)
- Overrides:
status
in classSimpleFocalObjectNotifierType
-
objectKind
public SimpleUserNotifierType objectKind(ShadowKindType value)
- Overrides:
objectKind
in classSimpleFocalObjectNotifierType
-
objectIntent
public SimpleUserNotifierType objectIntent(String value)
- Overrides:
objectIntent
in classSimpleFocalObjectNotifierType
-
focusType
public SimpleUserNotifierType focusType(QName value)
- Overrides:
focusType
in classSimpleFocalObjectNotifierType
-
expressionFilter
public SimpleUserNotifierType expressionFilter(ExpressionType value)
- Overrides:
expressionFilter
in classSimpleFocalObjectNotifierType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilter
in classSimpleFocalObjectNotifierType
-
chained
public SimpleUserNotifierType chained(EventHandlerType value)
- Overrides:
chained
in classSimpleFocalObjectNotifierType
-
beginChained
public EventHandlerType beginChained()
- Overrides:
beginChained
in classSimpleFocalObjectNotifierType
-
forked
public SimpleUserNotifierType forked(EventHandlerType value)
- Overrides:
forked
in classSimpleFocalObjectNotifierType
-
beginForked
public EventHandlerType beginForked()
- Overrides:
beginForked
in classSimpleFocalObjectNotifierType
-
simpleUserNotifier
public SimpleUserNotifierType simpleUserNotifier(SimpleUserNotifierType value)
- Overrides:
simpleUserNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleUserNotifier
public SimpleUserNotifierType beginSimpleUserNotifier()
- Overrides:
beginSimpleUserNotifier
in classSimpleFocalObjectNotifierType
-
timeValidityNotifier
public SimpleUserNotifierType timeValidityNotifier(TimeValidityNotifierType value)
- Overrides:
timeValidityNotifier
in classSimpleFocalObjectNotifierType
-
beginTimeValidityNotifier
public TimeValidityNotifierType beginTimeValidityNotifier()
- Overrides:
beginTimeValidityNotifier
in classSimpleFocalObjectNotifierType
-
simpleFocalObjectNotifier
public SimpleUserNotifierType simpleFocalObjectNotifier(SimpleFocalObjectNotifierType value)
- Overrides:
simpleFocalObjectNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleFocalObjectNotifier
public SimpleFocalObjectNotifierType beginSimpleFocalObjectNotifier()
- Overrides:
beginSimpleFocalObjectNotifier
in classSimpleFocalObjectNotifierType
-
simpleResourceObjectNotifier
public SimpleUserNotifierType simpleResourceObjectNotifier(SimpleResourceObjectNotifierType value)
- Overrides:
simpleResourceObjectNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleResourceObjectNotifier
public SimpleResourceObjectNotifierType beginSimpleResourceObjectNotifier()
- Overrides:
beginSimpleResourceObjectNotifier
in classSimpleFocalObjectNotifierType
-
simpleWorkflowNotifier
public SimpleUserNotifierType simpleWorkflowNotifier(SimpleWorkflowNotifierType value)
- Overrides:
simpleWorkflowNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleWorkflowNotifier
public SimpleWorkflowNotifierType beginSimpleWorkflowNotifier()
- Overrides:
beginSimpleWorkflowNotifier
in classSimpleFocalObjectNotifierType
-
simpleCaseManagementNotifier
public SimpleUserNotifierType simpleCaseManagementNotifier(SimpleCaseManagementNotifierType value)
- Overrides:
simpleCaseManagementNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleCaseManagementNotifier
public SimpleCaseManagementNotifierType beginSimpleCaseManagementNotifier()
- Overrides:
beginSimpleCaseManagementNotifier
in classSimpleFocalObjectNotifierType
-
userPasswordNotifier
public SimpleUserNotifierType userPasswordNotifier(UserPasswordNotifierType value)
- Overrides:
userPasswordNotifier
in classSimpleFocalObjectNotifierType
-
beginUserPasswordNotifier
public UserPasswordNotifierType beginUserPasswordNotifier()
- Overrides:
beginUserPasswordNotifier
in classSimpleFocalObjectNotifierType
-
userRegistrationNotifier
public SimpleUserNotifierType userRegistrationNotifier(RegistrationConfirmationNotifierType value)
- Overrides:
userRegistrationNotifier
in classSimpleFocalObjectNotifierType
-
beginUserRegistrationNotifier
public RegistrationConfirmationNotifierType beginUserRegistrationNotifier()
- Overrides:
beginUserRegistrationNotifier
in classSimpleFocalObjectNotifierType
-
passwordResetNotifier
public SimpleUserNotifierType passwordResetNotifier(PasswordResetNotifierType value)
- Overrides:
passwordResetNotifier
in classSimpleFocalObjectNotifierType
-
beginPasswordResetNotifier
public PasswordResetNotifierType beginPasswordResetNotifier()
- Overrides:
beginPasswordResetNotifier
in classSimpleFocalObjectNotifierType
-
accountActivationNotifier
public SimpleUserNotifierType accountActivationNotifier(AccountActivationNotifierType value)
- Overrides:
accountActivationNotifier
in classSimpleFocalObjectNotifierType
-
beginAccountActivationNotifier
public AccountActivationNotifierType beginAccountActivationNotifier()
- Overrides:
beginAccountActivationNotifier
in classSimpleFocalObjectNotifierType
-
accountPasswordNotifier
public SimpleUserNotifierType accountPasswordNotifier(AccountPasswordNotifierType value)
- Overrides:
accountPasswordNotifier
in classSimpleFocalObjectNotifierType
-
beginAccountPasswordNotifier
public AccountPasswordNotifierType beginAccountPasswordNotifier()
- Overrides:
beginAccountPasswordNotifier
in classSimpleFocalObjectNotifierType
-
simpleCampaignNotifier
public SimpleUserNotifierType simpleCampaignNotifier(SimpleCampaignNotifierType value)
- Overrides:
simpleCampaignNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleCampaignNotifier
public SimpleCampaignNotifierType beginSimpleCampaignNotifier()
- Overrides:
beginSimpleCampaignNotifier
in classSimpleFocalObjectNotifierType
-
simpleCampaignStageNotifier
public SimpleUserNotifierType simpleCampaignStageNotifier(SimpleCampaignStageNotifierType value)
- Overrides:
simpleCampaignStageNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleCampaignStageNotifier
public SimpleCampaignStageNotifierType beginSimpleCampaignStageNotifier()
- Overrides:
beginSimpleCampaignStageNotifier
in classSimpleFocalObjectNotifierType
-
simpleReviewerNotifier
public SimpleUserNotifierType simpleReviewerNotifier(SimpleReviewerNotifierType value)
- Overrides:
simpleReviewerNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleReviewerNotifier
public SimpleReviewerNotifierType beginSimpleReviewerNotifier()
- Overrides:
beginSimpleReviewerNotifier
in classSimpleFocalObjectNotifierType
-
simpleTaskNotifier
public SimpleUserNotifierType simpleTaskNotifier(SimpleTaskNotifierType value)
- Overrides:
simpleTaskNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleTaskNotifier
public SimpleTaskNotifierType beginSimpleTaskNotifier()
- Overrides:
beginSimpleTaskNotifier
in classSimpleFocalObjectNotifierType
-
simpleReportNotifier
public SimpleUserNotifierType simpleReportNotifier(SimpleReportNotifierType value)
- Overrides:
simpleReportNotifier
in classSimpleFocalObjectNotifierType
-
beginSimpleReportNotifier
public SimpleReportNotifierType beginSimpleReportNotifier()
- Overrides:
beginSimpleReportNotifier
in classSimpleFocalObjectNotifierType
-
simplePolicyRuleNotifier
public SimpleUserNotifierType simplePolicyRuleNotifier(SimplePolicyRuleNotifierType value)
- Overrides:
simplePolicyRuleNotifier
in classSimpleFocalObjectNotifierType
-
beginSimplePolicyRuleNotifier
public SimplePolicyRuleNotifierType beginSimplePolicyRuleNotifier()
- Overrides:
beginSimplePolicyRuleNotifier
in classSimpleFocalObjectNotifierType
-
generalNotifier
public SimpleUserNotifierType generalNotifier(GeneralNotifierType value)
- Overrides:
generalNotifier
in classSimpleFocalObjectNotifierType
-
beginGeneralNotifier
public GeneralNotifierType beginGeneralNotifier()
- Overrides:
beginGeneralNotifier
in classSimpleFocalObjectNotifierType
-
customNotifier
public SimpleUserNotifierType customNotifier(CustomNotifierType value)
- Overrides:
customNotifier
in classSimpleFocalObjectNotifierType
-
beginCustomNotifier
public CustomNotifierType beginCustomNotifier()
- Overrides:
beginCustomNotifier
in classSimpleFocalObjectNotifierType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classSimpleFocalObjectNotifierType
-
clone
public SimpleUserNotifierType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classSimpleFocalObjectNotifierType
- Returns:
- A deep copy of this object.
-
-