Class SASubFilterType

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

public class SASubFilterType extends AttributeBaseType implements Serializable

Java class for SASubFilterType complex type.

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

 <complexType name="SASubFilterType">
   <complexContent>
     <extension base="{http://uri.etsi.org/19102/v1.4.1#}AttributeBaseType">
       <sequence>
         <element name="SubFilterElement" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • subFilterElement

      protected String subFilterElement
  • Constructor Details

    • SASubFilterType

      public SASubFilterType()
  • Method Details

    • getSubFilterElement

      public String getSubFilterElement()
      Gets the value of the subFilterElement property.
      Returns:
      possible object is String
    • setSubFilterElement

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