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-3}EventHandlerType"> <sequence> <element name="recipientExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/> <element name="subjectExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}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-3}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_RECIPIENT_EXPRESSION |
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<ExpressionType> |
recipientExpression |
protected Boolean |
showModifiedValues |
protected Boolean |
showTechnicalInformation |
protected ExpressionType |
subjectExpression |
protected String |
subjectPrefix |
protected List<String> |
transport |
protected Boolean |
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 |
---|
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<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.
|
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 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_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 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<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 © 2016 Evolveum. All rights reserved.