org.fosstrak.ale.xsd.ale.epcglobal
Class ECReportSetSpec

java.lang.Object
  extended by org.fosstrak.ale.xsd.ale.epcglobal.ECReportSetSpec

public class ECReportSetSpec
extends java.lang.Object

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" use="required" type="{urn:epcglobal:ale:xsd:1}ECReportSetEnum" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String set
           
 
Constructor Summary
ECReportSetSpec()
           
 
Method Summary
 java.lang.String getSet()
          Gets the value of the set property.
 void setSet(java.lang.String 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 java.lang.String set
Constructor Detail

ECReportSetSpec

public ECReportSetSpec()
Method Detail

getSet

public java.lang.String getSet()
Gets the value of the set property.

Returns:
possible object is String

setSet

public void setSet(java.lang.String value)
Sets the value of the set property.

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.