public class FilterType extends Object
Java class for filterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="filterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="filter-name" type="{http://java.sun.com/xml/ns/javaee}filter-nameType"/>
<element name="filter-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="async-supported" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="init-param" type="{http://java.sun.com/xml/ns/javaee}param-valueType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TrueFalseType |
asyncSupported |
protected List<DescriptionType> |
description |
protected List<DisplayNameType> |
displayName |
protected FullyQualifiedClassType |
filterClass |
protected FilterNameType |
filterName |
protected List<IconType> |
icon |
protected String |
id |
protected List<ParamValueType> |
initParam |
| Constructor and Description |
|---|
FilterType() |
| Modifier and Type | Method and Description |
|---|---|
TrueFalseType |
getAsyncSupported()
Gets the value of the asyncSupported property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
FullyQualifiedClassType |
getFilterClass()
Gets the value of the filterClass property.
|
FilterNameType |
getFilterName()
Gets the value of the filterName property.
|
List<IconType> |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Gets the value of the id property.
|
List<ParamValueType> |
getInitParam()
Gets the value of the initParam property.
|
void |
setAsyncSupported(TrueFalseType value)
Sets the value of the asyncSupported property.
|
void |
setFilterClass(FullyQualifiedClassType value)
Sets the value of the filterClass property.
|
void |
setFilterName(FilterNameType value)
Sets the value of the filterName property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected FilterNameType filterName
protected FullyQualifiedClassType filterClass
protected TrueFalseType asyncSupported
protected List<ParamValueType> initParam
protected String id
public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public List<DisplayNameType> getDisplayName()
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public List<IconType> getIcon()
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 icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public FilterNameType getFilterName()
FilterNameTypepublic void setFilterName(FilterNameType value)
value - allowed object is
FilterNameTypepublic FullyQualifiedClassType getFilterClass()
FullyQualifiedClassTypepublic void setFilterClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic TrueFalseType getAsyncSupported()
TrueFalseTypepublic void setAsyncSupported(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic List<ParamValueType> getInitParam()
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 initParam property.
For example, to add a new item, do as follows:
getInitParam().add(newItem);
Objects of the following type(s) are allowed in the list
ParamValueType
Copyright © 2016 buschmais GbR. All rights reserved.