com.ibm.websphere.sca.mq.structures
Interface MQOpaqueHeader
- public interface MQOpaqueHeader
The following features are supported:
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getData()
Returns the value of the 'Data' attribute
|
|
getFlags()
Returns the value of the 'Flags' attribute
|
|
getStrucId()
Returns the value of the 'Struc Id' attribute
|
|
getVersion()
Returns the value of the 'Version' attribute
|
|
isSetFlags()
Returns whether the value of the '
Flags ' attribute is set
|
|
isSetVersion()
Returns whether the value of the '
Version ' attribute is set
|
|
setData(byte[] value)
Sets the value of the '
Data ' attribute
|
|
setFlags(int value)
Sets the value of the '
Flags ' attribute
|
|
setStrucId(java.lang.String value)
Sets the value of the '
Struc Id ' attribute
|
|
setVersion(int value)
Sets the value of the '
Version ' attribute
|
|
unsetFlags()
Unsets the value of the '
Flags ' attribute
|
|
unsetVersion()
Unsets the value of the '
Version ' attribute
|
Method Detail
getStrucId
- java.lang.String getStrucId()
Returns:
the value of the 'Struc Id' attribute.
See Also:
setStrucId
- void setStrucId(java.lang.String value)
Sets the value of the '
Struc Id
' attribute.
getVersion
- int getVersion()
Returns the value of the 'Version' attribute.
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Version' attribute.
See Also:
setVersion
- void setVersion(int value)
Sets the value of the '
Version
' attribute.
Parameters:
value
- the new value of the 'Version' attribute. See Also:
unsetVersion
- void unsetVersion()
Unsets the value of the '
Version
' attribute.
See Also:
isSetVersion
- boolean isSetVersion()
Returns whether the value of the '
Version
' attribute is set.
Returns:
whether the value of the 'Version' attribute is set.
See Also:
getFlags
- int getFlags()
Returns the value of the 'Flags' attribute.
If the meaning of the 'Flags' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Flags' attribute.
See Also:
setFlags
- void setFlags(int value)
Sets the value of the '
Flags
' attribute.
Parameters:
value
- the new value of the 'Flags' attribute. See Also:
unsetFlags
- void unsetFlags()
Unsets the value of the '
Flags
' attribute.
See Also:
isSetFlags
- boolean isSetFlags()
Returns whether the value of the '
Flags
' attribute is set.
Returns:
whether the value of the 'Flags' attribute is set.
See Also:
getData
- byte[] getData()
Returns the value of the 'Data' attribute.
If the meaning of the 'Data' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Data' attribute.
See Also:
setData
- void setData(byte[] value)
Sets the value of the '
Data
' attribute.
If the meaning of the 'Struc Id' attribute isn't clear, there really should be more of a description here...