|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectepcglobal.ale.Document
epcglobal.ale.ECReports
public class ECReports
ECReports is the output from an event cycle. The "meat" of an ECReports instance is the lists of count report instances and list report instances, each corresponding to an ECReportSpec instance in the event cycle's ECSpec. In addition to the reports themselves, ECReports contains a number of "header" fields that provide useful information about the event cycle.
Java class for ECReports complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECReports"> <complexContent> <extension base="{urn:epcglobal:xsd:1}Document"> <sequence> <element name="reports" type="{urn:epcglobal:ale:xsd:1}ECReportList"/> <element name="extension" type="{urn:epcglobal:ale:xsd:1}ECReportsExtension" minOccurs="0"/> <element name="ECSpec" type="{urn:epcglobal:ale:xsd:1}ECSpec" 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="schemaURL" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="specName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="terminationCondition" use="required" type="{urn:epcglobal:ale:xsd:1}ECTerminationCondition" /> <attribute name="totalMilliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
aleid
|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.Date |
date
|
protected ECSpec |
ecSpec
|
protected ECReportsExtension |
extension
|
protected ECReportList |
reports
|
protected java.lang.String |
schemaURL
|
protected java.lang.String |
specName
|
protected ECTerminationCondition |
terminationCondition
|
protected long |
totalMilliseconds
|
Fields inherited from class epcglobal.ale.Document |
---|
creationDate, schemaVersion |
Constructor Summary | |
---|---|
ECReports()
|
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. |
java.util.Date |
getDate()
Gets the value of the date property. |
ECSpec |
getECSpec()
Gets the value of the ecSpec property. |
ECReportsExtension |
getExtension()
Gets the value of the extension property. |
ECReportList |
getReports()
Gets the value of the reports property. |
java.lang.String |
getSchemaURL()
Gets the value of the schemaURL property. |
java.lang.String |
getSpecName()
Gets the value of the specName property. |
ECTerminationCondition |
getTerminationCondition()
Gets the value of the terminationCondition property. |
long |
getTotalMilliseconds()
Gets the value of the totalMilliseconds property. |
boolean |
isSetALEID()
|
boolean |
isSetAny()
|
boolean |
isSetDate()
|
boolean |
isSetECSpec()
|
boolean |
isSetExtension()
|
boolean |
isSetReports()
|
boolean |
isSetSchemaURL()
|
boolean |
isSetSpecName()
|
boolean |
isSetTerminationCondition()
|
boolean |
isSetTotalMilliseconds()
|
void |
setALEID(java.lang.String value)
Sets the value of the aleid property. |
void |
setDate(java.util.Date value)
Sets the value of the date property. |
void |
setECSpec(ECSpec value)
Sets the value of the ecSpec property. |
void |
setExtension(ECReportsExtension value)
Sets the value of the extension property. |
void |
setReports(ECReportList value)
Sets the value of the reports property. |
void |
setSchemaURL(java.lang.String value)
Sets the value of the schemaURL property. |
void |
setSpecName(java.lang.String value)
Sets the value of the specName property. |
void |
setTerminationCondition(ECTerminationCondition value)
Sets the value of the terminationCondition property. |
void |
setTotalMilliseconds(long value)
Sets the value of the totalMilliseconds property. |
void |
unsetAny()
|
Methods inherited from class epcglobal.ale.Document |
---|
getCreationDate, getSchemaVersion, isSetCreationDate, isSetSchemaVersion, setCreationDate, setSchemaVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ECReportList reports
protected ECReportsExtension extension
protected ECSpec ecSpec
protected java.util.List<java.lang.Object> any
protected java.lang.String aleid
protected java.util.Date date
protected java.lang.String schemaURL
protected java.lang.String specName
protected ECTerminationCondition terminationCondition
protected long totalMilliseconds
Constructor Detail |
---|
public ECReports()
Method Detail |
---|
public ECReportList getReports()
ECReportList
public void setReports(ECReportList value)
value
- allowed object is
ECReportList
public boolean isSetReports()
public ECReportsExtension getExtension()
ECReportsExtension
public void setExtension(ECReportsExtension value)
value
- allowed object is
ECReportsExtension
public boolean isSetExtension()
public ECSpec getECSpec()
ECSpec
public void setECSpec(ECSpec value)
value
- allowed object is
ECSpec
public boolean isSetECSpec()
public java.util.List<java.lang.Object> getAny()
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
Element
Object
public boolean isSetAny()
public void unsetAny()
public java.lang.String getALEID()
String
public void setALEID(java.lang.String value)
value
- allowed object is
String
public boolean isSetALEID()
public java.util.Date getDate()
String
public void setDate(java.util.Date value)
value
- allowed object is
String
public boolean isSetDate()
public java.lang.String getSchemaURL()
String
public void setSchemaURL(java.lang.String value)
value
- allowed object is
String
public boolean isSetSchemaURL()
public java.lang.String getSpecName()
String
public void setSpecName(java.lang.String value)
value
- allowed object is
String
public boolean isSetSpecName()
public ECTerminationCondition getTerminationCondition()
ECTerminationCondition
public void setTerminationCondition(ECTerminationCondition value)
value
- allowed object is
ECTerminationCondition
public boolean isSetTerminationCondition()
public long getTotalMilliseconds()
public void setTotalMilliseconds(long value)
public boolean isSetTotalMilliseconds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |