public class C1G2Filter extends TLVParameter
Modifier and Type | Field and Description |
---|---|
protected C1G2TagInventoryMask |
c1G2TagInventoryMask |
protected C1G2TagInventoryStateAwareFilterAction |
c1G2TagInventoryStateAwareFilterAction |
protected C1G2TagInventoryStateUnawareFilterAction |
c1G2TagInventoryStateUnawareFilterAction |
protected BitList |
reserved0 |
protected C1G2TruncateAction |
t |
static SignedShort |
TYPENUM |
RESERVEDLENGTH, TYPENUMBERLENGTH
bitLength
Constructor and Description |
---|
C1G2Filter()
empty constructor to create new parameter.
|
C1G2Filter(org.jdom.Element element)
Constructor to create parameter from xml encoded parameter
calls decodeXML to decode parameter.
|
C1G2Filter(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.
|
C1G2TagInventoryMask |
getC1G2TagInventoryMask()
get c1G2TagInventoryMask of type C1G2TagInventoryMask .
|
C1G2TagInventoryStateAwareFilterAction |
getC1G2TagInventoryStateAwareFilterAction()
get c1G2TagInventoryStateAwareFilterAction of type C1G2TagInventoryStateAwareFilterAction .
|
C1G2TagInventoryStateUnawareFilterAction |
getC1G2TagInventoryStateUnawareFilterAction()
get c1G2TagInventoryStateUnawareFilterAction of type C1G2TagInventoryStateUnawareFilterAction .
|
java.lang.String |
getName()
name of parameter (same as class name)
|
C1G2TruncateAction |
getT()
get t of type C1G2TruncateAction.
|
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 |
setC1G2TagInventoryMask(C1G2TagInventoryMask c1G2TagInventoryMask)
set c1G2TagInventoryMask of type C1G2TagInventoryMask.
|
void |
setC1G2TagInventoryStateAwareFilterAction(C1G2TagInventoryStateAwareFilterAction c1G2TagInventoryStateAwareFilterAction)
set c1G2TagInventoryStateAwareFilterAction of type C1G2TagInventoryStateAwareFilterAction.
|
void |
setC1G2TagInventoryStateUnawareFilterAction(C1G2TagInventoryStateUnawareFilterAction c1G2TagInventoryStateUnawareFilterAction)
set c1G2TagInventoryStateUnawareFilterAction of type C1G2TagInventoryStateUnawareFilterAction.
|
void |
setT(C1G2TruncateAction t)
set t of type C1G2TruncateAction .
|
java.lang.String |
toString()
return string representation.
|
decodeBinary, encodeBinary
getByteLength
public static final SignedShort TYPENUM
protected C1G2TruncateAction t
protected BitList reserved0
protected C1G2TagInventoryMask c1G2TagInventoryMask
protected C1G2TagInventoryStateAwareFilterAction c1G2TagInventoryStateAwareFilterAction
protected C1G2TagInventoryStateUnawareFilterAction c1G2TagInventoryStateUnawareFilterAction
public C1G2Filter()
public C1G2Filter(LLRPBitList list)
list
- to be decodedpublic C1G2Filter(org.jdom.Element element) throws InvalidLLRPMessageException
element
- to be decodedInvalidLLRPMessageException
public LLRPBitList encodeBinarySpecific()
encodeBinarySpecific
in class TLVParameter
public org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
encodeXML
in class LLRPParameter
name
- of elementns
- Namespace of elementsprotected void decodeBinarySpecific(LLRPBitList binary)
decodeBinarySpecific
in class TLVParameter
binary
- binary representation of the parameterpublic void decodeXML(org.jdom.Element element) throws InvalidLLRPMessageException
decodeXML
in class LLRPParameter
element
- to be decodedInvalidLLRPMessageException
public void setT(C1G2TruncateAction t)
t
- to be setpublic void setC1G2TagInventoryMask(C1G2TagInventoryMask c1G2TagInventoryMask)
c1G2TagInventoryMask
- to be setpublic void setC1G2TagInventoryStateAwareFilterAction(C1G2TagInventoryStateAwareFilterAction c1G2TagInventoryStateAwareFilterAction)
c1G2TagInventoryStateAwareFilterAction
- to be setpublic void setC1G2TagInventoryStateUnawareFilterAction(C1G2TagInventoryStateUnawareFilterAction c1G2TagInventoryStateUnawareFilterAction)
c1G2TagInventoryStateUnawareFilterAction
- to be setpublic C1G2TruncateAction getT()
public C1G2TagInventoryMask getC1G2TagInventoryMask()
public C1G2TagInventoryStateAwareFilterAction getC1G2TagInventoryStateAwareFilterAction()
public C1G2TagInventoryStateUnawareFilterAction getC1G2TagInventoryStateUnawareFilterAction()
public static java.lang.Integer length()
public SignedShort getTypeNum()
getTypeNum
in class LLRPParameter
public java.lang.String getName()
getName
in class LLRPParameter
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007 ETH Zurich.