net.sf.ahtutils.xml.mail
Class From
java.lang.Object
net.sf.ahtutils.xml.mail.From
- All Implemented Interfaces:
- Serializable
public class From
- extends Object
- implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ahtutils.aht-group.com/mail}emailAddress"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
|
Constructor Summary |
From()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
emailAddress
protected EmailAddress emailAddress
From
public From()
getEmailAddress
public EmailAddress getEmailAddress()
- Gets the value of the emailAddress property.
- Returns:
- possible object is
EmailAddress
setEmailAddress
public void setEmailAddress(EmailAddress value)
- Sets the value of the emailAddress property.
- Parameters:
value - allowed object is
EmailAddress
isSetEmailAddress
public boolean isSetEmailAddress()
Copyright © 2011. All Rights Reserved.