Uses of Class
net.sf.ahtutils.xml.mail.EmailAddress

Packages that use EmailAddress
net.sf.ahtutils.xml.mail   
 

Uses of EmailAddress in net.sf.ahtutils.xml.mail
 

Fields in net.sf.ahtutils.xml.mail declared as EmailAddress
protected  EmailAddress From.emailAddress
           
 

Fields in net.sf.ahtutils.xml.mail with type parameters of type EmailAddress
protected  List<EmailAddress> To.emailAddress
           
protected  List<EmailAddress> Cc.emailAddress
           
protected  List<EmailAddress> Bcc.emailAddress
           
 

Methods in net.sf.ahtutils.xml.mail that return EmailAddress
 EmailAddress ObjectFactory.createEmailAddress()
          Create an instance of EmailAddress
 EmailAddress From.getEmailAddress()
          Gets the value of the emailAddress property.
 

Methods in net.sf.ahtutils.xml.mail that return types with arguments of type EmailAddress
 List<EmailAddress> To.getEmailAddress()
          Gets the value of the emailAddress property.
 List<EmailAddress> Cc.getEmailAddress()
          Gets the value of the emailAddress property.
 List<EmailAddress> Bcc.getEmailAddress()
          Gets the value of the emailAddress property.
 

Methods in net.sf.ahtutils.xml.mail with parameters of type EmailAddress
 void From.setEmailAddress(EmailAddress value)
          Sets the value of the emailAddress property.
 



Copyright © 2011. All Rights Reserved.