Class Account
- java.lang.Object
-
- net.anwiba.commons.mail.schema.account.Account
-
public class Account extends java.lang.ObjectJava 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="email" type="{http://www.anwiba.net/mail/account}EMail" minOccurs="0"/> <element name="outgoing" type="{http://www.anwiba.net/mail/account}Server"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EMailgetEmail()Gets the value of the email property.ServergetOutgoing()Gets the value of the outgoing property.voidsetEmail(EMail value)Sets the value of the email property.voidsetOutgoing(Server value)Sets the value of the outgoing property.
-
-
-
Method Detail
-
getEmail
public EMail getEmail()
Gets the value of the email property.- Returns:
- possible object is
EMail
-
setEmail
public void setEmail(EMail value)
Sets the value of the email property.- Parameters:
value- allowed object isEMail
-
getOutgoing
public Server getOutgoing()
Gets the value of the outgoing property.- Returns:
- possible object is
Server
-
-