org.fosstrak.ale.xsd.ale.epcglobal
Class CCSpec.CmdSpecs
java.lang.Object
org.fosstrak.ale.xsd.ale.epcglobal.CCSpec.CmdSpecs
- Enclosing class:
- CCSpec
public static class CCSpec.CmdSpecs
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cmdSpec" type="{urn:epcglobal:ale:xsd:1}CCCmdSpec" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cmdSpec
protected java.util.List<CCCmdSpec> cmdSpec
CCSpec.CmdSpecs
public CCSpec.CmdSpecs()
getCmdSpec
public java.util.List<CCCmdSpec> getCmdSpec()
- Gets the value of the cmdSpec property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cmdSpec property.
For example, to add a new item, do as follows:
getCmdSpec().add(newItem);
Objects of the following type(s) are allowed in the list
CCCmdSpec
Copyright © 2009. All Rights Reserved.