public class Header
extends java.lang.Object
| Constructor and Description | 
|---|
| Header() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
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()