public class Filter
extends java.lang.Object
Java class for filter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="filter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="param">
<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" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute ref="{}id use="required""/>
<attribute ref="{}class use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Filter.Param
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clazz |
protected java.lang.String |
id |
protected java.util.List<Filter.Param> |
param |
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<Filter.Param> |
getParam()
Gets the value of the param property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.util.List<Filter.Param> param
protected java.lang.String id
protected java.lang.String clazz
public java.util.List<Filter.Param> getParam()
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 param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
Filter.Param
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.