com.ibm.mq.headers
Interface MQHeader.Field
Enclosing interface:
- public static interface MQHeader.Field
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getName()
Returns the field name.
|
|
getType()
Returns the field type.
|
|
getValue()
Returns the field value.
|
|
setValue(java.lang.Object value)
Sets the field value.
|
Method Detail
getName
- java.lang.String getName()
Returns the field name.
getType
- java.lang.String getType()
Returns the field type. This will be
MQLONG, MQCHAR, MQBYTE
etc.
getValue
- java.lang.Object getValue()
Returns the field value. This will be a String, String [], Integer, int [], byte [] or
MQHeader according to the field type.
setValue
- void setValue(java.lang.Object value)
Sets the field value. This will be a String, String [], Integer, int [], byte [] or MQHeader
according to the field type.