com.ibm.websphere.sca.mq.structures
Interface MQControl
All known subinterfaces:
- public interface MQControl
The following features are supported:
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCodedCharSetId()
Returns the value of the 'Coded Char Set Id' attribute
|
|
getEncoding()
Returns the value of the 'Encoding' attribute
|
|
getFormat()
Returns the value of the 'Format' attribute
|
|
isSetCodedCharSetId()
Returns whether the value of the '
Coded Char Set Id ' attribute is set
|
|
isSetEncoding()
Returns whether the value of the '
Encoding ' attribute is set
|
|
setCodedCharSetId(int value)
Sets the value of the '
Coded Char Set Id ' attribute
|
|
setEncoding(int value)
Sets the value of the '
Encoding ' attribute
|
|
setFormat(java.lang.String value)
Sets the value of the '
Format ' attribute
|
|
unsetCodedCharSetId()
Unsets the value of the '
Coded Char Set Id ' attribute
|
|
unsetEncoding()
Unsets the value of the '
Encoding ' attribute
|
Method Detail
getEncoding
- int getEncoding()
Returns:
the value of the 'Encoding' attribute.
See Also:
setEncoding
- void setEncoding(int value)
Sets the value of the '
Encoding
' attribute.
Parameters:
value
- the new value of the 'Encoding' attribute. See Also:
unsetEncoding
- void unsetEncoding()
Unsets the value of the '
Encoding
' attribute.
See Also:
isSetEncoding
- 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
- 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
- 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
- void unsetCodedCharSetId()
Unsets the value of the '
Coded Char Set Id
' attribute.
isSetCodedCharSetId
- 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
- 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
- void setFormat(java.lang.String value)
Sets the value of the '
Format
' attribute.
If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...