org.llrp.ltk.generated.parameters
Class TagReportContentSelector

java.lang.Object
  extended by org.llrp.ltk.types.LLRPParameter
      extended by org.llrp.ltk.types.TLVParameter
          extended by org.llrp.ltk.generated.parameters.TagReportContentSelector

public class TagReportContentSelector
extends TLVParameter

This parameter is used to configure the contents that are of interest in TagReportData. If enabled, the field is reported along with the tag data in the TagReportData. See also LLRP Specification Section 13.2.1.1 and LLRP Specification Section 16.2.7.1.1 .


Field Summary
protected  java.util.List<AirProtocolEPCMemorySelector> airProtocolEPCMemorySelectorList
           
protected  Bit enableAccessSpecID
           
protected  Bit enableAntennaID
           
protected  Bit enableChannelIndex
           
protected  Bit enableFirstSeenTimestamp
           
protected  Bit enableInventoryParameterSpecID
           
protected  Bit enableLastSeenTimestamp
           
protected  Bit enablePeakRSSI
           
protected  Bit enableROSpecID
           
protected  Bit enableSpecIndex
           
protected  Bit enableTagSeenCount
           
protected  BitList reserved0
           
static SignedShort TYPENUM
           
 
Fields inherited from class org.llrp.ltk.types.TLVParameter
RESERVEDLENGTH, TYPENUMBERLENGTH
 
Fields inherited from class org.llrp.ltk.types.LLRPParameter
bitLength
 
Constructor Summary
TagReportContentSelector()
          empty constructor to create new parameter.
