epcglobal.ale
Class ECReportSetSpec
java.lang.Object
epcglobal.ale.ECReportSetSpec
- All Implemented Interfaces:
- java.io.Serializable
public class ECReportSetSpec
- extends java.lang.Object
- implements java.io.Serializable
ECReportSetSpec specifies which set of EPCs is to be considered for
filtering and output.
Java class for ECReportSetSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECReportSetSpec">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="set" type="{urn:epcglobal:ale:xsd:1}ECReportSetEnum" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
set
protected ECReportSetEnum set
ECReportSetSpec
public ECReportSetSpec()
getSet
public ECReportSetEnum getSet()
- Gets the value of the set property.
- Returns:
- possible object is
ECReportSetEnum
setSet
public void setSet(ECReportSetEnum value)
- Sets the value of the set property.
- Parameters:
value
- allowed object is
ECReportSetEnum
isSetSet
public boolean isSetSet()