public class ImpinjDirectionReportData extends Custom
| Modifier and Type | Field and Description |
|---|---|
protected UnsignedByte |
firstSeenSectorID |
protected UnsignedLong |
firstSeenTimestampUTC |
protected UnsignedByte |
lastSeenSectorID |
protected UnsignedLong |
lastSeenTimestampUTC |
static UnsignedInteger |
PARAMETER_SUBTYPE |
protected ImpinjDirectionTagPopulationStatus |
tagPopulationStatus |
protected ImpinjDirectionReportType |
type |
static UnsignedInteger |
VENDOR_ID |
data, parameterSubtype, TYPENUM, vendorIdentifierRESERVEDLENGTH, TYPENUMBERLENGTHbitLength| Constructor and Description |
|---|
ImpinjDirectionReportData()
empty constructor to create new parameter.
|
ImpinjDirectionReportData(Custom custom)
Constructor to create this parameter from custom parameter
|
ImpinjDirectionReportData(org.jdom.Element element)
Constructor to create parameter from xml encoded parameter
calls decodeXML to decode parameter.
|
ImpinjDirectionReportData(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> .
|
UnsignedByte |
getFirstSeenSectorID()
get firstSeenSectorID of type UnsignedByte.
|
UnsignedLong |
getFirstSeenTimestampUTC()
get firstSeenTimestampUTC of type UnsignedLong.
|
ImpinjDirectionDiagnosticData |
getImpinjDirectionDiagnosticData()
get impinjDirectionDiagnosticData of type ImpinjDirectionDiagnosticData .
|
UnsignedByte |
getLastSeenSectorID()
get lastSeenSectorID of type UnsignedByte.
|
UnsignedLong |
getLastSeenTimestampUTC()
get lastSeenTimestampUTC of type UnsignedLong.
|
java.lang.String |
getName()
name of parameter (same as class name)
|
ImpinjDirectionTagPopulationStatus |
getTagPopulationStatus()
get tagPopulationStatus of type ImpinjDirectionTagPopulationStatus.
|
ImpinjDirectionReportType |
getType()
get type of type ImpinjDirectionReportType.
|
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 |
setFirstSeenSectorID(UnsignedByte firstSeenSectorID)
set firstSeenSectorID of type UnsignedByte .
|
void |
setFirstSeenTimestampUTC(UnsignedLong firstSeenTimestampUTC)
set firstSeenTimestampUTC of type UnsignedLong .
|
void |
setImpinjDirectionDiagnosticData(ImpinjDirectionDiagnosticData impinjDirectionDiagnosticData)
set impinjDirectionDiagnosticData of type ImpinjDirectionDiagnosticData.
|
void |
setLastSeenSectorID(UnsignedByte lastSeenSectorID)
set lastSeenSectorID of type UnsignedByte .
|
void |
setLastSeenTimestampUTC(UnsignedLong lastSeenTimestampUTC)
set lastSeenTimestampUTC of type UnsignedLong .
|
void |
setTagPopulationStatus(ImpinjDirectionTagPopulationStatus tagPopulationStatus)
set tagPopulationStatus of type ImpinjDirectionTagPopulationStatus .
|
void |
setType(ImpinjDirectionReportType type)
set type of type ImpinjDirectionReportType .
|
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 ImpinjDirectionReportType type
protected ImpinjDirectionTagPopulationStatus tagPopulationStatus
protected UnsignedByte firstSeenSectorID
protected UnsignedLong firstSeenTimestampUTC
protected UnsignedByte lastSeenSectorID
protected UnsignedLong lastSeenTimestampUTC
public ImpinjDirectionReportData()
public ImpinjDirectionReportData(LLRPBitList list)
list - to be decodedpublic ImpinjDirectionReportData(org.jdom.Element element)
throws InvalidLLRPMessageException
element - is the xml element to be decodedInvalidLLRPMessageExceptionpublic ImpinjDirectionReportData(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 setType(ImpinjDirectionReportType type)
type - to be setpublic void setTagPopulationStatus(ImpinjDirectionTagPopulationStatus tagPopulationStatus)
tagPopulationStatus - to be setpublic void setFirstSeenSectorID(UnsignedByte firstSeenSectorID)
firstSeenSectorID - to be setpublic void setFirstSeenTimestampUTC(UnsignedLong firstSeenTimestampUTC)
firstSeenTimestampUTC - to be setpublic void setLastSeenSectorID(UnsignedByte lastSeenSectorID)
lastSeenSectorID - to be setpublic void setLastSeenTimestampUTC(UnsignedLong lastSeenTimestampUTC)
lastSeenTimestampUTC - to be setpublic void setImpinjDirectionDiagnosticData(ImpinjDirectionDiagnosticData impinjDirectionDiagnosticData)
impinjDirectionDiagnosticData - to be setpublic void setCustomList(java.util.List<Custom> customList)
customList - to be setpublic ImpinjDirectionReportType getType()
public ImpinjDirectionTagPopulationStatus getTagPopulationStatus()
public UnsignedByte getFirstSeenSectorID()
public UnsignedLong getFirstSeenTimestampUTC()
public UnsignedByte getLastSeenSectorID()
public UnsignedLong getLastSeenTimestampUTC()
public ImpinjDirectionDiagnosticData getImpinjDirectionDiagnosticData()
public java.util.List<Custom> getCustomList()
public void addToCustomList(Custom custom)
custom - of type Custompublic static java.lang.Integer length()
Copyright © 2007 ETH Zurich.