public class Filter
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}files" maxOccurs="unbounded" minOccurs="0"/> <element name="option" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Filter.Option
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
className |
protected boolean |
enabled |
protected java.util.List<Files> |
files |
protected java.util.List<Filter.Option> |
option |
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Gets the value of the className property.
|
java.util.List<Files> |
getFiles()
Gets the value of the files property.
|
java.util.List<Filter.Option> |
getOption()
Gets the value of the option property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setClassName(java.lang.String value)
Sets the value of the className property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
protected java.util.List<Files> files
protected java.util.List<Filter.Option> option
protected java.lang.String className
protected boolean enabled
public java.util.List<Files> getFiles()
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 files property.
For example, to add a new item, do as follows:
getFiles().add(newItem);
Objects of the following type(s) are allowed in the list
Files
public java.util.List<Filter.Option> getOption()
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 option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
Filter.Option
public java.lang.String getClassName()
String
public void setClassName(java.lang.String value)
value
- allowed object is
String
public boolean isEnabled()
public void setEnabled(boolean value)