public class ImpinjDirectionUserTagPopulationLimit extends Custom
| Modifier and Type | Field and Description |
|---|---|
static UnsignedInteger |
PARAMETER_SUBTYPE |
protected UnsignedShort |
userTagPopulationLimit |
static UnsignedInteger |
VENDOR_ID |
data, parameterSubtype, TYPENUM, vendorIdentifierRESERVEDLENGTH, TYPENUMBERLENGTHbitLength| Constructor and Description |
|---|
ImpinjDirectionUserTagPopulationLimit()
empty constructor to create new parameter.
|
ImpinjDirectionUserTagPopulationLimit(Custom custom)
Constructor to create this parameter from custom parameter
|
ImpinjDirectionUserTagPopulationLimit(org.jdom.Element element)
Constructor to create parameter from xml encoded parameter
calls decodeXML to decode parameter.
|
ImpinjDirectionUserTagPopulationLimit(LLRPBitList list)
Constructor to create parameter from binary encoded parameter
calls decodeBinary to decode parameter.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getName()
name of parameter (same as class name)
|
UnsignedShort |
getUserTagPopulationLimit()
get userTagPopulationLimit of type UnsignedShort.
|
static java.lang.Integer |
length()
For TLV Parameter length can not be determined at compile time.
|
void |
setUserTagPopulationLimit(UnsignedShort userTagPopulationLimit)
set userTagPopulationLimit 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 userTagPopulationLimit
public ImpinjDirectionUserTagPopulationLimit()
public ImpinjDirectionUserTagPopulationLimit(LLRPBitList list)
list - to be decodedpublic ImpinjDirectionUserTagPopulationLimit(org.jdom.Element element)
throws InvalidLLRPMessageException
element - is the xml element to be decodedInvalidLLRPMessageExceptionpublic ImpinjDirectionUserTagPopulationLimit(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 setUserTagPopulationLimit(UnsignedShort userTagPopulationLimit)
userTagPopulationLimit - to be setpublic UnsignedShort getUserTagPopulationLimit()
public static java.lang.Integer length()
Copyright © 2007 ETH Zurich.