org.fosstrak.ale.xsd.ale.epcglobal
Class ECTagStat

java.lang.Object
  extended by org.fosstrak.ale.xsd.ale.epcglobal.ECTagStat
Direct Known Subclasses:
ECTagTimestampStat

public class ECTagStat
extends java.lang.Object

Java class for ECTagStat complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ECTagStat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="profile" type="{urn:epcglobal:ale:xsd:1}ECStatProfileName"/>
         <element name="statBlocks" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="statBlock" type="{urn:epcglobal:ale:xsd:1}ECReaderStat" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ECTagStat.StatBlocks
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String profile
           
protected  ECTagStat.StatBlocks statBlocks
           
 
Constructor Summary
ECTagStat()
           
 
Method Summary
 java.lang.String getProfile()
          Gets the value of the profile property.
 ECTagStat.StatBlocks getStatBlocks()
          Gets the value of the statBlocks property.
 void setProfile(java.lang.String value)
          Sets the value of the profile property.
 void setStatBlocks(ECTagStat.StatBlocks value)
          Sets the value of the statBlocks property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profile

protected java.lang.String profile

statBlocks

protected ECTagStat.StatBlocks statBlocks
Constructor Detail

ECTagStat

public ECTagStat()
Method Detail

getProfile

public java.lang.String getProfile()
Gets the value of the profile property.

Returns:
possible object is String

setProfile

public void setProfile(java.lang.String value)
Sets the value of the profile property.

Parameters:
value - allowed object is String

getStatBlocks

public ECTagStat.StatBlocks getStatBlocks()
Gets the value of the statBlocks property.

Returns:
possible object is ECTagStat.StatBlocks

setStatBlocks

public void setStatBlocks(ECTagStat.StatBlocks value)
Sets the value of the statBlocks property.

Parameters:
value - allowed object is ECTagStat.StatBlocks


Copyright © 2009. All Rights Reserved.