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 name="handler" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EventHandlerType" maxOccurs="unbounded" minOccurs="0"/> <element name="mail" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MailConfigurationType" minOccurs="0"/> <element name="sms" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SmsConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="file" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FileConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="customTransport" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CustomTransportConfigurationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected List<CustomTransportConfigurationType> |
customTransport |
static QName |
F_CUSTOM_TRANSPORT |
static QName |
F_FILE |
static QName |
F_HANDLER |
static QName |
F_MAIL |
static QName |
F_SMS |
protected List<FileConfigurationType> |
file |
protected List<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 |
---|---|
CustomTransportConfigurationType |
beginCustomTransport() |
FileConfigurationType |
beginFile() |
EventHandlerType |
beginHandler() |
MailConfigurationType |
beginMail() |
SmsConfigurationType |
beginSms() |
NotificationConfigurationType |
clone()
Creates and returns a deep copy of this object.
|
NotificationConfigurationType |
customTransport(CustomTransportConfigurationType value) |
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) |
NotificationConfigurationType |
file(FileConfigurationType value) |
List<CustomTransportConfigurationType> |
getCustomTransport()
Gets the value of the customTransport property.
|
List<FileConfigurationType> |
getFile()
Gets the value of the file property.
|
List<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.
|
NotificationConfigurationType |
handler(EventHandlerType value) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
NotificationConfigurationType |
mail(MailConfigurationType value) |
void |
setMail(MailConfigurationType value)
Sets the value of the mail property.
|
NotificationConfigurationType |
sms(SmsConfigurationType value) |
String |
toString()
Generates a String representation of the contents of this type.
|
protected List<EventHandlerType> handler
protected MailConfigurationType mail
protected List<SmsConfigurationType> sms
protected List<FileConfigurationType> file
protected List<CustomTransportConfigurationType> customTransport
public static final QName COMPLEX_TYPE
public static final QName F_HANDLER
public static final QName F_MAIL
public static final QName F_SMS
public static final QName F_FILE
public static final QName F_CUSTOM_TRANSPORT
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<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
EventHandlerType
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 List<FileConfigurationType> getFile()
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 file property.
For example, to add a new item, do as follows:
getFile().add(newItem);
Objects of the following type(s) are allowed in the list
FileConfigurationType
public List<CustomTransportConfigurationType> getCustomTransport()
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 customTransport property.
For example, to add a new item, do as follows:
getCustomTransport().add(newItem);
Objects of the following type(s) are allowed in the list
CustomTransportConfigurationType
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 handler(EventHandlerType value)
public EventHandlerType beginHandler()
public NotificationConfigurationType mail(MailConfigurationType value)
public MailConfigurationType beginMail()
public NotificationConfigurationType sms(SmsConfigurationType value)
public SmsConfigurationType beginSms()
public NotificationConfigurationType file(FileConfigurationType value)
public FileConfigurationType beginFile()
public NotificationConfigurationType customTransport(CustomTransportConfigurationType value)
public CustomTransportConfigurationType beginCustomTransport()
public NotificationConfigurationType clone()
Copyright © 2018 Evolveum. All rights reserved.