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 newGeneralNotifierTypeinstance.GeneralNotifierType(GeneralNotifierType o)Creates a newGeneralNotifierTypeinstance by deeply copying a givenGeneralNotifierTypeinstance.
-
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 newGeneralNotifierTypeinstance.
-
GeneralNotifierType
public GeneralNotifierType(GeneralNotifierType o)
Creates a newGeneralNotifierTypeinstance by deeply copying a givenGeneralNotifierTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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:
toStringin classEventHandlerType
-
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 classEventHandlerType
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classEventHandlerType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin 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:
namein classEventHandlerType
-
description
public GeneralNotifierType description(String value)
- Overrides:
descriptionin classEventHandlerType
-
documentation
public GeneralNotifierType documentation(String value)
- Overrides:
documentationin classEventHandlerType
-
category
public GeneralNotifierType category(EventCategoryType value)
- Overrides:
categoryin classEventHandlerType
-
operation
public GeneralNotifierType operation(EventOperationType value)
- Overrides:
operationin classEventHandlerType
-
status
public GeneralNotifierType status(EventStatusType value)
- Overrides:
statusin classEventHandlerType
-
objectKind
public GeneralNotifierType objectKind(ShadowKindType value)
- Overrides:
objectKindin classEventHandlerType
-
objectIntent
public GeneralNotifierType objectIntent(String value)
- Overrides:
objectIntentin classEventHandlerType
-
focusType
public GeneralNotifierType focusType(QName value)
- Overrides:
focusTypein classEventHandlerType
-
expressionFilter
public GeneralNotifierType expressionFilter(ExpressionType value)
- Overrides:
expressionFilterin classEventHandlerType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilterin classEventHandlerType
-
chained
public GeneralNotifierType chained(EventHandlerType value)
- Overrides:
chainedin classEventHandlerType
-
beginChained
public EventHandlerType beginChained()
- Overrides:
beginChainedin classEventHandlerType
-
forked
public GeneralNotifierType forked(EventHandlerType value)
- Overrides:
forkedin classEventHandlerType
-
beginForked
public EventHandlerType beginForked()
- Overrides:
beginForkedin classEventHandlerType
-
simpleUserNotifier
public GeneralNotifierType simpleUserNotifier(SimpleUserNotifierType value)
- Overrides:
simpleUserNotifierin classEventHandlerType
-
beginSimpleUserNotifier
public SimpleUserNotifierType beginSimpleUserNotifier()
- Overrides:
beginSimpleUserNotifierin classEventHandlerType
-
timeValidityNotifier
public GeneralNotifierType timeValidityNotifier(TimeValidityNotifierType value)
- Overrides:
timeValidityNotifierin classEventHandlerType
-
beginTimeValidityNotifier
public TimeValidityNotifierType beginTimeValidityNotifier()
- Overrides:
beginTimeValidityNotifierin classEventHandlerType
-
simpleFocalObjectNotifier
public GeneralNotifierType simpleFocalObjectNotifier(SimpleFocalObjectNotifierType value)
- Overrides:
simpleFocalObjectNotifierin classEventHandlerType
-
beginSimpleFocalObjectNotifier
public SimpleFocalObjectNotifierType beginSimpleFocalObjectNotifier()
- Overrides:
beginSimpleFocalObjectNotifierin classEventHandlerType
-
simpleResourceObjectNotifier
public GeneralNotifierType simpleResourceObjectNotifier(SimpleResourceObjectNotifierType value)
- Overrides:
simpleResourceObjectNotifierin classEventHandlerType
-
beginSimpleResourceObjectNotifier
public SimpleResourceObjectNotifierType beginSimpleResourceObjectNotifier()
- Overrides:
beginSimpleResourceObjectNotifierin classEventHandlerType
-
simpleWorkflowNotifier
public GeneralNotifierType simpleWorkflowNotifier(SimpleWorkflowNotifierType value)
- Overrides:
simpleWorkflowNotifierin classEventHandlerType
-
beginSimpleWorkflowNotifier
public SimpleWorkflowNotifierType beginSimpleWorkflowNotifier()
- Overrides:
beginSimpleWorkflowNotifierin classEventHandlerType
-
simpleCaseManagementNotifier
public GeneralNotifierType simpleCaseManagementNotifier(SimpleCaseManagementNotifierType value)
- Overrides:
simpleCaseManagementNotifierin classEventHandlerType
-
beginSimpleCaseManagementNotifier
public SimpleCaseManagementNotifierType beginSimpleCaseManagementNotifier()
- Overrides:
beginSimpleCaseManagementNotifierin classEventHandlerType
-
userPasswordNotifier
public GeneralNotifierType userPasswordNotifier(UserPasswordNotifierType value)
- Overrides:
userPasswordNotifierin classEventHandlerType
-
beginUserPasswordNotifier
public UserPasswordNotifierType beginUserPasswordNotifier()
- Overrides:
beginUserPasswordNotifierin classEventHandlerType
-
userRegistrationNotifier
public GeneralNotifierType userRegistrationNotifier(RegistrationConfirmationNotifierType value)
- Overrides:
userRegistrationNotifierin classEventHandlerType
-
beginUserRegistrationNotifier
public RegistrationConfirmationNotifierType beginUserRegistrationNotifier()
- Overrides:
beginUserRegistrationNotifierin classEventHandlerType
-
passwordResetNotifier
public GeneralNotifierType passwordResetNotifier(PasswordResetNotifierType value)
- Overrides:
passwordResetNotifierin classEventHandlerType
-
beginPasswordResetNotifier
public PasswordResetNotifierType beginPasswordResetNotifier()
- Overrides:
beginPasswordResetNotifierin classEventHandlerType
-
accountActivationNotifier
public GeneralNotifierType accountActivationNotifier(AccountActivationNotifierType value)
- Overrides:
accountActivationNotifierin classEventHandlerType
-
beginAccountActivationNotifier
public AccountActivationNotifierType beginAccountActivationNotifier()
- Overrides:
beginAccountActivationNotifierin classEventHandlerType
-
accountPasswordNotifier
public GeneralNotifierType accountPasswordNotifier(AccountPasswordNotifierType value)
- Overrides:
accountPasswordNotifierin classEventHandlerType
-
beginAccountPasswordNotifier
public AccountPasswordNotifierType beginAccountPasswordNotifier()
- Overrides:
beginAccountPasswordNotifierin classEventHandlerType
-
simpleCampaignNotifier
public GeneralNotifierType simpleCampaignNotifier(SimpleCampaignNotifierType value)
- Overrides:
simpleCampaignNotifierin classEventHandlerType
-
beginSimpleCampaignNotifier
public SimpleCampaignNotifierType beginSimpleCampaignNotifier()
- Overrides:
beginSimpleCampaignNotifierin classEventHandlerType
-
simpleCampaignStageNotifier
public GeneralNotifierType simpleCampaignStageNotifier(SimpleCampaignStageNotifierType value)
- Overrides:
simpleCampaignStageNotifierin classEventHandlerType
-
beginSimpleCampaignStageNotifier
public SimpleCampaignStageNotifierType beginSimpleCampaignStageNotifier()
- Overrides:
beginSimpleCampaignStageNotifierin classEventHandlerType
-
simpleReviewerNotifier
public GeneralNotifierType simpleReviewerNotifier(SimpleReviewerNotifierType value)
- Overrides:
simpleReviewerNotifierin classEventHandlerType
-
beginSimpleReviewerNotifier
public SimpleReviewerNotifierType beginSimpleReviewerNotifier()
- Overrides:
beginSimpleReviewerNotifierin classEventHandlerType
-
simpleTaskNotifier
public GeneralNotifierType simpleTaskNotifier(SimpleTaskNotifierType value)
- Overrides:
simpleTaskNotifierin classEventHandlerType
-
beginSimpleTaskNotifier
public SimpleTaskNotifierType beginSimpleTaskNotifier()
- Overrides:
beginSimpleTaskNotifierin classEventHandlerType
-
simpleReportNotifier
public GeneralNotifierType simpleReportNotifier(SimpleReportNotifierType value)
- Overrides:
simpleReportNotifierin classEventHandlerType
-
beginSimpleReportNotifier
public SimpleReportNotifierType beginSimpleReportNotifier()
- Overrides:
beginSimpleReportNotifierin classEventHandlerType
-
simplePolicyRuleNotifier
public GeneralNotifierType simplePolicyRuleNotifier(SimplePolicyRuleNotifierType value)
- Overrides:
simplePolicyRuleNotifierin classEventHandlerType
-
beginSimplePolicyRuleNotifier
public SimplePolicyRuleNotifierType beginSimplePolicyRuleNotifier()
- Overrides:
beginSimplePolicyRuleNotifierin classEventHandlerType
-
generalNotifier
public GeneralNotifierType generalNotifier(GeneralNotifierType value)
- Overrides:
generalNotifierin classEventHandlerType
-
beginGeneralNotifier
public GeneralNotifierType beginGeneralNotifier()
- Overrides:
beginGeneralNotifierin classEventHandlerType
-
customNotifier
public GeneralNotifierType customNotifier(CustomNotifierType value)
- Overrides:
customNotifierin classEventHandlerType
-
beginCustomNotifier
public CustomNotifierType beginCustomNotifier()
- Overrides:
beginCustomNotifierin classEventHandlerType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classEventHandlerType
-
clone
public GeneralNotifierType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classEventHandlerType- Returns:
- A deep copy of this object.
-
-