org.fosstrak.ale.xsd.ale.epcglobal
Class CCParameterList

java.lang.Object
  extended by org.fosstrak.ale.xsd.ale.epcglobal.CCParameterList

public class CCParameterList
extends java.lang.Object

Java class for CCParameterList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CCParameterList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entries" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="entry" type="{urn:epcglobal:ale:xsd:1}CCParameterListEntry" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CCParameterList.Entries
          Java class for anonymous complex type.
 
Field Summary
protected  CCParameterList.Entries entries
           
 
Constructor Summary
CCParameterList()
           
 
Method Summary
 CCParameterList.Entries getEntries()
          Gets the value of the entries property.
 void setEntries(CCParameterList.Entries value)
          Sets the value of the entries property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

protected CCParameterList.Entries entries
Constructor Detail

CCParameterList

public CCParameterList()
Method Detail

getEntries

public CCParameterList.Entries getEntries()
Gets the value of the entries property.

Returns:
possible object is CCParameterList.Entries

setEntries

public void setEntries(CCParameterList.Entries value)
Sets the value of the entries property.

Parameters:
value - allowed object is CCParameterList.Entries


Copyright © 2009. All Rights Reserved.