|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.xsd.epcglobal.Document
org.fosstrak.ale.xsd.ale.epcglobal.CCSpec
public class CCSpec
Java class for CCSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CCSpec">
<complexContent>
<extension base="{urn:epcglobal:xsd:1}Document">
<sequence>
<element name="logicalReaders">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="logicalReader" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="boundarySpec" type="{urn:epcglobal:ale:xsd:1}CCBoundarySpec"/>
<element name="cmdSpecs">
<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>
</element>
<element name="extension" type="{urn:epcglobal:ale:xsd:1}CCSpecExtension" minOccurs="0"/>
<any/>
</sequence>
<attribute name="includeSpecInReports" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CCSpec.CmdSpecs
Java class for anonymous complex type. |
static class |
CCSpec.LogicalReaders
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
any
|
protected CCBoundarySpec |
boundarySpec
|
protected CCSpec.CmdSpecs |
cmdSpecs
|
protected CCSpecExtension |
extension
|
protected java.lang.Boolean |
includeSpecInReports
|
protected CCSpec.LogicalReaders |
logicalReaders
|
| Fields inherited from class org.fosstrak.ale.xsd.epcglobal.Document |
|---|
creationDate, schemaVersion |
| Constructor Summary | |
|---|---|
CCSpec()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
CCBoundarySpec |
getBoundarySpec()
Gets the value of the boundarySpec property. |
CCSpec.CmdSpecs |
getCmdSpecs()
Gets the value of the cmdSpecs property. |
CCSpecExtension |
getExtension()
Gets the value of the extension property. |
CCSpec.LogicalReaders |
getLogicalReaders()
Gets the value of the logicalReaders property. |
boolean |
isIncludeSpecInReports()
Gets the value of the includeSpecInReports property. |
void |
setBoundarySpec(CCBoundarySpec value)
Sets the value of the boundarySpec property. |
void |
setCmdSpecs(CCSpec.CmdSpecs value)
Sets the value of the cmdSpecs property. |
void |
setExtension(CCSpecExtension value)
Sets the value of the extension property. |
void |
setIncludeSpecInReports(java.lang.Boolean value)
Sets the value of the includeSpecInReports property. |
void |
setLogicalReaders(CCSpec.LogicalReaders value)
Sets the value of the logicalReaders property. |
| Methods inherited from class org.fosstrak.ale.xsd.epcglobal.Document |
|---|
getCreationDate, getSchemaVersion, setCreationDate, setSchemaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CCSpec.LogicalReaders logicalReaders
protected CCBoundarySpec boundarySpec
protected CCSpec.CmdSpecs cmdSpecs
protected CCSpecExtension extension
protected java.util.List<java.lang.Object> any
protected java.lang.Boolean includeSpecInReports
| Constructor Detail |
|---|
public CCSpec()
| Method Detail |
|---|
public CCSpec.LogicalReaders getLogicalReaders()
CCSpec.LogicalReaderspublic void setLogicalReaders(CCSpec.LogicalReaders value)
value - allowed object is
CCSpec.LogicalReaderspublic CCBoundarySpec getBoundarySpec()
CCBoundarySpecpublic void setBoundarySpec(CCBoundarySpec value)
value - allowed object is
CCBoundarySpecpublic CCSpec.CmdSpecs getCmdSpecs()
CCSpec.CmdSpecspublic void setCmdSpecs(CCSpec.CmdSpecs value)
value - allowed object is
CCSpec.CmdSpecspublic CCSpecExtension getExtension()
CCSpecExtensionpublic void setExtension(CCSpecExtension value)
value - allowed object is
CCSpecExtensionpublic java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
public boolean isIncludeSpecInReports()
Booleanpublic void setIncludeSpecInReports(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||