IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface MQChainedHeaderType

All Superinterfaces:
MQControl

public interface MQChainedHeaderType
extends MQControl

A representation of the model object 'MQ Chained Header Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 MQOpaqueHeader getOpaque()
          Returns the value of the 'Opaque' containment reference.
 MQRFH getRfh()
          Returns the value of the 'Rfh' containment reference.
 MQRFH2 getRfh2()
          Returns the value of the 'Rfh2' containment reference.
 java.lang.Object getValue()
          Returns the value of the 'Value' containment reference.
 void setOpaque(MQOpaqueHeader value)
          Sets the value of the 'Opaque' containment reference.
 void setRfh(MQRFH value)
          Sets the value of the 'Rfh' containment reference.
 void setRfh2(MQRFH2 value)
          Sets the value of the 'Rfh2' containment reference.
 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

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

getValue

java.lang.Object getValue()
Returns the value of the 'Value' containment reference.

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(Object)

setValue

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:
getValue()

getOpaque

MQOpaqueHeader getOpaque()
Returns the value of the 'Opaque' containment reference.

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

setOpaque

void setOpaque(MQOpaqueHeader value)
Sets the value of the 'Opaque' containment reference.

Parameters:
value - the new value of the 'Opaque' containment reference.
See Also:
getOpaque()

getRfh

MQRFH getRfh()
Returns the value of the 'Rfh' containment reference.

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

setRfh

void setRfh(MQRFH value)
Sets the value of the 'Rfh' containment reference.

Parameters:
value - the new value of the 'Rfh' containment reference.
See Also:
getRfh()

getRfh2

MQRFH2 getRfh2()
Returns the value of the 'Rfh2' containment reference.

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

setRfh2

void setRfh2(MQRFH2 value)
Sets the value of the 'Rfh2' containment reference.

Parameters:
value - the new value of the 'Rfh2' containment reference.
See Also:
getRfh2()

IBM WebSphere Application ServerTM
Release 7