|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_2a.MailConfigurationType
public class MailConfigurationType
Where and how to send mail notifications.
Java class for MailConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MailConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="server" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MailServerConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="defaultFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="debug" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
static QName |
COMPLEX_TYPE
|
protected Boolean |
debug
|
protected String |
defaultFrom
|
static QName |
F_DEBUG
|
static QName |
F_DEFAULT_FROM
|
static QName |
F_SERVER
|
protected List<MailServerConfigurationType> |
server
|
Constructor Summary | |
---|---|
MailConfigurationType()
Creates a new MailConfigurationType instance. |
|
MailConfigurationType(MailConfigurationType o)
Creates a new MailConfigurationType instance by deeply copying a given MailConfigurationType instance. |
Method Summary | |
---|---|
MailConfigurationType |
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)
|
String |
getDefaultFrom()
Gets the value of the defaultFrom property. |
List<MailServerConfigurationType> |
getServer()
Gets the value of the server property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isDebug()
Gets the value of the debug property. |
void |
setDebug(Boolean value)
Sets the value of the debug property. |
void |
setDefaultFrom(String value)
Sets the value of the defaultFrom property. |
String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected List<MailServerConfigurationType> server
protected String defaultFrom
protected Boolean debug
public static final QName COMPLEX_TYPE
public static final QName F_SERVER
public static final QName F_DEFAULT_FROM
public static final QName F_DEBUG
Constructor Detail |
---|
public MailConfigurationType()
MailConfigurationType
instance.
public MailConfigurationType(MailConfigurationType o)
MailConfigurationType
instance by deeply copying a given MailConfigurationType
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
public List<MailServerConfigurationType> getServer()
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 server property.
For example, to add a new item, do as follows:
getServer().add(newItem);
Objects of the following type(s) are allowed in the list
MailServerConfigurationType
public String getDefaultFrom()
String
public void setDefaultFrom(String value)
value
- allowed object is
String
public Boolean isDebug()
Boolean
public void setDebug(Boolean value)
value
- allowed object is
Boolean
public String toString()
toString
in class Object
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 int hashCode()
hashCode
in class Object
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 boolean equals(Object object)
equals
in class Object
public MailConfigurationType clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |