com.ibm.websphere.sibx.smobo

Interface HTTPHeaderType


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

The following features are supported:


Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. HTTPControl
getControl()
Returns the value of the 'Control' containment reference
  1. java.util.List<HTTPHeader>
getHeader()
Returns the value of the 'Header' containment reference list.
  1. void
setControl(HTTPControl value)
Sets the value of the ' Control' containment reference

Field Detail

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

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getControl

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

setControl

  1. void setControl(HTTPControl value)
Sets the value of the ' Control' containment reference.
Parameters:
value - the new value of the 'Control' containment reference.
See Also:

getHeader

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