com.ibm.websphere.sibx.smobo

Interface MQChainedHeaderType

All Superinterfaces:
MQControl

  1. public interface MQChainedHeaderType
  2. extends MQControl
A representation of the model object 'MQ Chained 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. MQOpaqueHeader
getOpaque()
Returns the value of the 'Opaque' containment reference.
  1. MQRFH
getRfh()
Returns the value of the 'Rfh' containment reference.
  1. MQRFH2
getRfh2()
Returns the value of the 'Rfh2' containment reference.
  1. java.lang.Object
getValue()
Returns the value of the 'Value' containment reference.
  1. void
setOpaque(MQOpaqueHeader value)
Sets the value of the ' Opaque' containment reference.
  1. void
setRfh(MQRFH value)
Sets the value of the ' Rfh' containment reference.
  1. void
setRfh2(MQRFH2 value)
Sets the value of the ' Rfh2' containment reference.
  1. void
setValue(java.lang.Object value)
Sets the value of the ' Value' containment reference.
Methods inherited from interface com.ibm.websphere.sca.mq.structures.MQControl
getCodedCharSetId, getEncoding, getFormat, isSetCodedCharSetId, isSetEncoding, setCodedCharSetId, setEncoding, setFormat, unsetCodedCharSetId, unsetEncoding

Field Detail

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

$sccsid

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

Method Detail

getValue

  1. java.lang.Object getValue()
Returns the value of the 'Value' containment reference.
Returns:
the value of the 'Value' containment reference.
See Also:

setValue

  1. void setValue(java.lang.Object value)
Sets the value of the ' Value' containment reference.
Parameters:
value - the new value of the 'Value' containment reference. Note that this must be a commonj.sdo.DataObject rather than a simple java.lang.Object.
See Also:

getOpaque

  1. MQOpaqueHeader getOpaque()
Returns the value of the 'Opaque' containment reference.
Returns:
the value of the 'Opaque' containment reference.
See Also:

setOpaque

  1. void setOpaque(MQOpaqueHeader value)
Sets the value of the ' Opaque' containment reference.
Parameters:
value - the new value of the 'Opaque' containment reference.
See Also:

getRfh

  1. MQRFH getRfh()
Returns the value of the 'Rfh' containment reference.
Returns:
the value of the 'Rfh' containment reference.
See Also:

setRfh

  1. void setRfh(MQRFH value)
Sets the value of the ' Rfh' containment reference.
Parameters:
value - the new value of the 'Rfh' containment reference.
See Also:

getRfh2

  1. MQRFH2 getRfh2()
Returns the value of the 'Rfh2' containment reference.
Returns:
the value of the 'Rfh2' containment reference.
See Also:

setRfh2

  1. void setRfh2(MQRFH2 value)
Sets the value of the ' Rfh2' containment reference.
Parameters:
value - the new value of the 'Rfh2' containment reference.
See Also: