public class ImpinjTagReportContentSelector extends Custom
Modifier and Type | Field and Description |
---|---|
static UnsignedInteger |
PARAMETER_SUBTYPE |
static UnsignedInteger |
VENDOR_ID |
data, parameterSubtype, TYPENUM, vendorIdentifier
RESERVEDLENGTH, TYPENUMBERLENGTH
bitLength
Constructor and Description |
---|
ImpinjTagReportContentSelector()
empty constructor to create new parameter.
|
ImpinjTagReportContentSelector(Custom custom)
Constructor to create this parameter from custom parameter
|
ImpinjTagReportContentSelector(org.jdom.Element element)
Constructor to create parameter from xml encoded parameter
calls decodeXML to decode parameter.
|
ImpinjTagReportContentSelector(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> .
|
ImpinjEnableGPSCoordinates |
getImpinjEnableGPSCoordinates()
get impinjEnableGPSCoordinates of type ImpinjEnableGPSCoordinates .
|
ImpinjEnableOptimizedRead |
getImpinjEnableOptimizedRead()
get impinjEnableOptimizedRead of type ImpinjEnableOptimizedRead .
|
ImpinjEnablePeakRSSI |
getImpinjEnablePeakRSSI()
get impinjEnablePeakRSSI of type ImpinjEnablePeakRSSI .
|
ImpinjEnableRFDopplerFrequency |
getImpinjEnableRFDopplerFrequency()
get impinjEnableRFDopplerFrequency of type ImpinjEnableRFDopplerFrequency .
|
ImpinjEnableRFPhaseAngle |
getImpinjEnableRFPhaseAngle()
get impinjEnableRFPhaseAngle of type ImpinjEnableRFPhaseAngle .
|
ImpinjEnableSerializedTID |
getImpinjEnableSerializedTID()
get impinjEnableSerializedTID of type ImpinjEnableSerializedTID .
|
ImpinjEnableTxPower |
getImpinjEnableTxPower()
get impinjEnableTxPower of type ImpinjEnableTxPower .
|
java.lang.String |
getName()
name of parameter (same as class name)
|
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 |
setImpinjEnableGPSCoordinates(ImpinjEnableGPSCoordinates impinjEnableGPSCoordinates)
set impinjEnableGPSCoordinates of type ImpinjEnableGPSCoordinates.
|
void |
setImpinjEnableOptimizedRead(ImpinjEnableOptimizedRead impinjEnableOptimizedRead)
set impinjEnableOptimizedRead of type ImpinjEnableOptimizedRead.
|
void |
setImpinjEnablePeakRSSI(ImpinjEnablePeakRSSI impinjEnablePeakRSSI)
set impinjEnablePeakRSSI of type ImpinjEnablePeakRSSI.
|
void |
setImpinjEnableRFDopplerFrequency(ImpinjEnableRFDopplerFrequency impinjEnableRFDopplerFrequency)
set impinjEnableRFDopplerFrequency of type ImpinjEnableRFDopplerFrequency.
|
void |
setImpinjEnableRFPhaseAngle(ImpinjEnableRFPhaseAngle impinjEnableRFPhaseAngle)
set impinjEnableRFPhaseAngle of type ImpinjEnableRFPhaseAngle.
|
void |
setImpinjEnableSerializedTID(ImpinjEnableSerializedTID impinjEnableSerializedTID)
set impinjEnableSerializedTID of type ImpinjEnableSerializedTID.
|
void |
setImpinjEnableTxPower(ImpinjEnableTxPower impinjEnableTxPower)
set impinjEnableTxPower of type ImpinjEnableTxPower.
|
getData, getParameterSubtype, getTypeNum, getVendorIdentifier, setData, setParameterSubtype, setVendorIdentifier, toString
decodeBinary, encodeBinary
getByteLength
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
decodeBinary, encodeBinary
decodeBinary, encodeBinary
decodeBinary, encodeBinary
public static final UnsignedInteger PARAMETER_SUBTYPE
public static final UnsignedInteger VENDOR_ID
public ImpinjTagReportContentSelector()
public ImpinjTagReportContentSelector(LLRPBitList list)
list
- to be decodedpublic ImpinjTagReportContentSelector(org.jdom.Element element) throws InvalidLLRPMessageException
element
- is the xml element to be decodedInvalidLLRPMessageException
public ImpinjTagReportContentSelector(Custom custom)
custom
- public LLRPBitList encodeBinarySpecific()
Custom
encodeBinarySpecific
in class Custom
public org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
encodeXML
in interface AccessCommandOpSpec
encodeXML
in interface AccessCommandOpSpecResult
encodeXML
in interface SpecParameter
encodeXML
in class Custom
name
- of elementns
- Namespace of elementsprotected void decodeBinarySpecific(LLRPBitList binary)
Custom
decodeBinarySpecific
in class Custom
binary
- binary representation of the parameterpublic void decodeXML(org.jdom.Element element) throws InvalidLLRPMessageException
decodeXML
in interface AccessCommandOpSpec
decodeXML
in interface AccessCommandOpSpecResult
decodeXML
in interface SpecParameter
decodeXML
in class Custom
element
- to be decodedInvalidLLRPMessageException
public void setImpinjEnableSerializedTID(ImpinjEnableSerializedTID impinjEnableSerializedTID)
impinjEnableSerializedTID
- to be setpublic void setImpinjEnableRFPhaseAngle(ImpinjEnableRFPhaseAngle impinjEnableRFPhaseAngle)
impinjEnableRFPhaseAngle
- to be setpublic void setImpinjEnablePeakRSSI(ImpinjEnablePeakRSSI impinjEnablePeakRSSI)
impinjEnablePeakRSSI
- to be setpublic void setImpinjEnableGPSCoordinates(ImpinjEnableGPSCoordinates impinjEnableGPSCoordinates)
impinjEnableGPSCoordinates
- to be setpublic void setImpinjEnableOptimizedRead(ImpinjEnableOptimizedRead impinjEnableOptimizedRead)
impinjEnableOptimizedRead
- to be setpublic void setImpinjEnableRFDopplerFrequency(ImpinjEnableRFDopplerFrequency impinjEnableRFDopplerFrequency)
impinjEnableRFDopplerFrequency
- to be setpublic void setImpinjEnableTxPower(ImpinjEnableTxPower impinjEnableTxPower)
impinjEnableTxPower
- to be setpublic void setCustomList(java.util.List<Custom> customList)
customList
- to be setpublic ImpinjEnableSerializedTID getImpinjEnableSerializedTID()
public ImpinjEnableRFPhaseAngle getImpinjEnableRFPhaseAngle()
public ImpinjEnablePeakRSSI getImpinjEnablePeakRSSI()
public ImpinjEnableGPSCoordinates getImpinjEnableGPSCoordinates()
public ImpinjEnableOptimizedRead getImpinjEnableOptimizedRead()
public ImpinjEnableRFDopplerFrequency getImpinjEnableRFDopplerFrequency()
public ImpinjEnableTxPower getImpinjEnableTxPower()
public java.util.List<Custom> getCustomList()
public void addToCustomList(Custom custom)
custom
- of type Custompublic static java.lang.Integer length()
Copyright © 2007 ETH Zurich.