public class GeneralNotifierType extends EventHandlerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for GeneralNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}EventHandlerType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}handler" maxOccurs="unbounded" minOccurs="0"/> <element name="recipientExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionType" maxOccurs="unbounded" minOccurs="0"/> <element name="subjectExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionType" minOccurs="0"/> <element name="subjectPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bodyExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionType" minOccurs="0"/> <element name="watchAuxiliaryAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="showModifiedValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="showTechnicalInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="transport" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExpressionType |
bodyExpression |
static QName |
COMPLEX_TYPE |
static QName |
F_BODY_EXPRESSION |
static QName |
F_COMPLEX___TYPE |
static QName |
F_HANDLER |
static QName |
F_RECIPIENT_EXPRESSION |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_SHOW_MODIFIED_VALUES |
static QName |
F_SHOW_TECHNICAL_INFORMATION |
static QName |
F_SUBJECT_EXPRESSION |
static QName |
F_SUBJECT_PREFIX |
static QName |
F_TRANSPORT |
static QName |
F_WATCH_AUXILIARY_ATTRIBUTES |
protected List<JAXBElement<? extends EventHandlerType>> |
handler |
protected List<ExpressionType> |
recipientExpression |
protected Boolean |
showModifiedValues |
protected Boolean |
showTechnicalInformation |
protected ExpressionType |
subjectExpression |
protected String |
subjectPrefix |
protected List<String> |
transport |
protected Boolean |
watchAuxiliaryAttributes |
description, F_DESCRIPTION, F_NAME, name
Constructor and Description |
---|
GeneralNotifierType()
Creates a new
GeneralNotifierType instance. |
GeneralNotifierType(GeneralNotifierType o)
Creates a new
GeneralNotifierType instance by deeply copying a given GeneralNotifierType instance. |
Modifier and Type | Method and Description |
---|---|
GeneralNotifierType |
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) |
ExpressionType |
getBodyExpression()
Gets the value of the bodyExpression property.
|
List<JAXBElement<? extends EventHandlerType>> |
getHandler()
For convenience, filtering can be placed also here (it influences only this notifier,
not any components on the chain after it).
|
List<ExpressionType> |
getRecipientExpression()
Gets the value of the recipientExpression property.
|
ExpressionType |
getSubjectExpression()
Gets the value of the subjectExpression property.
|
String |
getSubjectPrefix()
Gets the value of the subjectPrefix property.
|
List<String> |
getTransport()
Gets the value of the transport property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isShowModifiedValues()
Gets the value of the showModifiedValues property.
|
Boolean |
isShowTechnicalInformation()
Gets the value of the showTechnicalInformation property.
|
Boolean |
isWatchAuxiliaryAttributes()
Gets the value of the watchAuxiliaryAttributes property.
|
void |
setBodyExpression(ExpressionType value)
Sets the value of the bodyExpression property.
|
void |
setShowModifiedValues(Boolean value)
Sets the value of the showModifiedValues property.
|
void |
setShowTechnicalInformation(Boolean value)
Sets the value of the showTechnicalInformation property.
|
void |
setSubjectExpression(ExpressionType value)
Sets the value of the subjectExpression property.
|
void |
setSubjectPrefix(String value)
Sets the value of the subjectPrefix property.
|
void |
setWatchAuxiliaryAttributes(Boolean value)
Sets the value of the watchAuxiliaryAttributes property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getDescription, getName, setDescription, setName
protected List<JAXBElement<? extends EventHandlerType>> handler
protected List<ExpressionType> recipientExpression
protected ExpressionType subjectExpression
protected String subjectPrefix
protected ExpressionType bodyExpression
protected Boolean watchAuxiliaryAttributes
protected Boolean showModifiedValues
protected Boolean showTechnicalInformation
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_HANDLER
public static final QName F_RECIPIENT_EXPRESSION
public static final QName F_SUBJECT_EXPRESSION
public static final QName F_SUBJECT_PREFIX
public static final QName F_BODY_EXPRESSION
public static final QName F_WATCH_AUXILIARY_ATTRIBUTES
public static final QName F_SHOW_MODIFIED_VALUES
public static final QName F_SHOW_TECHNICAL_INFORMATION
public static final QName F_TRANSPORT
public static final QName F_COMPLEX___TYPE
public GeneralNotifierType()
GeneralNotifierType
instance.public GeneralNotifierType(GeneralNotifierType o)
GeneralNotifierType
instance by deeply copying a given GeneralNotifierType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public List<JAXBElement<? extends EventHandlerType>> getHandler()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the handler property.
For example, to add a new item, do as follows:
getHandler().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
SimpleUserNotifierType
>
JAXBElement
<
EventOperationFilterType
>
JAXBElement
<
AccountPasswordNotifierType
>
JAXBElement
<
DummyNotifierType
>
JAXBElement
<
UserPasswordNotifierType
>
JAXBElement
<
SimpleWorkflowNotifierType
>
JAXBElement
<
EventCategoryFilterType
>
JAXBElement
<
EventHandlerType
>
JAXBElement
<
EventHandlerForkType
>
JAXBElement
<
SimpleAccountNotifierType
>
JAXBElement
<
EventStatusFilterType
>
JAXBElement
<
EventExpressionFilterType
>
JAXBElement
<
EventHandlerChainType
>
public List<ExpressionType> getRecipientExpression()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the recipientExpression property.
For example, to add a new item, do as follows:
getRecipientExpression().add(newItem);
Objects of the following type(s) are allowed in the list
ExpressionType
public ExpressionType getSubjectExpression()
ExpressionType
public void setSubjectExpression(ExpressionType value)
value
- allowed object is
ExpressionType
public String getSubjectPrefix()
String
public void setSubjectPrefix(String value)
value
- allowed object is
String
public ExpressionType getBodyExpression()
ExpressionType
public void setBodyExpression(ExpressionType value)
value
- allowed object is
ExpressionType
public Boolean isWatchAuxiliaryAttributes()
Boolean
public void setWatchAuxiliaryAttributes(Boolean value)
value
- allowed object is
Boolean
public Boolean isShowModifiedValues()
Boolean
public void setShowModifiedValues(Boolean value)
value
- allowed object is
Boolean
public Boolean isShowTechnicalInformation()
Boolean
public void setShowTechnicalInformation(Boolean value)
value
- allowed object is
Boolean
public List<String> getTransport()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the transport property.
For example, to add a new item, do as follows:
getTransport().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String toString()
toString
in class EventHandlerType
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 EventHandlerType
public int hashCode()
hashCode
in class EventHandlerType
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 EventHandlerType
public boolean equals(Object object)
equals
in class EventHandlerType
public GeneralNotifierType clone()
clone
in class EventHandlerType
Copyright © 2013 evolveum. All rights reserved.