public class Filter extends Object
<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 String |
clazz |
protected String |
id |
protected List<Filter.Param> |
param |
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getId()
Gets the value of the id property.
|
List<Filter.Param> |
getParam()
Gets the value of the param property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected List<Filter.Param> param
protected String id
protected String clazz
public 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 void setId(String value)
value - allowed object is
Stringpublic String getClazz()
StringCopyright © 2017. All rights reserved.