com.ibm.websphere.sibx.smobo
Interface HTTPHeaderType


public interface HTTPHeaderType

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

The following features are supported:

See Also:
ServiceMessageObjectPackage.getHTTPHeaderType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 com.ibm.websphere.http.headers.HTTPControl getControl()
          Returns the value of the 'Control' containment reference.
 java.util.List getHeader()
          Returns the value of the 'Header' containment reference list.
 void setControl(com.ibm.websphere.http.headers.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

com.ibm.websphere.http.headers.HTTPControl getControl()
Returns the value of the 'Control' containment reference.

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

setControl

void setControl(com.ibm.websphere.http.headers.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 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.
See Also:
ServiceMessageObjectPackage.getHTTPHeaderType_Header()