public class ImpinjLocationConfig extends Custom
| Modifier and Type | Field and Description |
|---|---|
protected UnsignedShort |
computeWindowSeconds |
static UnsignedInteger |
PARAMETER_SUBTYPE |
protected UnsignedShort |
tagAgeIntervalSeconds |
protected UnsignedShort |
updateIntervalSeconds |
static UnsignedInteger |
VENDOR_ID |
data, parameterSubtype, TYPENUM, vendorIdentifierRESERVEDLENGTH, TYPENUMBERLENGTHbitLength| Constructor and Description |
|---|
ImpinjLocationConfig()
empty constructor to create new parameter.
|
ImpinjLocationConfig(Custom custom)
Constructor to create this parameter from custom parameter
|
ImpinjLocationConfig(org.jdom.Element element)
Constructor to create parameter from xml encoded parameter
calls decodeXML to decode parameter.
|
ImpinjLocationConfig(LLRPBitList list)
Constructor to create parameter from binary encoded parameter
calls decodeBinary to decode parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToCustomList(Custom custom)
add element custom of type Custom .
|
protected void |
decodeBinarySpecific(LLRPBitList binary)
decoding function to be implemented by each parameter
|
void |
decodeXML(org.jdom.Element element)
create objects from xml.
|
LLRPBitList |
encodeBinarySpecific()
protected method to force subclasses to implement their specific encoding
|
org.jdom.Content |
encodeXML(java.lang.String name,
org.jdom.Namespace ns)
create xml representation of this parameter.
|
UnsignedShort |
getComputeWindowSeconds()
get computeWindowSeconds of type UnsignedShort.
|
java.util.List<Custom> |
getCustomList()
get customList of type List <Custom> .
|
ImpinjDisabledAntennas |
getImpinjDisabledAntennas()
get impinjDisabledAntennas of type ImpinjDisabledAntennas .
|
ImpinjLocationAlgorithmControl |
getImpinjLocationAlgorithmControl()
get impinjLocationAlgorithmControl of type ImpinjLocationAlgorithmControl .
|
java.lang.String |
getName()
name of parameter (same as class name)
|
UnsignedShort |
getTagAgeIntervalSeconds()
get tagAgeIntervalSeconds of type UnsignedShort.
|
UnsignedShort |
getUpdateIntervalSeconds()
get updateIntervalSeconds of type UnsignedShort.
|
static java.lang.Integer |
length()
For TLV Parameter length can not be determined at compile time.
|
void |
setComputeWindowSeconds(UnsignedShort computeWindowSeconds)
set computeWindowSeconds of type UnsignedShort .
|
void |
setCustomList(java.util.List<Custom> customList)
set customList of type List <Custom>.
|
void |
setImpinjDisabledAntennas(ImpinjDisabledAntennas impinjDisabledAntennas)
set impinjDisabledAntennas of type ImpinjDisabledAntennas.
|
void |
setImpinjLocationAlgorithmControl(ImpinjLocationAlgorithmControl impinjLocationAlgorithmControl)
set impinjLocationAlgorithmControl of type ImpinjLocationAlgorithmControl.
|
void |
setTagAgeIntervalSeconds(UnsignedShort tagAgeIntervalSeconds)
set tagAgeIntervalSeconds of type UnsignedShort .
|
void |
setUpdateIntervalSeconds(UnsignedShort updateIntervalSeconds)
set updateIntervalSeconds of type UnsignedShort .
|
getData, getParameterSubtype, getTypeNum, getVendorIdentifier, setData, setParameterSubtype, setVendorIdentifier, toStringdecodeBinary, encodeBinarygetByteLengthclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdecodeBinary, encodeBinarydecodeBinary, encodeBinarydecodeBinary, encodeBinarypublic static final UnsignedInteger PARAMETER_SUBTYPE
public static final UnsignedInteger VENDOR_ID
protected UnsignedShort computeWindowSeconds
protected UnsignedShort tagAgeIntervalSeconds
protected UnsignedShort updateIntervalSeconds
public ImpinjLocationConfig()
public ImpinjLocationConfig(LLRPBitList list)
list - to be decodedpublic ImpinjLocationConfig(org.jdom.Element element)
throws InvalidLLRPMessageException
element - is the xml element to be decodedInvalidLLRPMessageExceptionpublic ImpinjLocationConfig(Custom custom)
custom - public LLRPBitList encodeBinarySpecific()
CustomencodeBinarySpecific in class Custompublic org.jdom.Content encodeXML(java.lang.String name,
org.jdom.Namespace ns)
encodeXML in interface AccessCommandOpSpecencodeXML in interface AccessCommandOpSpecResultencodeXML in interface SpecParameterencodeXML in class Customname - of elementns - Namespace of elementsprotected void decodeBinarySpecific(LLRPBitList binary)
CustomdecodeBinarySpecific in class Custombinary - binary representation of the parameterpublic void decodeXML(org.jdom.Element element)
throws InvalidLLRPMessageException
decodeXML in interface AccessCommandOpSpecdecodeXML in interface AccessCommandOpSpecResultdecodeXML in interface SpecParameterdecodeXML in class Customelement - to be decodedInvalidLLRPMessageExceptionpublic void setComputeWindowSeconds(UnsignedShort computeWindowSeconds)
computeWindowSeconds - to be setpublic void setTagAgeIntervalSeconds(UnsignedShort tagAgeIntervalSeconds)
tagAgeIntervalSeconds - to be setpublic void setUpdateIntervalSeconds(UnsignedShort updateIntervalSeconds)
updateIntervalSeconds - to be setpublic void setImpinjDisabledAntennas(ImpinjDisabledAntennas impinjDisabledAntennas)
impinjDisabledAntennas - to be setpublic void setImpinjLocationAlgorithmControl(ImpinjLocationAlgorithmControl impinjLocationAlgorithmControl)
impinjLocationAlgorithmControl - to be setpublic void setCustomList(java.util.List<Custom> customList)
customList - to be setpublic UnsignedShort getComputeWindowSeconds()
public UnsignedShort getTagAgeIntervalSeconds()
public UnsignedShort getUpdateIntervalSeconds()
public ImpinjDisabledAntennas getImpinjDisabledAntennas()
public ImpinjLocationAlgorithmControl getImpinjLocationAlgorithmControl()
public java.util.List<Custom> getCustomList()
public void addToCustomList(Custom custom)
custom - of type Custompublic static java.lang.Integer length()
Copyright © 2007 ETH Zurich.