org.fosstrak.ale.xsd.ale.epcglobal
Class CCSpec

java.lang.Object
  extended by org.fosstrak.ale.xsd.epcglobal.Document
      extended by org.fosstrak.ale.xsd.ale.epcglobal.CCSpec

public class CCSpec
extends Document

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

logicalReaders

protected CCSpec.LogicalReaders logicalReaders

boundarySpec

protected CCBoundarySpec boundarySpec

cmdSpecs

protected CCSpec.CmdSpecs cmdSpecs

extension

protected CCSpecExtension extension

any

protected java.util.List<java.lang.Object> any

includeSpecInReports

protected java.lang.Boolean includeSpecInReports
Constructor Detail

CCSpec

public CCSpec()
Method Detail

getLogicalReaders

public CCSpec.LogicalReaders getLogicalReaders()
Gets the value of the logicalReaders property.

Returns:
possible object is CCSpec.LogicalReaders

setLogicalReaders

public void setLogicalReaders(CCSpec.LogicalReaders value)
Sets the value of the logicalReaders property.

Parameters:
value - allowed object is CCSpec.LogicalReaders

getBoundarySpec

public CCBoundarySpec getBoundarySpec()
Gets the value of the boundarySpec property.

Returns:
possible object is CCBoundarySpec

setBoundarySpec

public void setBoundarySpec(CCBoundarySpec value)
Sets the value of the boundarySpec property.

Parameters:
value - allowed object is CCBoundarySpec

getCmdSpecs

public CCSpec.CmdSpecs getCmdSpecs()
Gets the value of the cmdSpecs property.

Returns:
possible object is CCSpec.CmdSpecs

setCmdSpecs

public void setCmdSpecs(CCSpec.CmdSpecs value)
Sets the value of the cmdSpecs property.

Parameters:
value - allowed object is CCSpec.CmdSpecs

getExtension

public CCSpecExtension getExtension()
Gets the value of the extension property.

Returns:
possible object is CCSpecExtension

setExtension

public void setExtension(CCSpecExtension value)
Sets the value of the extension property.

Parameters:
value - allowed object is CCSpecExtension

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any 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 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


isIncludeSpecInReports

public boolean isIncludeSpecInReports()
Gets the value of the includeSpecInReports property.

Returns:
possible object is Boolean

setIncludeSpecInReports

public void setIncludeSpecInReports(java.lang.Boolean value)
Sets the value of the includeSpecInReports property.

Parameters:
value - allowed object is Boolean


Copyright © 2009. All Rights Reserved.