public class EvrReqMessage extends CMIPReqMessage
actionType, efilterId, efilterScope, flatAttrids, flatAttrs, flatEfilter, flatIfilter, ifilterId, ifilterScope, MAX_ERRS, msgAttrids, msgAttrs, msgEfilter, msgErrs, msgErrType, msgHdrAttrs, msgIfilter, msgInstance, msgLinkid, msgMaxMsgs, msgMode, msgObjClass, msgPacking, msgScope, msgSynch, msgTime, msgTree, msgType
Constructor and Description |
---|
EvrReqMessage() |
EvrReqMessage(Attribute instance) |
EvrReqMessage(java.lang.String instanceId) |
Modifier and Type | Method and Description |
---|---|
int |
getActionType()
Get the type of event report.
|
java.util.List<Attribute> |
getAttributes()
Get the message's attribute list.
|
void |
setActionType(int type)
Set the type of event report.
|
void |
setAttributes(java.util.List<Attribute> attrs)
Set the message's attribute list.
|
java.lang.String |
toString() |
getContainmentTree, getMessageMode, getMessageScope, getMessageSynch, setContainmentTree, setMessageMode, setMessageScope, setMessageSynch
addHdrAttr, addHdrAttrOct, clear, flattenAttrs, getInstance, getInstanceId, getLinkid, getMessageType, getObjClass, getObjClassString, getTime, getVersion, isLast, last, reset, restore, save, setInstance, setInstanceId, setLinkid, setObjClass, setObjClassString, setTime, unflattenAttrs
public EvrReqMessage()
public EvrReqMessage(Attribute instance)
public EvrReqMessage(java.lang.String instanceId)
public int getActionType()
public java.util.List<Attribute> getAttributes()
public void setActionType(int type)
type
- The type of event report.public void setAttributes(java.util.List<Attribute> attrs)
attrs
- The attribute list.public java.lang.String toString()
toString
in class CMIPReqMessage