org.fosstrak.ale.xsd.ale.epcglobal
Class ECReaderStat

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

public class ECReaderStat
extends java.lang.Object

Java class for ECReaderStat complex type.

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

 <complexType name="ECReaderStat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="readerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="sightings" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="sighting" type="{urn:epcglobal:ale:xsd:1}ECSightingStat" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ECReaderStat.Sightings
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String readerName
           
protected  ECReaderStat.Sightings sightings
           
 
Constructor Summary
ECReaderStat()
           
 
Method Summary
 java.lang.String getReaderName()
          Gets the value of the readerName property.
 ECReaderStat.Sightings getSightings()
          Gets the value of the sightings property.
 void setReaderName(java.lang.String value)
          Sets the value of the readerName property.
 void setSightings(ECReaderStat.Sightings value)
          Sets the value of the sightings property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readerName

protected java.lang.String readerName

sightings

protected ECReaderStat.Sightings sightings
Constructor Detail

ECReaderStat

public ECReaderStat()
Method Detail

getReaderName

public java.lang.String getReaderName()
Gets the value of the readerName property.

Returns:
possible object is String

setReaderName

public void setReaderName(java.lang.String value)
Sets the value of the readerName property.

Parameters:
value - allowed object is String

getSightings

public ECReaderStat.Sightings getSightings()
Gets the value of the sightings property.

Returns:
possible object is ECReaderStat.Sightings

setSightings

public void setSightings(ECReaderStat.Sightings value)
Sets the value of the sightings property.

Parameters:
value - allowed object is ECReaderStat.Sightings


Copyright © 2009. All Rights Reserved.