|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.xsd.ale.epcglobal.ECReaderStat
public class ECReaderStat
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 |
|---|
protected java.lang.String readerName
protected ECReaderStat.Sightings sightings
| Constructor Detail |
|---|
public ECReaderStat()
| Method Detail |
|---|
public java.lang.String getReaderName()
Stringpublic void setReaderName(java.lang.String value)
value - allowed object is
Stringpublic ECReaderStat.Sightings getSightings()
ECReaderStat.Sightingspublic void setSightings(ECReaderStat.Sightings value)
value - allowed object is
ECReaderStat.Sightings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||