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

java.lang.Object
  extended by org.fosstrak.ale.xsd.epcglobal.Document
      extended by org.fosstrak.ale.xsd.ale.epcglobal.CCReports

public class CCReports
extends Document

Java class for CCReports complex type.

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

 <complexType name="CCReports">
   <complexContent>
     <extension base="{urn:epcglobal:xsd:1}Document">
       <sequence>
         <element name="CCSpec" type="{urn:epcglobal:ale:xsd:1}CCSpec" minOccurs="0"/>
         <element name="cmdReports" minOccurs="0">
           <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>
         </element>
         <element name="extension" type="{urn:epcglobal:ale:xsd:1}CCReportsExtension" minOccurs="0"/>
         <any/>
       </sequence>
       <attribute name="ALEID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="initiationCondition" use="required" type="{urn:epcglobal:ale:xsd:1}CCInitiationCondition" />
       <attribute name="initiationTrigger" type="{urn:epcglobal:ale:xsd:1}ECTrigger" />
       <attribute name="specName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="terminationCondition" use="required" type="{urn:epcglobal:ale:xsd:1}CCTerminationCondition" />
       <attribute name="terminationTrigger" type="{urn:epcglobal:ale:xsd:1}ECTrigger" />
       <attribute name="totalMilliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CCReports.CmdReports
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String aleid
           
protected  java.util.List<java.lang.Object> any
           
protected  CCSpec ccSpec
           
protected  CCReports.CmdReports cmdReports
           
protected  javax.xml.datatype.XMLGregorianCalendar date
           
protected  CCReportsExtension extension
           
protected  java.lang.String initiationCondition
           
protected  java.lang.String initiationTrigger
           
protected  java.lang.String specName
           
protected  java.lang.String terminationCondition
           
protected  java.lang.String terminationTrigger
           
protected  long totalMilliseconds
           
 
Fields inherited from class org.fosstrak.ale.xsd.epcglobal.Document
creationDate, schemaVersion
 
Constructor Summary
CCReports()
           
 
Method Summary
 java.lang.String getALEID()
          Gets the value of the aleid property.
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 CCSpec getCCSpec()
          Gets the value of the ccSpec property.
 CCReports.CmdReports getCmdReports()
          Gets the value of the cmdReports property.
 javax.xml.datatype.XMLGregorianCalendar getDate()
          Gets the value of the date property.
 CCReportsExtension getExtension()
          Gets the value of the extension property.
 java.lang.String getInitiationCondition()
          Gets the value of the initiationCondition property.
 java.lang.String getInitiationTrigger()
          Gets the value of the initiationTrigger property.
 java.lang.String getSpecName()
          Gets the value of the specName property.
 java.lang.String getTerminationCondition()
          Gets the value of the terminationCondition property.
 java.lang.String getTerminationTrigger()
          Gets the value of the terminationTrigger property.
 long getTotalMilliseconds()
          Gets the value of the totalMilliseconds property.
 void setALEID(java.lang.String value)
          Sets the value of the aleid property.
 void setCCSpec(CCSpec value)
          Sets the value of the ccSpec property.
 void setCmdReports(CCReports.CmdReports value)
          Sets the value of the cmdReports property.
 void setDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the date property.
 void setExtension(CCReportsExtension value)
          Sets the value of the extension property.
 void setInitiationCondition(java.lang.String value)
          Sets the value of the initiationCondition property.
 void setInitiationTrigger(java.lang.String value)
          Sets the value of the initiationTrigger property.
 void setSpecName(java.lang.String value)
          Sets the value of the specName property.
 void setTerminationCondition(java.lang.String value)
          Sets the value of the terminationCondition property.
 void setTerminationTrigger(java.lang.String value)
          Sets the value of the terminationTrigger property.
 void setTotalMilliseconds(long value)
          Sets the value of the totalMilliseconds property.
 
Methods inherited from class org.fosstrak.ale.xsd.epcglobal.Document
getCreationDate, getSchemaVersion, setCreationDate, setSchemaVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ccSpec

protected CCSpec ccSpec

cmdReports

protected CCReports.CmdReports cmdReports

extension

protected CCReportsExtension extension

any

protected java.util.List<java.lang.Object> any

aleid

protected java.lang.String aleid

date

protected javax.xml.datatype.XMLGregorianCalendar date

initiationCondition

protected java.lang.String initiationCondition

initiationTrigger

protected java.lang.String initiationTrigger

specName

protected java.lang.String specName

terminationCondition

protected java.lang.String terminationCondition

terminationTrigger

protected java.lang.String terminationTrigger

totalMilliseconds

protected long totalMilliseconds
Constructor Detail

CCReports

public CCReports()
Method Detail

getCCSpec

public CCSpec getCCSpec()
Gets the value of the ccSpec property.

Returns:
possible object is CCSpec

setCCSpec

public void setCCSpec(CCSpec value)
Sets the value of the ccSpec property.

Parameters:
value - allowed object is CCSpec

getCmdReports

public CCReports.CmdReports getCmdReports()
Gets the value of the cmdReports property.

Returns:
possible object is CCReports.CmdReports

setCmdReports

public void setCmdReports(CCReports.CmdReports value)
Sets the value of the cmdReports property.

Parameters:
value - allowed object is CCReports.CmdReports

getExtension

public CCReportsExtension getExtension()
Gets the value of the extension property.

Returns:
possible object is CCReportsExtension

setExtension

public void setExtension(CCReportsExtension value)
Sets the value of the extension property.

Parameters:
value - allowed object is CCReportsExtension

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any 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 any property.

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

    getAny().add(newItem);
 

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


getALEID

public java.lang.String getALEID()
Gets the value of the aleid property.

Returns:
possible object is String

setALEID

public void setALEID(java.lang.String value)
Sets the value of the aleid property.

Parameters:
value - allowed object is String

getDate

public javax.xml.datatype.XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

getInitiationCondition

public java.lang.String getInitiationCondition()
Gets the value of the initiationCondition property.

Returns:
possible object is String

setInitiationCondition

public void setInitiationCondition(java.lang.String value)
Sets the value of the initiationCondition property.

Parameters:
value - allowed object is String

getInitiationTrigger

public java.lang.String getInitiationTrigger()
Gets the value of the initiationTrigger property.

Returns:
possible object is String

setInitiationTrigger

public void setInitiationTrigger(java.lang.String value)
Sets the value of the initiationTrigger property.

Parameters:
value - allowed object is String

getSpecName

public java.lang.String getSpecName()
Gets the value of the specName property.

Returns:
possible object is String

setSpecName

public void setSpecName(java.lang.String value)
Sets the value of the specName property.

Parameters:
value - allowed object is String

getTerminationCondition

public java.lang.String getTerminationCondition()
Gets the value of the terminationCondition property.

Returns:
possible object is String

setTerminationCondition

public void setTerminationCondition(java.lang.String value)
Sets the value of the terminationCondition property.

Parameters:
value - allowed object is String

getTerminationTrigger

public java.lang.String getTerminationTrigger()
Gets the value of the terminationTrigger property.

Returns:
possible object is String

setTerminationTrigger

public void setTerminationTrigger(java.lang.String value)
Sets the value of the terminationTrigger property.

Parameters:
value - allowed object is String

getTotalMilliseconds

public long getTotalMilliseconds()
Gets the value of the totalMilliseconds property.


setTotalMilliseconds

public void setTotalMilliseconds(long value)
Sets the value of the totalMilliseconds property.



Copyright © 2009. All Rights Reserved.