org.fosstrak.ale.xsd.ale.epcglobal
Class EPCPatternList
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
patterns
protected EPCPatternList.Patterns patterns
EPCPatternList
public EPCPatternList()
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.