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, watchAuxiliaryAttributesaccountPasswordNotifier, 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, focusType, forked, generalNotifier, name, objectIntent, objectKind, operation, simpleCampaignNotifier, simpleCampaignStageNotifier, simpleFocalObjectNotifier, simpleResourceObjectNotifier, simpleReviewerNotifier, simpleTaskNotifier, simpleUserNotifier, simpleWorkflowNotifier, status, userPasswordNotifier| 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, setWatchAuxiliaryAttributesgetAccountPasswordNotifier, getCategory, getChained, getDescription, getExpressionFilter, getFocusType, getForked, getGeneralNotifier, getName, getObjectIntent, getObjectKind, getOperation, getSimpleCampaignNotifier, getSimpleCampaignStageNotifier, getSimpleFocalObjectNotifier, getSimpleResourceObjectNotifier, getSimpleReviewerNotifier, getSimpleTaskNotifier, getSimpleUserNotifier, getSimpleWorkflowNotifier, getStatus, getUserPasswordNotifier, setDescription, setNameprotected 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()
Booleanpublic void setWatchSynchronizationAttributes(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class GeneralNotifierTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class GeneralNotifierTypepublic int hashCode()
hashCode in class GeneralNotifierTypepublic 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.Equalsequals in class GeneralNotifierTypepublic boolean equals(Object object)
equals in class GeneralNotifierTypepublic SimpleResourceObjectNotifierType clone()
clone in class GeneralNotifierTypeCopyright © 2016 Evolveum. All rights reserved.