com.ibm.websphere.sibx.smobo
Interface MQChainedHeaderType

All Superinterfaces:
com.ibm.websphere.sca.mq.structures.MQControl

public interface MQChainedHeaderType
extends com.ibm.websphere.sca.mq.structures.MQControl

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

The following features are supported:

See Also:
ServiceMessageObjectPackage.getMQChainedHeaderType()

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

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

$sccsid

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

getValue

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

If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...

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

setValue

public void setValue(java.lang.Object value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()

getOpaque

public com.ibm.websphere.sca.mq.structures.MQOpaqueHeader getOpaque()
Returns the value of the 'Opaque' containment reference.

If the meaning of the 'Opaque' containment reference isn't clear, there really should be more of a description here...

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

setOpaque

public void setOpaque(com.ibm.websphere.sca.mq.structures.MQOpaqueHeader value)
Sets the value of the 'Opaque' containment reference.

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

getRfh

public com.ibm.websphere.sca.mq.structures.MQRFH getRfh()
Returns the value of the 'Rfh' containment reference.

If the meaning of the 'Rfh' containment reference isn't clear, there really should be more of a description here...

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

setRfh

public void setRfh(com.ibm.websphere.sca.mq.structures.MQRFH value)
Sets the value of the 'Rfh' containment reference.

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

getRfh2

public com.ibm.websphere.sca.mq.structures.MQRFH2 getRfh2()
Returns the value of the 'Rfh2' containment reference.

If the meaning of the 'Rfh2' containment reference isn't clear, there really should be more of a description here...

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

setRfh2

public void setRfh2(com.ibm.websphere.sca.mq.structures.MQRFH2 value)
Sets the value of the 'Rfh2' containment reference.

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