epcglobal.ale
Class ECReportList

java.lang.Object
  extended by epcglobal.ale.ECReportList
All Implemented Interfaces:
java.io.Serializable

public class ECReportList
extends java.lang.Object
implements java.io.Serializable

Java class for ECReportList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ECReportList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="report" type="{urn:epcglobal:ale:xsd:1}ECReport" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<ECReport> report
           
 
Constructor Summary
ECReportList()
           
 
Method Summary
 java.util.List<ECReport> getReport()
          Gets the value of the report property.
 boolean isSetReport()
           
 void unsetReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

report

protected java.util.List<ECReport> report
Constructor Detail

ECReportList

public ECReportList()
Method Detail

getReport

public java.util.List<ECReport> getReport()
Gets the value of the report 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 report property.

For example, to add a new item, do as follows:

    getReport().add(newItem);
 

Objects of the following type(s) are allowed in the list ECReport


isSetReport

public boolean isSetReport()

unsetReport

public void unsetReport()