Methods Summary |
---|
public java.lang.String | getName()Get the name of this Header.
return name;
|
public java.lang.String | getValue()Get the value of this Header.
return value;
|
public void | setName(java.lang.String name)Set the name of this Header.
this.name = name;
|
public void | setValue(java.lang.String value)Set the value of this Header.
this.value = value;
|