public class SimpleCampaignNotifierType extends GeneralNotifierType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SimpleCampaignNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleCampaignNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralNotifierType"> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
bodyExpression, F_BODY_EXPRESSION, F_RECIPIENT_EXPRESSION, F_SHOW_MODIFIED_VALUES, F_SHOW_TECHNICAL_INFORMATION, F_SUBJECT_EXPRESSION, F_SUBJECT_PREFIX, F_TRANSPORT, F_WATCH_AUXILIARY_ATTRIBUTES, recipientExpression, showModifiedValues, showTechnicalInformation, subjectExpression, subjectPrefix, transport, watchAuxiliaryAttributes
accountPasswordNotifier, category, chained, description, expressionFilter, F_ACCOUNT_PASSWORD_NOTIFIER, F_CATEGORY, F_CHAINED, F_DESCRIPTION, F_EXPRESSION_FILTER, F_FOCUS_TYPE, F_FORKED, F_GENERAL_NOTIFIER, F_NAME, F_OBJECT_INTENT, F_OBJECT_KIND, F_OPERATION, F_SIMPLE_CAMPAIGN_NOTIFIER, F_SIMPLE_CAMPAIGN_STAGE_NOTIFIER, F_SIMPLE_FOCAL_OBJECT_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_USER_PASSWORD_NOTIFIER, F_USER_REGISTRATION_NOTIFIER, focusType, forked, generalNotifier, name, objectIntent, objectKind, operation, simpleCampaignNotifier, simpleCampaignStageNotifier, simpleFocalObjectNotifier, simpleResourceObjectNotifier, simpleReviewerNotifier, simpleTaskNotifier, simpleUserNotifier, simpleWorkflowNotifier, status, userPasswordNotifier, userRegistrationNotifier
Constructor and Description |
---|
SimpleCampaignNotifierType()
Creates a new
SimpleCampaignNotifierType instance. |
SimpleCampaignNotifierType(SimpleCampaignNotifierType o)
Creates a new
SimpleCampaignNotifierType instance by deeply copying a given SimpleCampaignNotifierType instance. |
Modifier and Type | Method and Description |
---|---|
SimpleCampaignNotifierType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
String |
toString()
Generates a String representation of the contents of this type.
|
getBodyExpression, getRecipientExpression, getSubjectExpression, getSubjectPrefix, getTransport, isShowModifiedValues, isShowTechnicalInformation, isWatchAuxiliaryAttributes, setBodyExpression, setShowModifiedValues, setShowTechnicalInformation, setSubjectExpression, setSubjectPrefix, setWatchAuxiliaryAttributes
getAccountPasswordNotifier, getCategory, getChained, getDescription, getExpressionFilter, getFocusType, getForked, getGeneralNotifier, getName, getObjectIntent, getObjectKind, getOperation, getSimpleCampaignNotifier, getSimpleCampaignStageNotifier, getSimpleFocalObjectNotifier, getSimpleResourceObjectNotifier, getSimpleReviewerNotifier, getSimpleTaskNotifier, getSimpleUserNotifier, getSimpleWorkflowNotifier, getStatus, getUserPasswordNotifier, getUserRegistrationNotifier, setDescription, setName
public static final QName COMPLEX_TYPE
public SimpleCampaignNotifierType()
SimpleCampaignNotifierType
instance.public SimpleCampaignNotifierType(SimpleCampaignNotifierType o)
SimpleCampaignNotifierType
instance by deeply copying a given SimpleCampaignNotifierType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String toString()
toString
in class GeneralNotifierType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class GeneralNotifierType
public int hashCode()
hashCode
in class GeneralNotifierType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class GeneralNotifierType
public boolean equals(Object object)
equals
in class GeneralNotifierType
public SimpleCampaignNotifierType clone()
clone
in class GeneralNotifierType
Copyright © 2016 Evolveum. All rights reserved.