TagReportContentSelector(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
TagReportContentSelector(LLRPBitList list)
          Constructor to create parameter from binary encoded parameter calls decodeBinary to decode parameter.
 
Method Summary
 void addToAirProtocolEPCMemorySelectorList(AirProtocolEPCMemorySelector airProtocolEPCMemorySelector)
          add element airProtocolEPCMemorySelector of type AirProtocolEPCMemorySelector .
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<AirProtocolEPCMemorySelector> getAirProtocolEPCMemorySelectorList()
          get airProtocolEPCMemorySelectorList of type List <AirProtocolEPCMemorySelector> .
 Bit getEnableAccessSpecID()
          get enableAccessSpecID of type Bit.
 Bit getEnableAntennaID()
          get enableAntennaID of type Bit.
 Bit getEnableChannelIndex()
          get enableChannelIndex of type Bit.
 Bit getEnableFirstSeenTimestamp()
          get enableFirstSeenTimestamp of type Bit.
 Bit getEnableInventoryParameterSpecID()
          get enableInventoryParameterSpecID of type Bit.
 Bit getEnableLastSeenTimestamp()
          get enableLastSeenTimestamp of type Bit.
 Bit getEnablePeakRSSI()
          get enablePeakRSSI of type Bit.
 Bit getEnableROSpecID()
          get enableROSpecID of type Bit.
 Bit getEnableSpecIndex()
          get enableSpecIndex of type Bit.
 Bit getEnableTagSeenCount()
          get enableTagSeenCount of type Bit.
 java.lang.String getName()
          name of parameter (same as class name)
 SignedShort getTypeNum()
          type number uniquely identifies a parameter.
static java.lang.Integer length()
          For TLV Parameter length can not be determined at compile time.
 void setAirProtocolEPCMemorySelectorList(java.util.List<AirProtocolEPCMemorySelector> airProtocolEPCMemorySelectorList)
          set airProtocolEPCMemorySelectorList of type List <AirProtocolEPCMemorySelector>.
 void setEnableAccessSpecID(Bit enableAccessSpecID)
          set enableAccessSpecID of type Bit .
 void setEnableAntennaID(Bit enableAntennaID)
          set enableAntennaID of type Bit .
 void setEnableChannelIndex(Bit enableChannelIndex)
          set enableChannelIndex of type Bit .
 void setEnableFirstSeenTimestamp(Bit enableFirstSeenTimestamp)
          set enableFirstSeenTimestamp of type Bit .
 void setEnableInventoryParameterSpecID(Bit enableInventoryParameterSpecID)
          set enableInventoryParameterSpecID of type Bit .
 void setEnableLastSeenTimestamp(Bit enableLastSeenTimestamp)
          set enableLastSeenTimestamp of type Bit .
 void setEnablePeakRSSI(Bit enablePeakRSSI)
          set enablePeakRSSI of type Bit .
 void setEnableROSpecID(Bit enableROSpecID)
          set enableROSpecID of type Bit .
 void setEnableSpecIndex(Bit enableSpecIndex)
          set enableSpecIndex of type Bit .
 void setEnableTagSeenCount(Bit enableTagSeenCount)
          set enableTagSeenCount of type Bit .
 java.lang.String toString()
          return string representation.
 
Methods inherited from class org.llrp.ltk.types.TLVParameter
decodeBinary, encodeBinary
 
Methods inherited from class org.llrp.ltk.types.LLRPParameter
getByteLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPENUM

public static final SignedShort TYPENUM

enableROSpecID

protected Bit enableROSpecID

enableSpecIndex

protected Bit enableSpecIndex

enableInventoryParameterSpecID

protected Bit enableInventoryParameterSpecID

enableAntennaID

protected Bit enableAntennaID

enableChannelIndex

protected Bit enableChannelIndex

enablePeakRSSI

protected Bit enablePeakRSSI

enableFirstSeenTimestamp

protected Bit enableFirstSeenTimestamp

enableLastSeenTimestamp

protected Bit enableLastSeenTimestamp

enableTagSeenCount

protected Bit enableTagSeenCount

enableAccessSpecID

protected Bit enableAccessSpecID

reserved0

protected BitList reserved0

airProtocolEPCMemorySelectorList

protected java.util.List<AirProtocolEPCMemorySelector> airProtocolEPCMemorySelectorList
Constructor Detail

TagReportContentSelector

public TagReportContentSelector()
empty constructor to create new parameter.


TagReportContentSelector

public TagReportContentSelector(LLRPBitList list)
Constructor to create parameter from binary encoded parameter calls decodeBinary to decode parameter.

Parameters:
list - to be decoded

TagReportContentSelector

public TagReportContentSelector(org.jdom.Element element)
                         throws InvalidLLRPMessageException
Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.

Parameters:
element - to be decoded
Throws:
InvalidLLRPMessageException
Method Detail

encodeBinarySpecific

public LLRPBitList encodeBinarySpecific()
protected method to force subclasses to implement their specific encoding

Specified by:
encodeBinarySpecific in class TLVParameter
Returns:
LLRPBitList

encodeXML

public org.jdom.Content encodeXML(java.lang.String name,
                                  org.jdom.Namespace ns)
create xml representation of this parameter.

Specified by:
encodeXML in class LLRPParameter
Parameters:
name - of element
ns - Namespace of elements

decodeBinarySpecific

protected void decodeBinarySpecific(LLRPBitList binary)
decoding function to be implemented by each parameter

Specified by:
decodeBinarySpecific in class TLVParameter
Parameters:
binary - binary representation of the parameter

decodeXML

public void decodeXML(org.jdom.Element element)
               throws InvalidLLRPMessageException
create objects from xml.

Specified by:
decodeXML in class LLRPParameter
Parameters:
element - to be decoded
Throws:
InvalidLLRPMessageException

setEnableROSpecID

public void setEnableROSpecID(Bit enableROSpecID)
set enableROSpecID of type Bit .

Parameters:
enableROSpecID - to be set

setEnableSpecIndex

public void setEnableSpecIndex(Bit enableSpecIndex)
set enableSpecIndex of type Bit .

Parameters:
enableSpecIndex - to be set

setEnableInventoryParameterSpecID

public void setEnableInventoryParameterSpecID(Bit enableInventoryParameterSpecID)
set enableInventoryParameterSpecID of type Bit .

Parameters:
enableInventoryParameterSpecID - to be set

setEnableAntennaID

public void setEnableAntennaID(Bit enableAntennaID)
set enableAntennaID of type Bit .

Parameters:
enableAntennaID - to be set

setEnableChannelIndex

public void setEnableChannelIndex(Bit enableChannelIndex)
set enableChannelIndex of type Bit .

Parameters:
enableChannelIndex - to be set

setEnablePeakRSSI

public void setEnablePeakRSSI(Bit enablePeakRSSI)
set enablePeakRSSI of type Bit .

Parameters:
enablePeakRSSI - to be set

setEnableFirstSeenTimestamp

public void setEnableFirstSeenTimestamp(Bit enableFirstSeenTimestamp)
set enableFirstSeenTimestamp of type Bit .

Parameters:
enableFirstSeenTimestamp - to be set

setEnableLastSeenTimestamp

public void setEnableLastSeenTimestamp(Bit enableLastSeenTimestamp)
set enableLastSeenTimestamp of type Bit .

Parameters:
enableLastSeenTimestamp - to be set

setEnableTagSeenCount

public void setEnableTagSeenCount(Bit enableTagSeenCount)
set enableTagSeenCount of type Bit .

Parameters:
enableTagSeenCount - to be set

setEnableAccessSpecID

public void setEnableAccessSpecID(Bit enableAccessSpecID)
set enableAccessSpecID of type Bit .

Parameters:
enableAccessSpecID - to be set

setAirProtocolEPCMemorySelectorList

public void setAirProtocolEPCMemorySelectorList(java.util.List<AirProtocolEPCMemorySelector> airProtocolEPCMemorySelectorList)
set airProtocolEPCMemorySelectorList of type List <AirProtocolEPCMemorySelector>.

Parameters:
airProtocolEPCMemorySelectorList - to be set

getEnableROSpecID

public Bit getEnableROSpecID()
get enableROSpecID of type Bit.

Returns:
type Bit to be set

getEnableSpecIndex

public Bit getEnableSpecIndex()
get enableSpecIndex of type Bit.

Returns:
type Bit to be set

getEnableInventoryParameterSpecID

public Bit getEnableInventoryParameterSpecID()
get enableInventoryParameterSpecID of type Bit.

Returns:
type Bit to be set

getEnableAntennaID

public Bit getEnableAntennaID()
get enableAntennaID of type Bit.

Returns:
type Bit to be set

getEnableChannelIndex

public Bit getEnableChannelIndex()
get enableChannelIndex of type Bit.

Returns:
type Bit to be set

getEnablePeakRSSI

public Bit getEnablePeakRSSI()
get enablePeakRSSI of type Bit.

Returns:
type Bit to be set

getEnableFirstSeenTimestamp

public Bit getEnableFirstSeenTimestamp()
get enableFirstSeenTimestamp of type Bit.

Returns:
type Bit to be set

getEnableLastSeenTimestamp

public Bit getEnableLastSeenTimestamp()
get enableLastSeenTimestamp of type Bit.

Returns:
type Bit to be set

getEnableTagSeenCount

public Bit getEnableTagSeenCount()
get enableTagSeenCount of type Bit.

Returns:
type Bit to be set

getEnableAccessSpecID

public Bit getEnableAccessSpecID()
get enableAccessSpecID of type Bit.

Returns:
type Bit to be set

getAirProtocolEPCMemorySelectorList

public java.util.List<AirProtocolEPCMemorySelector> getAirProtocolEPCMemorySelectorList()
get airProtocolEPCMemorySelectorList of type List <AirProtocolEPCMemorySelector> .

Returns:
List <AirProtocolEPCMemorySelector>

addToAirProtocolEPCMemorySelectorList

public void addToAirProtocolEPCMemorySelectorList(AirProtocolEPCMemorySelector airProtocolEPCMemorySelector)
add element airProtocolEPCMemorySelector of type AirProtocolEPCMemorySelector .

Parameters:
airProtocolEPCMemorySelector - of type AirProtocolEPCMemorySelector

length

public static java.lang.Integer length()
For TLV Parameter length can not be determined at compile time. This method therefore always returns 0.

Returns:
Integer always zero

getTypeNum

public SignedShort getTypeNum()
type number uniquely identifies a parameter.

Specified by:
getTypeNum in class LLRPParameter
Returns:
typeNum

getName

public java.lang.String getName()
name of parameter (same as class name)

Specified by:
getName in class LLRPParameter
Returns:
String

toString

public java.lang.String toString()
return string representation. All field values but no parameters are included

Overrides:
toString in class java.lang.Object
Returns:
String


Copyright © 2007 ETH Zurich.