|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.epc.reports.ECReportGroupList
public class ECReportGroupList
An ECReportGroupList
SHALL be included in an ECReportGroup
when any of the four boolean fields includeEPC
, includeTag
,
includeRawHex
, and includeRawDecimal
of the corresponding
ECReportOutputSpec
are true.
Each distinct Tag included in this group SHALL have a distinct
ECReportGroupListMember
element in the ECReportGroupList
,
even if those ECReportGroupListMember
elements would be identical due to
the fields and formats selected.
For example, it is possible for two different tags to have the same pure identity EPC
representation; e.g., two Tags having SGTIN-96 EPC values that differ only in the filter
bits. If both tags are read in the same event cycle, and ECReportOutputSpec
specified includeEPC true and all other formats false, then the resulting
ECReportGroupList
SHALL have two ECReportGroupListMember
elements, each having the same pure identity URI in the epc field.
Similarly, if two Tags have the same values in one or more user defined fields, and
ECReportOutputSpec
only specified reading from those fields, the resulting
ECReportGroupList
SHALL have two ECReportGroupListMember
elements, each having the same user fields in the fieldList parameter.
Constructor Summary | |
---|---|
ECReportGroupList()
Constructor |
|
ECReportGroupList(ECReportGroupListMember[] members)
Constructor |
Method Summary | |
---|---|
ECReportGroupListMember[] |
getMembers()
Getter for members |
void |
setMembers(ECReportGroupListMember[] members)
Setter for members |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECReportGroupList(ECReportGroupListMember[] members)
members
- public ECReportGroupList()
Method Detail |
---|
public ECReportGroupListMember[] getMembers()
public void setMembers(ECReportGroupListMember[] members)
members
- the value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |