| Package | Description | 
|---|---|
| org.jlab.coda.cMsg | 
| Modifier and Type | Method and Description | 
|---|---|
| cMsgPayloadItem | cMsgPayloadItem. copy()Creates a complete copy of this object. | 
| cMsgPayloadItem | cMsgMessage. getPayloadItem(java.lang.String name)Get a single, named payload item. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<java.lang.String,cMsgPayloadItem> | cMsgMessage. getPayloadItems()Gets an unmodifiable (read only) hashmap of all payload items. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cMsgMessage. addPayloadItem(cMsgPayloadItem item)Adds an item to the payload. | 
| boolean | cMsgMessage. removePayloadItem(cMsgPayloadItem item)Remove an item from the payload. |