public class NotificationConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for NotificationConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}handler" maxOccurs="unbounded" minOccurs="0"/> <element name="mail" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MailConfigurationType" minOccurs="0"/> <element name="sms" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}SmsConfigurationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_HANDLER |
static QName |
F_MAIL |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_SMS |
protected List<JAXBElement<? extends EventHandlerType>> |
handler |
protected MailConfigurationType |
mail |
protected List<SmsConfigurationType> |
sms |
Constructor and Description |
---|
NotificationConfigurationType()
Creates a new
NotificationConfigurationType instance. |
NotificationConfigurationType(NotificationConfigurationType o)
Creates a new
NotificationConfigurationType instance by deeply copying a given NotificationConfigurationType instance. |
Modifier and Type | Method and Description |
---|---|
NotificationConfigurationType |
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) |
List<JAXBElement<? extends EventHandlerType>> |
getHandler()
Gets the value of the handler property.
|
MailConfigurationType |
getMail()
Gets the value of the mail property.
|
List<SmsConfigurationType> |
getSms()
Gets the value of the sms property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMail(MailConfigurationType value)
Sets the value of the mail property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected List<JAXBElement<? extends EventHandlerType>> handler
protected MailConfigurationType mail
protected List<SmsConfigurationType> sms
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_MAIL
public static final QName F_SMS
public static final QName F_COMPLEX___TYPE
public NotificationConfigurationType()
NotificationConfigurationType
instance.public NotificationConfigurationType(NotificationConfigurationType o)
NotificationConfigurationType
instance by deeply copying a given NotificationConfigurationType
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 MailConfigurationType getMail()
MailConfigurationType
public void setMail(MailConfigurationType value)
value
- allowed object is
MailConfigurationType
public List<SmsConfigurationType> getSms()
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 sms property.
For example, to add a new item, do as follows:
getSms().add(newItem);
Objects of the following type(s) are allowed in the list
SmsConfigurationType
public String toString()
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
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
public NotificationConfigurationType clone()
Copyright © 2013 evolveum. All rights reserved.