com.ibm.websphere.sca.mq.structures

Interface MQControl

All known subinterfaces:
MQChainedHeaderType, MQHeader

  1. public interface MQControl
A representation of the model object 'MQ Control'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQControl()

Method Summary

Modifier and Type Method and Description
  1. int
getCodedCharSetId()
Returns the value of the 'Coded Char Set Id' attribute
  1. int
getEncoding()
Returns the value of the 'Encoding' attribute
  1. java.lang.String
getFormat()
Returns the value of the 'Format' attribute
  1. boolean
isSetCodedCharSetId()
Returns whether the value of the ' Coded Char Set Id' attribute is set
  1. boolean
isSetEncoding()
Returns whether the value of the ' Encoding' attribute is set
  1. void
setCodedCharSetId(int value)
Sets the value of the ' Coded Char Set Id' attribute
  1. void
setEncoding(int value)
Sets the value of the ' Encoding' attribute
  1. void
setFormat(java.lang.String value)
Sets the value of the ' Format' attribute
  1. void
unsetCodedCharSetId()
Unsets the value of the ' Coded Char Set Id' attribute
  1. void
unsetEncoding()
Unsets the value of the ' Encoding' attribute

Method Detail

getEncoding

  1. int getEncoding()
Returns the value of the 'Encoding' attribute.

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

Returns:
the value of the 'Encoding' attribute.
See Also:

setEncoding

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

unsetEncoding

  1. void unsetEncoding()
Unsets the value of the ' Encoding' attribute.
See Also:

isSetEncoding

  1. boolean isSetEncoding()
Returns whether the value of the ' Encoding' attribute is set.
Returns:
whether the value of the 'Encoding' attribute is set.
See Also:

getCodedCharSetId

  1. int getCodedCharSetId()
Returns the value of the 'Coded Char Set Id' attribute.

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

Returns:
the value of the 'Coded Char Set Id' attribute.
See Also:

setCodedCharSetId

  1. void setCodedCharSetId(int value)
Sets the value of the ' Coded Char Set Id' attribute.
Parameters:
value - the new value of the 'Coded Char Set Id' attribute.
See Also:

unsetCodedCharSetId

  1. void unsetCodedCharSetId()
Unsets the value of the ' Coded Char Set Id' attribute.
See Also:

isSetCodedCharSetId

  1. boolean isSetCodedCharSetId()
Returns whether the value of the ' Coded Char Set Id' attribute is set.
Returns:
whether the value of the 'Coded Char Set Id' attribute is set.
See Also:

getFormat

  1. java.lang.String getFormat()
Returns the value of the 'Format' attribute.

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

Returns:
the value of the 'Format' attribute.
See Also:

setFormat

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