com.ibm.websphere.http.headers

Interface HTTPHeader


  1. public interface HTTPHeader
A representation of the model object 'HTTP Header'.

The following features are supported:

See Also:
HeadersPackage.getHTTPHeader()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute.
  1. java.lang.String
getValue()
Returns the value of the 'Value' attribute.
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
setValue(java.lang.String value)
Sets the value of the ' Value' attribute

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getName

  1. 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

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getValue

  1. 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

  1. void setValue(java.lang.String value)
Sets the value of the ' Value' attribute.
Parameters:
value - the new value of the 'Value' attribute.
See Also: