net.sf.ahtutils.xml.mail
Class Header

java.lang.Object
  extended by net.sf.ahtutils.xml.mail.Header
All Implemented Interfaces:
Serializable

public class Header
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}from"/>
         <element ref="{http://ahtutils.aht-group.com/mail}to"/>
         <element ref="{http://ahtutils.aht-group.com/mail}cc"/>
         <element ref="{http://ahtutils.aht-group.com/mail}bcc"/>
         <element name="subject">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Bcc bcc
           
protected  Cc cc
           
protected  From from
           
protected  String subject
           
protected  To to
           
 
Constructor Summary
Header()
           
 
Method Summary
 Bcc getBcc()
          Gets the value of the bcc property.
 Cc getCc()
          Gets the value of the cc property.
 From getFrom()
          Gets the value of the from property.
 String getSubject()
          Gets the value of the subject property.
 To getTo()
          Gets the value of the to property.
 boolean isSetBcc()
           
 boolean isSetCc()
           
 boolean isSetFrom()
           
 boolean isSetSubject()
           
 boolean isSetTo()
           
 void setBcc(Bcc value)
          Sets the value of the bcc property.
 void setCc(Cc value)
          Sets the value of the cc property.
 void setFrom(From value)
          Sets the value of the from property.
 void setSubject(String value)
          Sets the value of the subject property.
 void setTo(To value)
          Sets the value of the to property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

protected From from

to

protected To to

cc

protected Cc cc

bcc

protected Bcc bcc

subject

protected String subject
Constructor Detail

Header

public Header()
Method Detail

getFrom

public From getFrom()
Gets the value of the from property.

Returns:
possible object is From

setFrom

public void setFrom(From value)
Sets the value of the from property.

Parameters:
value - allowed object is From

isSetFrom

public boolean isSetFrom()

getTo

public To getTo()
Gets the value of the to property.

Returns:
possible object is To

setTo

public void setTo(To value)
Sets the value of the to property.

Parameters:
value - allowed object is To

isSetTo

public boolean isSetTo()

getCc

public Cc getCc()
Gets the value of the cc property.

Returns:
possible object is Cc

setCc

public void setCc(Cc value)
Sets the value of the cc property.

Parameters:
value - allowed object is Cc

isSetCc

public boolean isSetCc()

getBcc

public Bcc getBcc()
Gets the value of the bcc property.

Returns:
possible object is Bcc

setBcc

public void setBcc(Bcc value)
Sets the value of the bcc property.

Parameters:
value - allowed object is Bcc

isSetBcc

public boolean isSetBcc()

getSubject

public String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

isSetSubject

public boolean isSetSubject()


Copyright © 2011. All Rights Reserved.