public class ObjectEvent extends JetstreamEvent
JetstreamEvent
,
Jetstream
Constructor and Description |
---|
ObjectEvent(java.lang.String xml)
Creates a new ObjectEvent object from an xml string
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionEPCListType()
Get the 'Type' attribute value.
|
java.util.List<DeviceExtension> |
getDeviceExtensionList()
Get the list of 'DeviceExtension' element items.
|
java.util.List<EPC> |
getEPCList()
Get the list of 'EPC' element items.
|
java.lang.String |
getEventId()
Get the 'EventId' attribute value.
|
java.util.Date |
getEventTime()
Get the 'EventTime' attribute value.
|
java.lang.String |
getLogicalDeviceId()
Get the 'LogicalDeviceId' attribute value.
|
java.util.Date |
getReceivedTime()
Get the 'ReceivedTime' attribute value.
|
getId, getSourceXML, getTime, getType, setId, setSource, setTime, setType
public ObjectEvent(java.lang.String xml)
xml
- The xml string to be deserialized into an ObjectEvent objectpublic java.lang.String getEventId()
public java.util.Date getEventTime()
public java.lang.String getLogicalDeviceId()
public java.util.Date getReceivedTime()
public java.util.List<EPC> getEPCList()
public java.lang.String getActionEPCListType()
public java.util.List<DeviceExtension> getDeviceExtensionList()