|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.mail.Header
public class Header
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>
| 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 |
|---|
protected From from
protected To to
protected Cc cc
protected Bcc bcc
protected String subject
| Constructor Detail |
|---|
public Header()
| Method Detail |
|---|
public From getFrom()
Frompublic void setFrom(From value)
value - allowed object is
Frompublic boolean isSetFrom()
public To getTo()
Topublic void setTo(To value)
value - allowed object is
Topublic boolean isSetTo()
public Cc getCc()
Ccpublic void setCc(Cc value)
value - allowed object is
Ccpublic boolean isSetCc()
public Bcc getBcc()
Bccpublic void setBcc(Bcc value)
value - allowed object is
Bccpublic boolean isSetBcc()
public String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic boolean isSetSubject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||