org.fosstrak.epcis.model
Class EPCListType
java.lang.Object
org.fosstrak.epcis.model.EPCListType
public class EPCListType
- extends Object
Java class for EPCListType complex type.
The following schema fragment specifies the expected content contained within
this class.
<complexType name="EPCListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="epc" type="{urn:epcglobal:xsd:1}EPC" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
List<EPC> |
getEpc()
Gets the value of the epc property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
epc
protected List<EPC> epc
EPCListType
public EPCListType()
getEpc
public List<EPC> getEpc()
- Gets the value of the epc 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 epc property.
For example, to add a new item, do as follows:
getEpc().add(newItem);
Objects of the following type(s) are allowed in the list EPC
Copyright © 2010. All Rights Reserved.