IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sca.mq.structures
Interface MQOpaqueHeader


public interface MQOpaqueHeader

A representation of the model object 'MQ Opaque Header'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQOpaqueHeader()

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

Method Detail

getStrucId

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(String), WMQStructuresPackage.getMQOpaqueHeader_StrucId()

setStrucId

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

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:
isSetVersion(), unsetVersion(), setVersion(int), WMQStructuresPackage.getMQOpaqueHeader_Version()

setVersion

void setVersion(int value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
isSetVersion(), unsetVersion(), getVersion()

unsetVersion

void unsetVersion()
Unsets the value of the 'Version' attribute.

See Also:
isSetVersion(), getVersion(), setVersion(int)

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:
unsetVersion(), getVersion(), setVersion(int)

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:
isSetFlags(), unsetFlags(), setFlags(int), WMQStructuresPackage.getMQOpaqueHeader_Flags()

setFlags

void setFlags(int value)
Sets the value of the 'Flags' attribute.

Parameters:
value - the new value of the 'Flags' attribute.
See Also:
isSetFlags(), unsetFlags(), getFlags()

unsetFlags

void unsetFlags()
Unsets the value of the 'Flags' attribute.

See Also:
isSetFlags(), getFlags(), setFlags(int)

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:
unsetFlags(), getFlags(), setFlags(int)

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(byte[]), WMQStructuresPackage.getMQOpaqueHeader_Data()

setData

void setData(byte[] value)
Sets the value of the 'Data' attribute.

Parameters:
value - the new value of the 'Data' attribute.
See Also:
getData()

IBM WebSphere Application ServerTM
Release 7