public static class Jetstream.GetDeviceDefinitionsResponse
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="DeviceDefinitionList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DeviceDefinition" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CommandList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DeviceSpecificCommandList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DeviceSpecificCommand" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="CommandName" 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> <element name="ConfigParameterList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ConfigParameter" 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="255"/> </restriction> </simpleType> </attribute> <attribute name="Type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Int"/> <enumeration value="String"/> <enumeration value="Bool"/> <enumeration value="DateTime"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="GetConfigValuesCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="GetEPCListCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="KillCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="LockCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ReadTagDataCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ResetCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="SetConfigValuesCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="UnlockCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="UpdateFirmwareCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="WriteTagDataCommand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <element name="SensorReadingMeasureList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SensorReadingMeasure" 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="31"/> </restriction> </simpleType> </attribute> <attribute name="UnitOfMeasure" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="31"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Id" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="36"/> <maxLength value="36"/> </restriction> </simpleType> </attribute> <attribute name="FirmwareVersion" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="31"/> </restriction> </simpleType> </attribute> <attribute name="Manufacturer" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="URL" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}anyURI"> <minLength value="1"/> <maxLength value="1023"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
any |
protected DeviceDefinitionList |
deviceDefinitionList |
Constructor and Description |
---|
Jetstream.GetDeviceDefinitionsResponse() |
Modifier and Type | Method and Description |
---|---|
DeviceDefinitionList |
getDeviceDefinitionList()
Gets the value of the deviceDefinitionList property.
|
protected DeviceDefinitionList deviceDefinitionList
protected java.util.List<java.lang.Object> any
public Jetstream.GetDeviceDefinitionsResponse()
public DeviceDefinitionList getDeviceDefinitionList()
DeviceDefinitionList