public class FilterMappingType extends Object
Java class for filter-mappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="filter-mappingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url-pattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
filterName |
protected String |
urlPattern |
| Constructor and Description |
|---|
FilterMappingType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterName()
Gets the value of the filterName property.
|
String |
getUrlPattern()
Gets the value of the urlPattern property.
|
void |
setFilterName(String value)
Sets the value of the filterName property.
|
void |
setUrlPattern(String value)
Sets the value of the urlPattern property.
|
public String getFilterName()
Stringpublic void setFilterName(String value)
value - allowed object is
Stringpublic String getUrlPattern()
StringCopyright © 2018. All rights reserved.