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

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

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

Configuration of a particular mail server host.

Java class for MailServerConfigurationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MailServerConfigurationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="transportSecurity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MailTransportSecurityType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
static QName COMPLEX_TYPE
           
static QName F_HOST
           
static QName F_PASSWORD
           
static QName F_PORT
           
static QName F_TRANSPORT_SECURITY
           
static QName F_USERNAME
           
protected  String host
           
protected  String password
           
protected  Integer port
           
protected  MailTransportSecurityType transportSecurity
           
protected  String username
           
 
Constructor Summary
MailServerConfigurationType()
          Creates a new MailServerConfigurationType instance.
MailServerConfigurationType(MailServerConfigurationType o)
          Creates a new MailServerConfigurationType instance by deeply copying a given MailServerConfigurationType instance.
 
Method Summary
 MailServerConfigurationType 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 getHost()
          Gets the value of the host property.
 String getPassword()
          Gets the value of the password property.
 Integer getPort()
          Gets the value of the port property.
 MailTransportSecurityType getTransportSecurity()
          Gets the value of the transportSecurity property.
 String getUsername()
          Gets the value of the username property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setHost(String value)
          Sets the value of the host property.
 void setPassword(String value)
          Sets the value of the password property.
 void setPort(Integer value)
          Sets the value of the port property.
 void setTransportSecurity(MailTransportSecurityType value)
          Sets the value of the transportSecurity property.
 void setUsername(String value)
          Sets the value of the username 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

host

protected String host

port

protected Integer port

username

protected String username

password

protected String password

transportSecurity

protected MailTransportSecurityType transportSecurity

COMPLEX_TYPE

public static final QName COMPLEX_TYPE

F_HOST

public static final QName F_HOST

F_PORT

public static final QName F_PORT

F_USERNAME

public static final QName F_USERNAME

F_PASSWORD

public static final QName F_PASSWORD

F_TRANSPORT_SECURITY

public static final QName F_TRANSPORT_SECURITY
Constructor Detail

MailServerConfigurationType

public MailServerConfigurationType()
Creates a new MailServerConfigurationType instance.


MailServerConfigurationType

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

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

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getPort

public Integer getPort()
Gets the value of the port property.

Returns:
possible object is Integer

setPort

public void setPort(Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is Integer

getUsername

public String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

public String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getTransportSecurity

public MailTransportSecurityType getTransportSecurity()
Gets the value of the transportSecurity property.

Returns:
possible object is MailTransportSecurityType

setTransportSecurity

public void setTransportSecurity(MailTransportSecurityType value)
Sets the value of the transportSecurity property.

Parameters:
value - allowed object is MailTransportSecurityType

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 MailServerConfigurationType 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.