org.fosstrak.ale.xsd.ale.epcglobal
Class EPCPatternList

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

public class EPCPatternList
extends java.lang.Object

Java class for EPCPatternList complex type.

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

 <complexType name="EPCPatternList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="patterns" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

patterns

protected EPCPatternList.Patterns patterns
Constructor Detail

EPCPatternList

public EPCPatternList()
Method Detail

getPatterns

public EPCPatternList.Patterns getPatterns()
Gets the value of the patterns property.

Returns:
possible object is EPCPatternList.Patterns

setPatterns

public void setPatterns(EPCPatternList.Patterns value)
Sets the value of the patterns property.

Parameters:
value - allowed object is EPCPatternList.Patterns


Copyright © 2009. All Rights Reserved.