Class Account


  • public class Account
    extends java.lang.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="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
      EMail getEmail()
      Gets the value of the email property.
      Server getOutgoing()
      Gets the value of the outgoing property.
      void setEmail​(EMail value)
      Sets the value of the email property.
      void setOutgoing​(Server value)
      Sets the value of the outgoing property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • email

        protected EMail email
      • outgoing

        protected Server outgoing
    • Constructor Detail

      • Account

        public Account()
    • 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 is EMail
      • getOutgoing

        public Server getOutgoing()
        Gets the value of the outgoing property.
        Returns:
        possible object is Server
      • setOutgoing

        public void setOutgoing​(Server value)
        Sets the value of the outgoing property.
        Parameters:
        value - allowed object is Server