|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.xsd.epcglobal.Document
org.fosstrak.ale.xsd.ale.epcglobal.ECReports
public class ECReports
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">
<complexType>
<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>
</element>
<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="initiationCondition" type="{urn:epcglobal:ale:xsd:1}ECInitiationCondition" />
<attribute name="initiationTrigger" type="{urn:epcglobal:ale:xsd:1}ECTrigger" />
<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="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 |
ECReports.Reports
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
aleid
|
protected java.util.List<java.lang.Object> |
any
|
protected javax.xml.datatype.XMLGregorianCalendar |
date
|
protected ECSpec |
ecSpec
|
protected ECReportsExtension |
extension
|
protected java.lang.String |
initiationCondition
|
protected java.lang.String |
initiationTrigger
|
protected ECReports.Reports |
reports
|
protected java.lang.String |
schemaURL
|
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 | |
|---|---|
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. |
javax.xml.datatype.XMLGregorianCalendar |
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. |
java.lang.String |
getInitiationCondition()
Gets the value of the initiationCondition property. |
java.lang.String |
getInitiationTrigger()
Gets the value of the initiationTrigger property. |
ECReports.Reports |
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. |
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 |
setDate(javax.xml.datatype.XMLGregorianCalendar 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 |
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 |
setReports(ECReports.Reports 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(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 |
|---|
protected ECReports.Reports reports
protected ECReportsExtension extension
protected ECSpec ecSpec
protected java.util.List<java.lang.Object> any
protected java.lang.String aleid
protected javax.xml.datatype.XMLGregorianCalendar date
protected java.lang.String initiationCondition
protected java.lang.String initiationTrigger
protected java.lang.String schemaURL
protected java.lang.String specName
protected java.lang.String terminationCondition
protected java.lang.String terminationTrigger
protected long totalMilliseconds
| Constructor Detail |
|---|
public ECReports()
| Method Detail |
|---|
public ECReports.Reports getReports()
ECReports.Reportspublic void setReports(ECReports.Reports value)
value - allowed object is
ECReports.Reportspublic ECReportsExtension getExtension()
ECReportsExtensionpublic void setExtension(ECReportsExtension value)
value - allowed object is
ECReportsExtensionpublic ECSpec getECSpec()
ECSpecpublic void setECSpec(ECSpec value)
value - allowed object is
ECSpecpublic 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
Object
Element
public java.lang.String getALEID()
Stringpublic void setALEID(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getInitiationCondition()
Stringpublic void setInitiationCondition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInitiationTrigger()
Stringpublic void setInitiationTrigger(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSchemaURL()
Stringpublic void setSchemaURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpecName()
Stringpublic void setSpecName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTerminationCondition()
Stringpublic void setTerminationCondition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTerminationTrigger()
Stringpublic void setTerminationTrigger(java.lang.String value)
value - allowed object is
Stringpublic long getTotalMilliseconds()
public void setTotalMilliseconds(long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||