org.fosstrak.ale.xsd.ale.epcglobal
Class CCReports.CmdReports

java.lang.Object
  extended by org.fosstrak.ale.xsd.ale.epcglobal.CCReports.CmdReports
Enclosing class:
CCReports

public static class CCReports.CmdReports
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="cmdReport" type="{urn:epcglobal:ale:xsd:1}CCCmdReport" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CCCmdReport> cmdReport
           
 
Constructor Summary
CCReports.CmdReports()
           
 
Method Summary
 java.util.List<CCCmdReport> getCmdReport()
          Gets the value of the cmdReport property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmdReport

protected java.util.List<CCCmdReport> cmdReport
Constructor Detail

CCReports.CmdReports

public CCReports.CmdReports()
Method Detail

getCmdReport

public java.util.List<CCCmdReport> getCmdReport()
Gets the value of the cmdReport 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 cmdReport property.

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

    getCmdReport().add(newItem);
 

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



Copyright © 2009. All Rights Reserved.