org.apache.tools.ant.taskdefs.email
Class Header
java.lang.Object
org.apache.tools.ant.taskdefs.email.Header
public class Header
extends java.lang.Object
Class representing a generic e-mail header.
String | getName() - Get the name of this Header.
|
String | getValue() - Get the value of this Header.
|
void | setName(String name) - Set the name of this Header.
|
void | setValue(String value) - Set the value of this Header.
|
getName
public String getName()
Get the name of this Header.
getValue
public String getValue()
Get the value of this Header.
setName
public void setName(String name)
Set the name of this Header.
setValue
public void setValue(String value)
Set the value of this Header.
value
- the value to set.