Class SAFilterType

java.lang.Object
eu.europa.esig.validationreport.jaxb.SAFilterType
All Implemented Interfaces:
Serializable

public class SAFilterType extends Object implements Serializable

Java class for SAFilterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SAFilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Filter" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • filter

      protected String filter
  • Constructor Details

    • SAFilterType

      public SAFilterType()
  • Method Details

    • getFilter

      public String getFilter()
      Gets the value of the filter property.
      Returns:
      possible object is String
    • setFilter

      public void setFilter(String value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is String