|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.xsd.ale.epcglobal.CCTagStat
public class CCTagStat
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 |
|---|
protected java.lang.String profile
protected CCTagStat.StatBlocks statBlocks
| Constructor Detail |
|---|
public CCTagStat()
| Method Detail |
|---|
public java.lang.String getProfile()
Stringpublic void setProfile(java.lang.String value)
value - allowed object is
Stringpublic CCTagStat.StatBlocks getStatBlocks()
CCTagStat.StatBlockspublic void setStatBlocks(CCTagStat.StatBlocks value)
value - allowed object is
CCTagStat.StatBlocks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||