Class GeneralNotifierType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
- Direct Known Subclasses:
AccountPasswordNotifierType
,ConfirmationNotifierType
,DummyNotifierType
,SimpleCampaignNotifierType
,SimpleCampaignStageNotifierType
,SimpleCaseManagementNotifierType
,SimpleFocalObjectNotifierType
,SimplePolicyRuleNotifierType
,SimpleReportNotifierType
,SimpleResourceObjectNotifierType
,SimpleReviewerNotifierType
,SimpleTaskNotifierType
,SimpleWorkflowNotifierType
,UserPasswordNotifierType
public class GeneralNotifierType extends EventHandlerType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for GeneralNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EventHandlerType"> <sequence> <element name="fromExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> <element name="recipientExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/> <element name="ccExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/> <element name="bccExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/> <element name="contentTypeExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> <element name="subjectExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> <element name="subjectPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bodyExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="attachment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NotificationMessageAttachmentType" maxOccurs="unbounded" minOccurs="0"/> <element name="attachmentExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> <element name="watchAuxiliaryAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="showModifiedValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="showTechnicalInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="transport" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
-
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 GeneralNotifierType()
Creates a newGeneralNotifierType
instance.GeneralNotifierType(GeneralNotifierType o)
Creates a newGeneralNotifierType
instance by deeply copying a givenGeneralNotifierType
instance.
-
Method Summary
-
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
-
fromExpression
protected ExpressionType fromExpression
-
recipientExpression
protected List<ExpressionType> recipientExpression
-
ccExpression
protected List<ExpressionType> ccExpression
-
bccExpression
protected List<ExpressionType> bccExpression
-
contentTypeExpression
protected ExpressionType contentTypeExpression
-
subjectExpression
protected ExpressionType subjectExpression
-
subjectPrefix
protected String subjectPrefix
-
bodyExpression
protected ExpressionType bodyExpression
-
contentType
protected String contentType
-
attachment
protected List<NotificationMessageAttachmentType> attachment
-
attachmentExpression
protected ExpressionType attachmentExpression
-
watchAuxiliaryAttributes
protected Boolean watchAuxiliaryAttributes
-
showModifiedValues
protected Boolean showModifiedValues
-
showTechnicalInformation
protected Boolean showTechnicalInformation
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FROM_EXPRESSION
public static final ItemName F_FROM_EXPRESSION
-
F_RECIPIENT_EXPRESSION
public static final ItemName F_RECIPIENT_EXPRESSION
-
F_CC_EXPRESSION
public static final ItemName F_CC_EXPRESSION
-
F_BCC_EXPRESSION
public static final ItemName F_BCC_EXPRESSION
-
F_CONTENT_TYPE_EXPRESSION
public static final ItemName F_CONTENT_TYPE_EXPRESSION
-
F_SUBJECT_EXPRESSION
public static final ItemName F_SUBJECT_EXPRESSION
-
F_SUBJECT_PREFIX
public static final ItemName F_SUBJECT_PREFIX
-
F_BODY_EXPRESSION
public static final ItemName F_BODY_EXPRESSION
-
F_CONTENT_TYPE
public static final ItemName F_CONTENT_TYPE
-
F_ATTACHMENT
public static final ItemName F_ATTACHMENT
-
F_ATTACHMENT_EXPRESSION
public static final ItemName F_ATTACHMENT_EXPRESSION
-
F_WATCH_AUXILIARY_ATTRIBUTES
public static final ItemName F_WATCH_AUXILIARY_ATTRIBUTES
-
F_SHOW_MODIFIED_VALUES
public static final ItemName F_SHOW_MODIFIED_VALUES
-
F_SHOW_TECHNICAL_INFORMATION
public static final ItemName F_SHOW_TECHNICAL_INFORMATION
-
F_TRANSPORT
public static final ItemName F_TRANSPORT
-
-
Constructor Detail
-
GeneralNotifierType
public GeneralNotifierType()
Creates a newGeneralNotifierType
instance.
-
GeneralNotifierType
public GeneralNotifierType(GeneralNotifierType o)
Creates a newGeneralNotifierType
instance by deeply copying a givenGeneralNotifierType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getFromExpression
public ExpressionType getFromExpression()
Gets the value of the fromExpression property.- Returns:
- possible object is
ExpressionType
-
setFromExpression
public void setFromExpression(ExpressionType value)
Sets the value of the fromExpression property.- Parameters:
value
- allowed object isExpressionType
-
getRecipientExpression
public List<ExpressionType> getRecipientExpression()
Gets the value of the recipientExpression property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the recipientExpression property.For example, to add a new item, do as follows:
getRecipientExpression().add(newItem);
Objects of the following type(s) are allowed in the list
ExpressionType
-
getCcExpression
public List<ExpressionType> getCcExpression()
Gets the value of the ccExpression property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the ccExpression property.For example, to add a new item, do as follows:
getCcExpression().add(newItem);
Objects of the following type(s) are allowed in the list
ExpressionType
-
getBccExpression
public List<ExpressionType> getBccExpression()
Gets the value of the bccExpression property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the bccExpression property.For example, to add a new item, do as follows:
getBccExpression().add(newItem);
Objects of the following type(s) are allowed in the list
ExpressionType
-
getContentTypeExpression
public ExpressionType getContentTypeExpression()
Gets the value of the contentTypeExpression property.- Returns:
- possible object is
ExpressionType
-
setContentTypeExpression
public void setContentTypeExpression(ExpressionType value)
Sets the value of the contentTypeExpression property.- Parameters:
value
- allowed object isExpressionType
-
getSubjectExpression
public ExpressionType getSubjectExpression()
Gets the value of the subjectExpression property.- Returns:
- possible object is
ExpressionType
-
setSubjectExpression
public void setSubjectExpression(ExpressionType value)
Sets the value of the subjectExpression property.- Parameters:
value
- allowed object isExpressionType
-
getSubjectPrefix
public String getSubjectPrefix()
Gets the value of the subjectPrefix property.- Returns:
- possible object is
String
-
setSubjectPrefix
public void setSubjectPrefix(String value)
Sets the value of the subjectPrefix property.- Parameters:
value
- allowed object isString
-
getBodyExpression
public ExpressionType getBodyExpression()
Gets the value of the bodyExpression property.- Returns:
- possible object is
ExpressionType
-
setBodyExpression
public void setBodyExpression(ExpressionType value)
Sets the value of the bodyExpression property.- Parameters:
value
- allowed object isExpressionType
-
getContentType
public String getContentType()
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
public void setContentType(String value)
Sets the value of the contentType property.- Parameters:
value
- allowed object isString
-
getAttachment
public List<NotificationMessageAttachmentType> getAttachment()
Gets the value of the attachment property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the attachment property.For example, to add a new item, do as follows:
getAttachment().add(newItem);
Objects of the following type(s) are allowed in the list
NotificationMessageAttachmentType
-
getAttachmentExpression
public ExpressionType getAttachmentExpression()
Gets the value of the attachmentExpression property.- Returns:
- possible object is
ExpressionType
-
setAttachmentExpression
public void setAttachmentExpression(ExpressionType value)
Sets the value of the attachmentExpression property.- Parameters:
value
- allowed object isExpressionType
-
isWatchAuxiliaryAttributes
public Boolean isWatchAuxiliaryAttributes()
Gets the value of the watchAuxiliaryAttributes property.- Returns:
- possible object is
Boolean
-
setWatchAuxiliaryAttributes
public void setWatchAuxiliaryAttributes(Boolean value)
Sets the value of the watchAuxiliaryAttributes property.- Parameters:
value
- allowed object isBoolean
-
isShowModifiedValues
public Boolean isShowModifiedValues()
Gets the value of the showModifiedValues property.- Returns:
- possible object is
Boolean
-
setShowModifiedValues
public void setShowModifiedValues(Boolean value)
Sets the value of the showModifiedValues property.- Parameters:
value
- allowed object isBoolean
-
isShowTechnicalInformation
public Boolean isShowTechnicalInformation()
Gets the value of the showTechnicalInformation property.- Returns:
- possible object is
Boolean
-
setShowTechnicalInformation
public void setShowTechnicalInformation(Boolean value)
Sets the value of the showTechnicalInformation property.- Parameters:
value
- allowed object isBoolean
-
getTransport
public List<String> getTransport()
Gets the value of the transport property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the transport property.For example, to add a new item, do as follows:
getTransport().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
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 classEventHandlerType
-
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 classEventHandlerType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classEventHandlerType
-
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 classEventHandlerType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classEventHandlerType
-
fromExpression
public GeneralNotifierType fromExpression(ExpressionType value)
-
beginFromExpression
public ExpressionType beginFromExpression()
-
recipientExpression
public GeneralNotifierType recipientExpression(ExpressionType value)
-
beginRecipientExpression
public ExpressionType beginRecipientExpression()
-
ccExpression
public GeneralNotifierType ccExpression(ExpressionType value)
-
beginCcExpression
public ExpressionType beginCcExpression()
-
bccExpression
public GeneralNotifierType bccExpression(ExpressionType value)
-
beginBccExpression
public ExpressionType beginBccExpression()
-
contentTypeExpression
public GeneralNotifierType contentTypeExpression(ExpressionType value)
-
beginContentTypeExpression
public ExpressionType beginContentTypeExpression()
-
subjectExpression
public GeneralNotifierType subjectExpression(ExpressionType value)
-
beginSubjectExpression
public ExpressionType beginSubjectExpression()
-
subjectPrefix
public GeneralNotifierType subjectPrefix(String value)
-
bodyExpression
public GeneralNotifierType bodyExpression(ExpressionType value)
-
beginBodyExpression
public ExpressionType beginBodyExpression()
-
contentType
public GeneralNotifierType contentType(String value)
-
attachment
public GeneralNotifierType attachment(NotificationMessageAttachmentType value)
-
beginAttachment
public NotificationMessageAttachmentType beginAttachment()
-
attachmentExpression
public GeneralNotifierType attachmentExpression(ExpressionType value)
-
beginAttachmentExpression
public ExpressionType beginAttachmentExpression()
-
watchAuxiliaryAttributes
public GeneralNotifierType watchAuxiliaryAttributes(Boolean value)
-
showModifiedValues
public GeneralNotifierType showModifiedValues(Boolean value)
-
showTechnicalInformation
public GeneralNotifierType showTechnicalInformation(Boolean value)
-
transport
public GeneralNotifierType transport(String value)
-
name
public GeneralNotifierType name(String value)
- Overrides:
name
in classEventHandlerType
-
description
public GeneralNotifierType description(String value)
- Overrides:
description
in classEventHandlerType
-
documentation
public GeneralNotifierType documentation(String value)
- Overrides:
documentation
in classEventHandlerType
-
category
public GeneralNotifierType category(EventCategoryType value)
- Overrides:
category
in classEventHandlerType
-
operation
public GeneralNotifierType operation(EventOperationType value)
- Overrides:
operation
in classEventHandlerType
-
status
public GeneralNotifierType status(EventStatusType value)
- Overrides:
status
in classEventHandlerType
-
objectKind
public GeneralNotifierType objectKind(ShadowKindType value)
- Overrides:
objectKind
in classEventHandlerType
-
objectIntent
public GeneralNotifierType objectIntent(String value)
- Overrides:
objectIntent
in classEventHandlerType
-
focusType
public GeneralNotifierType focusType(QName value)
- Overrides:
focusType
in classEventHandlerType
-
expressionFilter
public GeneralNotifierType expressionFilter(ExpressionType value)
- Overrides:
expressionFilter
in classEventHandlerType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilter
in classEventHandlerType
-
chained
public GeneralNotifierType chained(EventHandlerType value)
- Overrides:
chained
in classEventHandlerType
-
beginChained
public EventHandlerType beginChained()
- Overrides:
beginChained
in classEventHandlerType
-
forked
public GeneralNotifierType forked(EventHandlerType value)
- Overrides:
forked
in classEventHandlerType
-
beginForked
public EventHandlerType beginForked()
- Overrides:
beginForked
in classEventHandlerType
-
simpleUserNotifier
public GeneralNotifierType simpleUserNotifier(SimpleUserNotifierType value)
- Overrides:
simpleUserNotifier
in classEventHandlerType
-
beginSimpleUserNotifier
public SimpleUserNotifierType beginSimpleUserNotifier()
- Overrides:
beginSimpleUserNotifier
in classEventHandlerType
-
timeValidityNotifier
public GeneralNotifierType timeValidityNotifier(TimeValidityNotifierType value)
- Overrides:
timeValidityNotifier
in classEventHandlerType
-
beginTimeValidityNotifier
public TimeValidityNotifierType beginTimeValidityNotifier()
- Overrides:
beginTimeValidityNotifier
in classEventHandlerType
-
simpleFocalObjectNotifier
public GeneralNotifierType simpleFocalObjectNotifier(SimpleFocalObjectNotifierType value)
- Overrides:
simpleFocalObjectNotifier
in classEventHandlerType
-
beginSimpleFocalObjectNotifier
public SimpleFocalObjectNotifierType beginSimpleFocalObjectNotifier()
- Overrides:
beginSimpleFocalObjectNotifier
in classEventHandlerType
-
simpleResourceObjectNotifier
public GeneralNotifierType simpleResourceObjectNotifier(SimpleResourceObjectNotifierType value)
- Overrides:
simpleResourceObjectNotifier
in classEventHandlerType
-
beginSimpleResourceObjectNotifier
public SimpleResourceObjectNotifierType beginSimpleResourceObjectNotifier()
- Overrides:
beginSimpleResourceObjectNotifier
in classEventHandlerType
-
simpleWorkflowNotifier
public GeneralNotifierType simpleWorkflowNotifier(SimpleWorkflowNotifierType value)
- Overrides:
simpleWorkflowNotifier
in classEventHandlerType
-
beginSimpleWorkflowNotifier
public SimpleWorkflowNotifierType beginSimpleWorkflowNotifier()
- Overrides:
beginSimpleWorkflowNotifier
in classEventHandlerType
-
simpleCaseManagementNotifier
public GeneralNotifierType simpleCaseManagementNotifier(SimpleCaseManagementNotifierType value)
- Overrides:
simpleCaseManagementNotifier
in classEventHandlerType
-
beginSimpleCaseManagementNotifier
public SimpleCaseManagementNotifierType beginSimpleCaseManagementNotifier()
- Overrides:
beginSimpleCaseManagementNotifier
in classEventHandlerType
-
userPasswordNotifier
public GeneralNotifierType userPasswordNotifier(UserPasswordNotifierType value)
- Overrides:
userPasswordNotifier
in classEventHandlerType
-
beginUserPasswordNotifier
public UserPasswordNotifierType beginUserPasswordNotifier()
- Overrides:
beginUserPasswordNotifier
in classEventHandlerType
-
userRegistrationNotifier
public GeneralNotifierType userRegistrationNotifier(RegistrationConfirmationNotifierType value)
- Overrides:
userRegistrationNotifier
in classEventHandlerType
-
beginUserRegistrationNotifier
public RegistrationConfirmationNotifierType beginUserRegistrationNotifier()
- Overrides:
beginUserRegistrationNotifier
in classEventHandlerType
-
passwordResetNotifier
public GeneralNotifierType passwordResetNotifier(PasswordResetNotifierType value)
- Overrides:
passwordResetNotifier
in classEventHandlerType
-
beginPasswordResetNotifier
public PasswordResetNotifierType beginPasswordResetNotifier()
- Overrides:
beginPasswordResetNotifier
in classEventHandlerType
-
accountActivationNotifier
public GeneralNotifierType accountActivationNotifier(AccountActivationNotifierType value)
- Overrides:
accountActivationNotifier
in classEventHandlerType
-
beginAccountActivationNotifier
public AccountActivationNotifierType beginAccountActivationNotifier()
- Overrides:
beginAccountActivationNotifier
in classEventHandlerType
-
accountPasswordNotifier
public GeneralNotifierType accountPasswordNotifier(AccountPasswordNotifierType value)
- Overrides:
accountPasswordNotifier
in classEventHandlerType
-
beginAccountPasswordNotifier
public AccountPasswordNotifierType beginAccountPasswordNotifier()
- Overrides:
beginAccountPasswordNotifier
in classEventHandlerType
-
simpleCampaignNotifier
public GeneralNotifierType simpleCampaignNotifier(SimpleCampaignNotifierType value)
- Overrides:
simpleCampaignNotifier
in classEventHandlerType
-
beginSimpleCampaignNotifier
public SimpleCampaignNotifierType beginSimpleCampaignNotifier()
- Overrides:
beginSimpleCampaignNotifier
in classEventHandlerType
-
simpleCampaignStageNotifier
public GeneralNotifierType simpleCampaignStageNotifier(SimpleCampaignStageNotifierType value)
- Overrides:
simpleCampaignStageNotifier
in classEventHandlerType
-
beginSimpleCampaignStageNotifier
public SimpleCampaignStageNotifierType beginSimpleCampaignStageNotifier()
- Overrides:
beginSimpleCampaignStageNotifier
in classEventHandlerType
-
simpleReviewerNotifier
public GeneralNotifierType simpleReviewerNotifier(SimpleReviewerNotifierType value)
- Overrides:
simpleReviewerNotifier
in classEventHandlerType
-
beginSimpleReviewerNotifier
public SimpleReviewerNotifierType beginSimpleReviewerNotifier()
- Overrides:
beginSimpleReviewerNotifier
in classEventHandlerType
-
simpleTaskNotifier
public GeneralNotifierType simpleTaskNotifier(SimpleTaskNotifierType value)
- Overrides:
simpleTaskNotifier
in classEventHandlerType
-
beginSimpleTaskNotifier
public SimpleTaskNotifierType beginSimpleTaskNotifier()
- Overrides:
beginSimpleTaskNotifier
in classEventHandlerType
-
simpleReportNotifier
public GeneralNotifierType simpleReportNotifier(SimpleReportNotifierType value)
- Overrides:
simpleReportNotifier
in classEventHandlerType
-
beginSimpleReportNotifier
public SimpleReportNotifierType beginSimpleReportNotifier()
- Overrides:
beginSimpleReportNotifier
in classEventHandlerType
-
simplePolicyRuleNotifier
public GeneralNotifierType simplePolicyRuleNotifier(SimplePolicyRuleNotifierType value)
- Overrides:
simplePolicyRuleNotifier
in classEventHandlerType
-
beginSimplePolicyRuleNotifier
public SimplePolicyRuleNotifierType beginSimplePolicyRuleNotifier()
- Overrides:
beginSimplePolicyRuleNotifier
in classEventHandlerType
-
generalNotifier
public GeneralNotifierType generalNotifier(GeneralNotifierType value)
- Overrides:
generalNotifier
in classEventHandlerType
-
beginGeneralNotifier
public GeneralNotifierType beginGeneralNotifier()
- Overrides:
beginGeneralNotifier
in classEventHandlerType
-
customNotifier
public GeneralNotifierType customNotifier(CustomNotifierType value)
- Overrides:
customNotifier
in classEventHandlerType
-
beginCustomNotifier
public CustomNotifierType beginCustomNotifier()
- Overrides:
beginCustomNotifier
in classEventHandlerType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classEventHandlerType
-
clone
public GeneralNotifierType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classEventHandlerType
- Returns:
- A deep copy of this object.
-
-