public class SimpleUserNotifierType extends SimpleFocalObjectNotifierType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java 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>
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 |
---|
SimpleUserNotifierType()
Creates a new
SimpleUserNotifierType instance. |
SimpleUserNotifierType(SimpleUserNotifierType o)
Creates a new
SimpleUserNotifierType instance by deeply copying a given SimpleUserNotifierType instance. |
Modifier and Type | Method and Description |
---|---|
SimpleUserNotifierType |
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 SimpleUserNotifierType()
SimpleUserNotifierType
instance.public SimpleUserNotifierType(SimpleUserNotifierType o)
SimpleUserNotifierType
instance by deeply copying a given SimpleUserNotifierType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String toString()
toString
in class SimpleFocalObjectNotifierType
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 SimpleFocalObjectNotifierType
public int hashCode()
hashCode
in class SimpleFocalObjectNotifierType
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 SimpleFocalObjectNotifierType
public boolean equals(Object object)
equals
in class SimpleFocalObjectNotifierType
public SimpleUserNotifierType clone()
clone
in class SimpleFocalObjectNotifierType
Copyright © 2017 Evolveum. All rights reserved.