epcglobal.ale
Class ECReportSetSpec

java.lang.Object
  extended by 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

Field Summary
protected  ECReportSetEnum set
           
 
Constructor Summary
ECReportSetSpec()
           
 
Method Summary
 ECReportSetEnum getSet()
          Gets the value of the set property.
 boolean isSetSet()
           
 void setSet(ECReportSetEnum value)
          Sets the value of the set property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

protected ECReportSetEnum set
Constructor Detail

ECReportSetSpec

public ECReportSetSpec()
Method Detail

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()