| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.email.Header
public class Header
Class representing a generic e-mail header.
| Constructor Summary | |
|---|---|
| Header() | |
| Method Summary | |
|---|---|
|  java.lang.String | getName()Get the name of this Header. | 
|  java.lang.String | getValue()Get the value of this Header. | 
|  void | setName(java.lang.String name)Set the name of this Header. | 
|  void | setValue(java.lang.String value)Set the value of this Header. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Header()
| Method Detail | 
|---|
public void setName(java.lang.String name)
name - the name to set.public java.lang.String getName()
public void setValue(java.lang.String value)
value - the value to set.public java.lang.String getValue()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||