|
||||||||||
| 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.MailServerConfigurationType
public class MailServerConfigurationType
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>
| 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 |
|---|
protected String host
protected Integer port
protected String username
protected String password
protected MailTransportSecurityType transportSecurity
public static final QName COMPLEX_TYPE
public static final QName F_HOST
public static final QName F_PORT
public static final QName F_USERNAME
public static final QName F_PASSWORD
public static final QName F_TRANSPORT_SECURITY
| Constructor Detail |
|---|
public MailServerConfigurationType()
MailServerConfigurationType instance.
public MailServerConfigurationType(MailServerConfigurationType o)
MailServerConfigurationType instance by deeply copying a given MailServerConfigurationType instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
public String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic MailTransportSecurityType getTransportSecurity()
MailTransportSecurityTypepublic void setTransportSecurity(MailTransportSecurityType value)
value - allowed object is
MailTransportSecurityTypepublic 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.HashCodepublic 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.Equalspublic boolean equals(Object object)
equals in class Objectpublic MailServerConfigurationType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||