public static class Jetstream.ObjectEvent
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ActionEPCList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EPC" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <anyAttribute/> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="Type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="OBSERVE"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <element name="DeviceExtensionList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DeviceExtension" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="63"/> </restriction> </simpleType> </attribute> <attribute name="Value" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ActionEPCList |
actionEPCList |
protected java.util.List<java.lang.Object> |
any |
protected DeviceExtensionList |
deviceExtensionList |
Constructor and Description |
---|
Jetstream.ObjectEvent() |
Modifier and Type | Method and Description |
---|---|
ActionEPCList |
getActionEPCList()
Gets the value of the actionEPCList property.
|
DeviceExtensionList |
getDeviceExtensionList()
Gets the value of the deviceExtensionList property.
|
protected ActionEPCList actionEPCList
protected DeviceExtensionList deviceExtensionList
protected java.util.List<java.lang.Object> any
public ActionEPCList getActionEPCList()
ActionEPCList
public DeviceExtensionList getDeviceExtensionList()
DeviceExtensionList