com.ibm.websphere.http.headers
Interface HTTPHeader
- public interface HTTPHeader
The following features are supported:
See Also:
HeadersPackage.getHTTPHeader()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Returns the value of the 'Name' attribute.
|
|
getValue()
Returns the value of the 'Value' attribute.
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute
|
|
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getName
- java.lang.String getName()
Returns the value of the 'Name' attribute.
Returns:
the value of the 'Name' attribute.
See Also:
setName(String)
,
HeadersPackage.getHTTPHeader_Name()
setName
- void setName(java.lang.String value)
Sets the value of the '
Name
' attribute.
getValue
- java.lang.String getValue()
Returns the value of the 'Value' attribute.
Returns:
the value of the 'Value' attribute.
See Also:
setValue(String)
,
HeadersPackage.getHTTPHeader_Value()
setValue
- void setValue(java.lang.String value)
Sets the value of the '
Value
' attribute.