public class ImpinjxArrayCapabilities extends Custom
| Modifier and Type | Field and Description |
|---|---|
protected UnsignedInteger |
maxNumSectors |
static UnsignedInteger |
PARAMETER_SUBTYPE |
protected Bit |
supportsDISpecs |
protected Bit |
supportsLISpecs |
protected Bit |
supportsTISpecs |
protected Bit |
supportsTSISpecs |
static UnsignedInteger |
VENDOR_ID |
data, parameterSubtype, TYPENUM, vendorIdentifierRESERVEDLENGTH, TYPENUMBERLENGTHbitLength| Constructor and Description |
|---|
ImpinjxArrayCapabilities()
empty constructor to create new parameter.
|
ImpinjxArrayCapabilities(Custom custom)
Constructor to create this parameter from custom parameter
|
ImpinjxArrayCapabilities(org.jdom.Element element)
Constructor to create parameter from xml encoded parameter
calls decodeXML to decode parameter.
|
ImpinjxArrayCapabilities(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.
|
java.util.List<Custom> |
getCustomList()
get customList of type List <Custom> .
|
ImpinjxArrayDirectionCapabilities |
getImpinjxArrayDirectionCapabilities()
get impinjxArrayDirectionCapabilities of type ImpinjxArrayDirectionCapabilities .
|
UnsignedInteger |
getMaxNumSectors()
get maxNumSectors of type UnsignedInteger.
|
java.lang.String |
getName()
name of parameter (same as class name)
|
Bit |
getSupportsDISpecs()
get supportsDISpecs of type Bit.
|
Bit |
getSupportsLISpecs()
get supportsLISpecs of type Bit.
|
Bit |
getSupportsTISpecs()
get supportsTISpecs of type Bit.
|
Bit |
getSupportsTSISpecs()
get supportsTSISpecs of type Bit.
|
static java.lang.Integer |
length()
For TLV Parameter length can not be determined at compile time.
|
void |
setCustomList(java.util.List<Custom> customList)
set customList of type List <Custom>.
|
void |
setImpinjxArrayDirectionCapabilities(ImpinjxArrayDirectionCapabilities impinjxArrayDirectionCapabilities)
set impinjxArrayDirectionCapabilities of type ImpinjxArrayDirectionCapabilities.
|
void |
setMaxNumSectors(UnsignedInteger maxNumSectors)
set maxNumSectors of type UnsignedInteger .
|
void |
setSupportsDISpecs(Bit supportsDISpecs)
set supportsDISpecs of type Bit .
|
void |
setSupportsLISpecs(Bit supportsLISpecs)
set supportsLISpecs of type Bit .
|
void |
setSupportsTISpecs(Bit supportsTISpecs)
set supportsTISpecs of type Bit .
|
void |
setSupportsTSISpecs(Bit supportsTSISpecs)
set supportsTSISpecs of type Bit .
|
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 UnsignedInteger maxNumSectors
protected Bit supportsLISpecs
protected Bit supportsTISpecs
protected Bit supportsTSISpecs
protected Bit supportsDISpecs
public ImpinjxArrayCapabilities()
public ImpinjxArrayCapabilities(LLRPBitList list)
list - to be decodedpublic ImpinjxArrayCapabilities(org.jdom.Element element)
throws InvalidLLRPMessageException
element - is the xml element to be decodedInvalidLLRPMessageExceptionpublic ImpinjxArrayCapabilities(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 setMaxNumSectors(UnsignedInteger maxNumSectors)
maxNumSectors - to be setpublic void setSupportsLISpecs(Bit supportsLISpecs)
supportsLISpecs - to be setpublic void setSupportsTISpecs(Bit supportsTISpecs)
supportsTISpecs - to be setpublic void setSupportsTSISpecs(Bit supportsTSISpecs)
supportsTSISpecs - to be setpublic void setSupportsDISpecs(Bit supportsDISpecs)
supportsDISpecs - to be setpublic void setImpinjxArrayDirectionCapabilities(ImpinjxArrayDirectionCapabilities impinjxArrayDirectionCapabilities)
impinjxArrayDirectionCapabilities - to be setpublic void setCustomList(java.util.List<Custom> customList)
customList - to be setpublic UnsignedInteger getMaxNumSectors()
public Bit getSupportsLISpecs()
public Bit getSupportsTISpecs()
public Bit getSupportsTSISpecs()
public Bit getSupportsDISpecs()
public ImpinjxArrayDirectionCapabilities getImpinjxArrayDirectionCapabilities()
public java.util.List<Custom> getCustomList()
public void addToCustomList(Custom custom)
custom - of type Custompublic static java.lang.Integer length()
Copyright © 2007 ETH Zurich.