|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.llrp.ltk.types.LLRPParameter org.llrp.ltk.types.TLVParameter org.llrp.ltk.generated.parameters.C1G2UHFRFModeTableEntry
public class C1G2UHFRFModeTableEntry
This parameter carries the information for each UHFC1G2 RF mode. A mode that has been tested for conformance by the EPCGlobal Hardware Action Group's Testing and Conformance (HAG T and C) group, is indicated using a conformance flag. See also LLRP Specification Section 15.2.1.1.2.1 and LLRP Specification Section 16.3.1.1.2.1 .
Field Summary | |
---|---|
protected UnsignedInteger |
bDRValue
|
protected C1G2DRValue |
dRValue
|
protected Bit |
ePCHAGTCConformance
|
protected C1G2ForwardLinkModulation |
forwardLinkModulation
|
protected UnsignedInteger |
maxTariValue
|
protected UnsignedInteger |
minTariValue
|
protected UnsignedInteger |
modeIdentifier
|
protected C1G2MValue |
mValue
|
protected UnsignedInteger |
pIEValue
|
protected BitList |
reserved0
|
protected C1G2SpectralMaskIndicator |
spectralMaskIndicator
|
protected UnsignedInteger |
stepTariValue
|
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 | |
---|---|
C1G2UHFRFModeTableEntry()
empty constructor to create new parameter. |
|
C1G2UHFRFModeTableEntry(org.jdom.Element element)
Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter. |
|
C1G2UHFRFModeTableEntry(LLRPBitList list)
Constructor to create parameter from binary encoded parameter calls decodeBinary to decode parameter. |
Method Summary | |
---|---|
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. |
UnsignedInteger |
getBDRValue()
get bDRValue of type UnsignedInteger. |
C1G2DRValue |
getDRValue()
get dRValue of type C1G2DRValue. |
Bit |
getEPCHAGTCConformance()
get ePCHAGTCConformance of type Bit. |
C1G2ForwardLinkModulation |
getForwardLinkModulation()
get forwardLinkModulation of type C1G2ForwardLinkModulation. |
UnsignedInteger |
getMaxTariValue()
get maxTariValue of type UnsignedInteger. |
UnsignedInteger |
getMinTariValue()
get minTariValue of type UnsignedInteger. |
UnsignedInteger |
getModeIdentifier()
get modeIdentifier of type UnsignedInteger. |
C1G2MValue |
getMValue()
get mValue of type C1G2MValue. |
java.lang.String |
getName()
name of parameter (same as class name) |
UnsignedInteger |
getPIEValue()
get pIEValue of type UnsignedInteger. |
C1G2SpectralMaskIndicator |
getSpectralMaskIndicator()
get spectralMaskIndicator of type C1G2SpectralMaskIndicator. |
UnsignedInteger |
getStepTariValue()
get stepTariValue of type UnsignedInteger. |
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 |
setBDRValue(UnsignedInteger bDRValue)
set bDRValue of type UnsignedInteger . |
void |
setDRValue(C1G2DRValue dRValue)
set dRValue of type C1G2DRValue . |
void |
setEPCHAGTCConformance(Bit ePCHAGTCConformance)
set ePCHAGTCConformance of type Bit . |
void |
setForwardLinkModulation(C1G2ForwardLinkModulation forwardLinkModulation)
set forwardLinkModulation of type C1G2ForwardLinkModulation . |
void |
setMaxTariValue(UnsignedInteger maxTariValue)
set maxTariValue of type UnsignedInteger . |
void |
setMinTariValue(UnsignedInteger minTariValue)
set minTariValue of type UnsignedInteger . |
void |
setModeIdentifier(UnsignedInteger modeIdentifier)
set modeIdentifier of type UnsignedInteger . |
void |
setMValue(C1G2MValue mValue)
set mValue of type C1G2MValue . |
void |
setPIEValue(UnsignedInteger pIEValue)
set pIEValue of type UnsignedInteger . |
void |
setSpectralMaskIndicator(C1G2SpectralMaskIndicator spectralMaskIndicator)
set spectralMaskIndicator of type C1G2SpectralMaskIndicator . |
void |
setStepTariValue(UnsignedInteger stepTariValue)
set stepTariValue of type UnsignedInteger . |
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 |
---|
public static final SignedShort TYPENUM
protected UnsignedInteger modeIdentifier
protected C1G2DRValue dRValue
protected Bit ePCHAGTCConformance
protected BitList reserved0
protected C1G2MValue mValue
protected C1G2ForwardLinkModulation forwardLinkModulation
protected C1G2SpectralMaskIndicator spectralMaskIndicator
protected UnsignedInteger bDRValue
protected UnsignedInteger pIEValue
protected UnsignedInteger minTariValue
protected UnsignedInteger maxTariValue
protected UnsignedInteger stepTariValue
Constructor Detail |
---|
public C1G2UHFRFModeTableEntry()
public C1G2UHFRFModeTableEntry(LLRPBitList list)
list
- to be decodedpublic C1G2UHFRFModeTableEntry(org.jdom.Element element) throws InvalidLLRPMessageException
element
- to be decoded
InvalidLLRPMessageException
Method Detail |
---|
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 decoded
InvalidLLRPMessageException
public void setModeIdentifier(UnsignedInteger modeIdentifier)
modeIdentifier
- to be setpublic void setDRValue(C1G2DRValue dRValue)
dRValue
- to be setpublic void setEPCHAGTCConformance(Bit ePCHAGTCConformance)
ePCHAGTCConformance
- to be setpublic void setMValue(C1G2MValue mValue)
mValue
- to be setpublic void setForwardLinkModulation(C1G2ForwardLinkModulation forwardLinkModulation)
forwardLinkModulation
- to be setpublic void setSpectralMaskIndicator(C1G2SpectralMaskIndicator spectralMaskIndicator)
spectralMaskIndicator
- to be setpublic void setBDRValue(UnsignedInteger bDRValue)
bDRValue
- to be setpublic void setPIEValue(UnsignedInteger pIEValue)
pIEValue
- to be setpublic void setMinTariValue(UnsignedInteger minTariValue)
minTariValue
- to be setpublic void setMaxTariValue(UnsignedInteger maxTariValue)
maxTariValue
- to be setpublic void setStepTariValue(UnsignedInteger stepTariValue)
stepTariValue
- to be setpublic UnsignedInteger getModeIdentifier()
public C1G2DRValue getDRValue()
public Bit getEPCHAGTCConformance()
public C1G2MValue getMValue()
public C1G2ForwardLinkModulation getForwardLinkModulation()
public C1G2SpectralMaskIndicator getSpectralMaskIndicator()
public UnsignedInteger getBDRValue()
public UnsignedInteger getPIEValue()
public UnsignedInteger getMinTariValue()
public UnsignedInteger getMaxTariValue()
public UnsignedInteger getStepTariValue()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |