|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectepcglobal.ale.Document
epcglobal.ale.ECSpec
public class ECSpec
An ECSpec describes an event cycle and one or more reports that are to be generated from it. It contains a list of logical readers whose reader cycles are to be included in the event cycle, a specification of read cycle timing, a specification of how the boundaries of event cycles are to be determined, and list of specifications each of which describes a report to be generated from this event cycle.
Java class for ECSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECSpec"> <complexContent> <extension base="{urn:epcglobal:xsd:1}Document"> <sequence> <element name="logicalReaders" type="{urn:epcglobal:ale:xsd:1}ECLogicalReaders"/> <element name="boundarySpec" type="{urn:epcglobal:ale:xsd:1}ECBoundarySpec"/> <element name="reportSpecs" type="{urn:epcglobal:ale:xsd:1}ECReportSpecs"/> <element name="extension" type="{urn:epcglobal:ale:xsd:1}ECSpecExtension" minOccurs="0"/> <any/> </sequence> <attribute name="includeSpecInReports" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected ECBoundarySpec |
boundarySpec
|
protected ECSpecExtension |
extension
|
protected java.lang.Boolean |
includeSpecInReports
|
protected ECLogicalReaders |
logicalReaders
|
protected ECReportSpecs |
reportSpecs
|
Fields inherited from class epcglobal.ale.Document |
---|
creationDate, schemaVersion |
Constructor Summary | |
---|---|
ECSpec()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
ECBoundarySpec |
getBoundarySpec()
Gets the value of the boundarySpec property. |
ECSpecExtension |
getExtension()
Gets the value of the extension property. |
ECLogicalReaders |
getLogicalReaders()
Gets the value of the logicalReaders property. |
ECReportSpecs |
getReportSpecs()
Gets the value of the reportSpecs property. |
boolean |
isIncludeSpecInReports()
Gets the value of the includeSpecInReports property. |
boolean |
isSetAny()
|
boolean |
isSetBoundarySpec()
|
boolean |
isSetExtension()
|
boolean |
isSetIncludeSpecInReports()
|
boolean |
isSetLogicalReaders()
|
boolean |
isSetReportSpecs()
|
void |
setBoundarySpec(ECBoundarySpec value)
Sets the value of the boundarySpec property. |
void |
setExtension(ECSpecExtension value)
Sets the value of the extension property. |
void |
setIncludeSpecInReports(boolean value)
Sets the value of the includeSpecInReports property. |
void |
setLogicalReaders(ECLogicalReaders value)
Sets the value of the logicalReaders property. |
void |
setReportSpecs(ECReportSpecs value)
Sets the value of the reportSpecs property. |
void |
unsetAny()
|
void |
unsetIncludeSpecInReports()
|
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 ECLogicalReaders logicalReaders
protected ECBoundarySpec boundarySpec
protected ECReportSpecs reportSpecs
protected ECSpecExtension extension
protected java.util.List<java.lang.Object> any
protected java.lang.Boolean includeSpecInReports
Constructor Detail |
---|
public ECSpec()
Method Detail |
---|
public ECLogicalReaders getLogicalReaders()
ECLogicalReaders
public void setLogicalReaders(ECLogicalReaders value)
value
- allowed object is
ECLogicalReaders
public boolean isSetLogicalReaders()
public ECBoundarySpec getBoundarySpec()
ECBoundarySpec
public void setBoundarySpec(ECBoundarySpec value)
value
- allowed object is
ECBoundarySpec
public boolean isSetBoundarySpec()
public ECReportSpecs getReportSpecs()
ECReportSpecs
public void setReportSpecs(ECReportSpecs value)
value
- allowed object is
ECReportSpecs
public boolean isSetReportSpecs()
public ECSpecExtension getExtension()
ECSpecExtension
public void setExtension(ECSpecExtension value)
value
- allowed object is
ECSpecExtension
public boolean isSetExtension()
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 boolean isIncludeSpecInReports()
Boolean
public void setIncludeSpecInReports(boolean value)
value
- allowed object is
Boolean
public boolean isSetIncludeSpecInReports()
public void unsetIncludeSpecInReports()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |