Class Filters


  • 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>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Filters()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Filters

        public Filters()
    • Method Detail

      • getFilters

        public java.util.List<Filter> getFilters()
        Gets the value of the filters property.

        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

      • isRemoveTags

        public boolean isRemoveTags()
        Gets the value of the removeTags property.
        Returns:
        possible object is Boolean
      • setRemoveTags

        public void setRemoveTags​(java.lang.Boolean value)
        Sets the value of the removeTags property.
        Parameters:
        value - allowed object is Boolean
      • isRemoveSpacesNonseg

        public boolean isRemoveSpacesNonseg()
        Gets the value of the removeSpacesNonseg property.
        Returns:
        possible object is Boolean
      • setRemoveSpacesNonseg

        public void setRemoveSpacesNonseg​(java.lang.Boolean value)
        Sets the value of the removeSpacesNonseg property.
        Parameters:
        value - allowed object is Boolean
      • isPreserveSpaces

        public boolean isPreserveSpaces()
        Gets the value of the preserveSpaces property.
        Returns:
        possible object is Boolean
      • setPreserveSpaces

        public void setPreserveSpaces​(java.lang.Boolean value)
        Sets the value of the preserveSpaces property.
        Parameters:
        value - allowed object is Boolean
      • isIgnoreFileContext

        public boolean isIgnoreFileContext()
        Gets the value of the ignoreFileContext property.
        Returns:
        possible object is Boolean
      • setIgnoreFileContext

        public void setIgnoreFileContext​(java.lang.Boolean value)
        Sets the value of the ignoreFileContext property.
        Parameters:
        value - allowed object is Boolean