public class Filters
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}filter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="removeTags" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="removeSpacesNonseg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="preserveSpaces" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="ignoreFileContext" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Filter> |
filters |
protected java.lang.Boolean |
ignoreFileContext |
protected java.lang.Boolean |
preserveSpaces |
protected java.lang.Boolean |
removeSpacesNonseg |
protected java.lang.Boolean |
removeTags |
Constructor and Description |
---|
Filters() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Filter> |
getFilters()
Gets the value of the filters property.
|
boolean |
isIgnoreFileContext()
Gets the value of the ignoreFileContext property.
|
boolean |
isPreserveSpaces()
Gets the value of the preserveSpaces property.
|
boolean |
isRemoveSpacesNonseg()
Gets the value of the removeSpacesNonseg property.
|
boolean |
isRemoveTags()
Gets the value of the removeTags property.
|
void |
setIgnoreFileContext(java.lang.Boolean value)
Sets the value of the ignoreFileContext property.
|
void |
setPreserveSpaces(java.lang.Boolean value)
Sets the value of the preserveSpaces property.
|
void |
setRemoveSpacesNonseg(java.lang.Boolean value)
Sets the value of the removeSpacesNonseg property.
|
void |
setRemoveTags(java.lang.Boolean value)
Sets the value of the removeTags property.
|
protected java.util.List<Filter> filters
protected java.lang.Boolean removeTags
protected java.lang.Boolean removeSpacesNonseg
protected java.lang.Boolean preserveSpaces
protected java.lang.Boolean ignoreFileContext
public java.util.List<Filter> getFilters()
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 filters property.
For example, to add a new item, do as follows:
getFilters().add(newItem);
Objects of the following type(s) are allowed in the list
Filter
public boolean isRemoveTags()
Boolean
public void setRemoveTags(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isRemoveSpacesNonseg()
Boolean
public void setRemoveSpacesNonseg(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isPreserveSpaces()
Boolean
public void setPreserveSpaces(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isIgnoreFileContext()
Boolean
public void setIgnoreFileContext(java.lang.Boolean value)
value
- allowed object is
Boolean