public class SimpleResourceObjectNotifierType extends GeneralNotifierType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SimpleResourceObjectNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleResourceObjectNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralNotifierType"> <sequence> <element name="watchSynchronizationAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_WATCH_SYNCHRONIZATION_ATTRIBUTES |
protected Boolean |
watchSynchronizationAttributes |
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 |
---|
SimpleResourceObjectNotifierType()
Creates a new
SimpleResourceObjectNotifierType instance. |
SimpleResourceObjectNotifierType(SimpleResourceObjectNotifierType o)
Creates a new
SimpleResourceObjectNotifierType instance by deeply copying a given SimpleResourceObjectNotifierType instance. |
Modifier and Type | Method and Description |
---|---|
SimpleResourceObjectNotifierType |
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) |
Boolean |
isWatchSynchronizationAttributes()
Gets the value of the watchSynchronizationAttributes property.
|
void |
setWatchSynchronizationAttributes(Boolean value)
Sets the value of the watchSynchronizationAttributes property.
|
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
protected Boolean watchSynchronizationAttributes
public static final QName COMPLEX_TYPE
public static final QName F_WATCH_SYNCHRONIZATION_ATTRIBUTES
public SimpleResourceObjectNotifierType()
SimpleResourceObjectNotifierType
instance.public SimpleResourceObjectNotifierType(SimpleResourceObjectNotifierType o)
SimpleResourceObjectNotifierType
instance by deeply copying a given SimpleResourceObjectNotifierType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public Boolean isWatchSynchronizationAttributes()
Boolean
public void setWatchSynchronizationAttributes(Boolean value)
value
- allowed object is
Boolean
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 SimpleResourceObjectNotifierType clone()
clone
in class GeneralNotifierType
Copyright © 2017 Evolveum. All rights reserved.