public class FilterType extends Object
Java-Klasse für filterType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der asyncSupported-Eigenschaft ab.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
FullyQualifiedClassType |
getFilterClass()
Ruft den Wert der filterClass-Eigenschaft ab.
|
FilterNameType |
getFilterName()
Ruft den Wert der filterName-Eigenschaft ab.
|
List<IconType> |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
List<ParamValueType> |
getInitParam()
Gets the value of the initParam property.
|
void |
setAsyncSupported(TrueFalseType value)
Legt den Wert der asyncSupported-Eigenschaft fest.
|
void |
setFilterClass(FullyQualifiedClassType value)
Legt den Wert der filterClass-Eigenschaft fest.
|
void |
setFilterName(FilterNameType value)
Legt den Wert der filterName-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
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()
FilterNameType
public void setFilterName(FilterNameType value)
value
- allowed object is
FilterNameType
public FullyQualifiedClassType getFilterClass()
FullyQualifiedClassType
public void setFilterClass(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
public TrueFalseType getAsyncSupported()
TrueFalseType
public void setAsyncSupported(TrueFalseType value)
value
- allowed object is
TrueFalseType
public 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 © 2015 buschmais GbR. All rights reserved.