IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sibx.smobo
Interface HTTPHeaderType


public interface HTTPHeaderType

A representation of the model object 'HTTP Header Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 HTTPControl getControl()
          Returns the value of the 'Control' containment reference
 java.util.List<HTTPHeader> getHeader()
          Returns the value of the 'Header' containment reference list.
 void setControl(HTTPControl value)
          Sets the value of the 'Control' containment reference
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getControl

HTTPControl getControl()
Returns the value of the 'Control' containment reference.

Returns:
the value of the 'Control' containment reference.
See Also:
setControl(HTTPControl)

setControl

void setControl(HTTPControl value)
Sets the value of the 'Control' containment reference.

Parameters:
value - the new value of the 'Control' containment reference.
See Also:
getControl()

getHeader

java.util.List<HTTPHeader> getHeader()
Returns the value of the 'Header' containment reference list. The list contents are of type HTTPHeader.

Returns:
the value of the 'Header' containment reference list.

IBM WebSphere Application ServerTM
Release 8