public class SimpleAccountNotifierType extends GeneralNotifierType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SimpleAccountNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleAccountNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}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_COMPLEX___TYPE |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_WATCH_SYNCHRONIZATION_ATTRIBUTES |
protected Boolean |
watchSynchronizationAttributes |
bodyExpression, F_BODY_EXPRESSION, F_HANDLER, F_RECIPIENT_EXPRESSION, F_SHOW_MODIFIED_VALUES, F_SHOW_TECHNICAL_INFORMATION, F_SUBJECT_EXPRESSION, F_SUBJECT_PREFIX, F_TRANSPORT, F_WATCH_AUXILIARY_ATTRIBUTES, handler, recipientExpression, showModifiedValues, showTechnicalInformation, subjectExpression, subjectPrefix, transport, watchAuxiliaryAttributes
description, F_DESCRIPTION, F_NAME, name
Constructor and Description |
---|
SimpleAccountNotifierType()
Creates a new
SimpleAccountNotifierType instance. |
SimpleAccountNotifierType(SimpleAccountNotifierType o)
Creates a new
SimpleAccountNotifierType instance by deeply copying a given SimpleAccountNotifierType instance. |
Modifier and Type | Method and Description |
---|---|
SimpleAccountNotifierType |
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, getHandler, getRecipientExpression, getSubjectExpression, getSubjectPrefix, getTransport, isShowModifiedValues, isShowTechnicalInformation, isWatchAuxiliaryAttributes, setBodyExpression, setShowModifiedValues, setShowTechnicalInformation, setSubjectExpression, setSubjectPrefix, setWatchAuxiliaryAttributes
getDescription, getName, setDescription, setName
protected Boolean watchSynchronizationAttributes
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_WATCH_SYNCHRONIZATION_ATTRIBUTES
public static final QName F_COMPLEX___TYPE
public SimpleAccountNotifierType()
SimpleAccountNotifierType
instance.public SimpleAccountNotifierType(SimpleAccountNotifierType o)
SimpleAccountNotifierType
instance by deeply copying a given SimpleAccountNotifierType
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 SimpleAccountNotifierType clone()
clone
in class GeneralNotifierType
Copyright © 2013 evolveum. All rights reserved.