org.fosstrak.ale.xsd.ale.epcglobal
Class CCTagStat

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

public class CCTagStat
extends java.lang.Object

Java class for CCTagStat complex type.

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

 <complexType name="CCTagStat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="profile" type="{urn:epcglobal:ale:xsd:1}CCStatProfileName"/>
         <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 CCTagStat.StatBlocks
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String profile
           
protected  CCTagStat.StatBlocks statBlocks
           
 
Constructor Summary
CCTagStat()
           
 
Method Summary
 java.lang.String getProfile()
          Gets the value of the profile property.
 CCTagStat.StatBlocks getStatBlocks()
          Gets the value of the statBlocks property.
 void setProfile(java.lang.String value)
          Sets the value of the profile property.
 void setStatBlocks(CCTagStat.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 CCTagStat.StatBlocks statBlocks
Constructor Detail

CCTagStat

public CCTagStat()
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 CCTagStat.StatBlocks getStatBlocks()
Gets the value of the statBlocks property.

Returns:
possible object is CCTagStat.StatBlocks

setStatBlocks

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

Parameters:
value - allowed object is CCTagStat.StatBlocks


Copyright © 2009. All Rights Reserved.