public class CommandList
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="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>
Modifier and Type | Field and Description |
---|---|
protected ConfigParameterList |
configParameterList |
protected DeviceSpecificCommandList |
deviceSpecificCommandList |
protected boolean |
getConfigValuesCommand |
protected boolean |
getEPCListCommand |
protected boolean |
killCommand |
protected boolean |
lockCommand |
protected boolean |
readTagDataCommand |
protected boolean |
resetCommand |
protected boolean |
setConfigValuesCommand |
protected boolean |
unlockCommand |
protected boolean |
updateFirmwareCommand |
protected boolean |
writeTagDataCommand |
Constructor and Description |
---|
CommandList() |
Modifier and Type | Method and Description |
---|---|
ConfigParameterList |
getConfigParameterList()
Gets the value of the configParameterList property.
|
DeviceSpecificCommandList |
getDeviceSpecificCommandList()
Gets the value of the deviceSpecificCommandList property.
|
boolean |
isGetConfigValuesCommand()
Gets the value of the getConfigValuesCommand property.
|
boolean |
isGetEPCListCommand()
Gets the value of the getEPCListCommand property.
|
boolean |
isKillCommand()
Gets the value of the killCommand property.
|
boolean |
isLockCommand()
Gets the value of the lockCommand property.
|
boolean |
isReadTagDataCommand()
Gets the value of the readTagDataCommand property.
|
boolean |
isResetCommand()
Gets the value of the resetCommand property.
|
boolean |
isSetConfigValuesCommand()
Gets the value of the setConfigValuesCommand property.
|
boolean |
isUnlockCommand()
Gets the value of the unlockCommand property.
|
boolean |
isUpdateFirmwareCommand()
Gets the value of the updateFirmwareCommand property.
|
boolean |
isWriteTagDataCommand()
Gets the value of the writeTagDataCommand property.
|
protected DeviceSpecificCommandList deviceSpecificCommandList
protected ConfigParameterList configParameterList
protected boolean getConfigValuesCommand
protected boolean getEPCListCommand
protected boolean killCommand
protected boolean lockCommand
protected boolean readTagDataCommand
protected boolean resetCommand
protected boolean setConfigValuesCommand
protected boolean unlockCommand
protected boolean updateFirmwareCommand
protected boolean writeTagDataCommand
public DeviceSpecificCommandList getDeviceSpecificCommandList()
DeviceSpecificCommandList
public ConfigParameterList getConfigParameterList()
ConfigParameterList
public boolean isGetConfigValuesCommand()
public boolean isGetEPCListCommand()
public boolean isKillCommand()
public boolean isLockCommand()
public boolean isReadTagDataCommand()
public boolean isResetCommand()
public boolean isSetConfigValuesCommand()
public boolean isUnlockCommand()
public boolean isUpdateFirmwareCommand()
public boolean isWriteTagDataCommand()