|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectepcglobal.ale.ECFilterSpec
public class ECFilterSpec
A ECFilterSpec specifies what EPCs are to be included in the final report. The ECFilterSpec implements a flexible filtering scheme based on pattern lists for inclusion and exclusion.
Java class for ECFilterSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECFilterSpec"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="includePatterns" type="{urn:epcglobal:ale:xsd:1}ECIncludePatterns" minOccurs="0"/> <element name="excludePatterns" type="{urn:epcglobal:ale:xsd:1}ECExcludePatterns" minOccurs="0"/> <element name="extension" type="{urn:epcglobal:ale:xsd:1}ECFilterSpecExtension" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected ECExcludePatterns |
excludePatterns
|
protected ECFilterSpecExtension |
extension
|
protected ECIncludePatterns |
includePatterns
|
Constructor Summary | |
---|---|
ECFilterSpec()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
ECExcludePatterns |
getExcludePatterns()
Gets the value of the excludePatterns property. |
ECFilterSpecExtension |
getExtension()
Gets the value of the extension property. |
ECIncludePatterns |
getIncludePatterns()
Gets the value of the includePatterns property. |
boolean |
isSetAny()
|
boolean |
isSetExcludePatterns()
|
boolean |
isSetExtension()
|
boolean |
isSetIncludePatterns()
|
void |
setExcludePatterns(ECExcludePatterns value)
Sets the value of the excludePatterns property. |
void |
setExtension(ECFilterSpecExtension value)
Sets the value of the extension property. |
void |
setIncludePatterns(ECIncludePatterns value)
Sets the value of the includePatterns property. |
void |
unsetAny()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ECIncludePatterns includePatterns
protected ECExcludePatterns excludePatterns
protected ECFilterSpecExtension extension
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public ECFilterSpec()
Method Detail |
---|
public ECIncludePatterns getIncludePatterns()
ECIncludePatterns
public void setIncludePatterns(ECIncludePatterns value)
value
- allowed object is
ECIncludePatterns
public boolean isSetIncludePatterns()
public ECExcludePatterns getExcludePatterns()
ECExcludePatterns
public void setExcludePatterns(ECExcludePatterns value)
value
- allowed object is
ECExcludePatterns
public boolean isSetExcludePatterns()
public ECFilterSpecExtension getExtension()
ECFilterSpecExtension
public void setExtension(ECFilterSpecExtension value)
value
- allowed object is
ECFilterSpecExtension
public boolean isSetExtension()
public 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
Element
Object
public boolean isSetAny()
public void unsetAny()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |