org.fosstrak.ale.xsd.ale.epcglobal
Class CCCmdReport.TagReports
java.lang.Object
org.fosstrak.ale.xsd.ale.epcglobal.CCCmdReport.TagReports
- Enclosing class:
- CCCmdReport
public static class CCCmdReport.TagReports
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tagReport" type="{urn:epcglobal:ale:xsd:1}CCTagReport" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tagReport
protected java.util.List<CCTagReport> tagReport
CCCmdReport.TagReports
public CCCmdReport.TagReports()
getTagReport
public java.util.List<CCTagReport> getTagReport()
- Gets the value of the tagReport property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tagReport property.
For example, to add a new item, do as follows:
getTagReport().add(newItem);
Objects of the following type(s) are allowed in the list
CCTagReport
Copyright © 2009. All Rights Reserved.