com.evolveum.midpoint.xml.ns._public.common.common_2a
Class MailConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.MailConfigurationType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class MailConfigurationType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

server

protected List<MailServerConfigurationType> server

defaultFrom

protected String defaultFrom

debug

protected Boolean debug

COMPLEX_TYPE

public static final QName COMPLEX_TYPE

F_SERVER

public static final QName F_SERVER

F_DEFAULT_FROM

public static final QName F_DEFAULT_FROM

F_DEBUG

public static final QName F_DEBUG
Constructor Detail

MailConfigurationType

public MailConfigurationType()
Creates a new MailConfigurationType instance.


MailConfigurationType

public MailConfigurationType(MailConfigurationType o)
Creates a new MailConfigurationType instance by deeply copying a given MailConfigurationType instance.

Parameters:
o - The instance to copy.
Throws:
NullPointerException - if o is null.
Method Detail

getServer

public List<MailServerConfigurationType> getServer()
Gets the value of the server property.

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


getDefaultFrom

public String getDefaultFrom()
Gets the value of the defaultFrom property.

Returns:
possible object is String

setDefaultFrom

public void setDefaultFrom(String value)
Sets the value of the defaultFrom property.

Parameters:
value - allowed object is String

isDebug

public Boolean isDebug()
Gets the value of the debug property.

Returns:
possible object is Boolean

setDebug

public void setDebug(Boolean value)
Sets the value of the debug property.

Parameters:
value - allowed object is Boolean

toString

public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

clone

public MailConfigurationType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class Object
Returns:
A deep copy of this object.


Copyright © 2013 evolveum. All Rights Reserved.