com.ibm.websphere.sca.mq.structures

Interface MQOpaqueHeader


  1. public interface MQOpaqueHeader
A representation of the model object 'MQ Opaque Header'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQOpaqueHeader()

Method Summary

Modifier and Type Method and Description
  1. byte[]
getData()
Returns the value of the 'Data' attribute
  1. int
getFlags()
Returns the value of the 'Flags' attribute
  1. java.lang.String
getStrucId()
Returns the value of the 'Struc Id' attribute
  1. int
getVersion()
Returns the value of the 'Version' attribute
  1. boolean
isSetFlags()
Returns whether the value of the ' Flags' attribute is set
  1. boolean
isSetVersion()
Returns whether the value of the ' Version' attribute is set
  1. void
setData(byte[] value)
Sets the value of the ' Data' attribute
  1. void
setFlags(int value)
Sets the value of the ' Flags' attribute
  1. void
setStrucId(java.lang.String value)
Sets the value of the ' Struc Id' attribute
  1. void
setVersion(int value)
Sets the value of the ' Version' attribute
  1. void
unsetFlags()
Unsets the value of the ' Flags' attribute
  1. void
unsetVersion()
Unsets the value of the ' Version' attribute

Method Detail

getStrucId

  1. java.lang.String getStrucId()
Returns the value of the 'Struc Id' attribute.

If the meaning of the 'Struc Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Struc Id' attribute.
See Also:

setStrucId

  1. void setStrucId(java.lang.String value)
Sets the value of the ' Struc Id' attribute.
Parameters:
value - the new value of the 'Struc Id' attribute.
See Also:

getVersion

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

  1. void setVersion(int value)
Sets the value of the ' Version' attribute.
Parameters:
value - the new value of the 'Version' attribute.
See Also:

unsetVersion

  1. void unsetVersion()
Unsets the value of the ' Version' attribute.
See Also:

isSetVersion

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

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

  1. void setFlags(int value)
Sets the value of the ' Flags' attribute.
Parameters:
value - the new value of the 'Flags' attribute.
See Also:

unsetFlags

  1. void unsetFlags()
Unsets the value of the ' Flags' attribute.
See Also:

isSetFlags

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

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

  1. void setData(byte[] value)
Sets the value of the ' Data' attribute.
Parameters:
value - the new value of the 'Data' attribute.
See Also: