public class Account extends Object
Java class for Account complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Account">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="server" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="authentication" type="{http://www.anwiba.net/mail/account}Authentication"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
authentication |
protected int |
port |
protected String |
server |
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication()
Gets the value of the authentication property.
|
int |
getPort()
Gets the value of the port property.
|
String |
getServer()
Gets the value of the server property.
|
void |
setAuthentication(Authentication value)
Sets the value of the authentication property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setServer(String value)
Sets the value of the server property.
|
protected String server
protected int port
protected Authentication authentication
public String getServer()
Stringpublic void setServer(String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public Authentication getAuthentication()
Authenticationpublic void setAuthentication(Authentication value)
value - allowed object is
AuthenticationCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.