net.sf.ahtutils.xml.mail
Class From

java.lang.Object
  extended by 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

Field Summary
protected  EmailAddress emailAddress
           
 
Constructor Summary
From()
           
 
Method Summary
 EmailAddress getEmailAddress()
          Gets the value of the emailAddress property.
 boolean isSetEmailAddress()
           
 void setEmailAddress(EmailAddress value)
          Sets the value of the emailAddress property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emailAddress

protected EmailAddress emailAddress
Constructor Detail

From

public From()
Method Detail

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.