Class EMail
- java.lang.Object
-
- net.anwiba.commons.mail.schema.account.EMail
-
public class EMail extends java.lang.ObjectJava class for EMail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="senderAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringsenderAddress
-
Constructor Summary
Constructors Constructor Description EMail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSenderAddress()Gets the value of the senderAddress property.voidsetSenderAddress(java.lang.String value)Sets the value of the senderAddress property.
-
-
-
Method Detail
-
getSenderAddress
public java.lang.String getSenderAddress()
Gets the value of the senderAddress property.- Returns:
- possible object is
String
-
setSenderAddress
public void setSenderAddress(java.lang.String value)
Sets the value of the senderAddress property.- Parameters:
value- allowed object isString
-
-