java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterType
Direct Known Subclasses:
CompoundFilterType, SimpleFilterType

public class FilterType extends Object

Java class for FilterType complex type.

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

 <complexType name="FilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="negate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • negate

      protected Boolean negate
  • Constructor Details

    • FilterType

      public FilterType()
  • Method Details

    • isNegate

      public boolean isNegate()
      Gets the value of the negate property.
      Returns:
      possible object is Boolean
    • setNegate

      public void setNegate(Boolean value)
      Sets the value of the negate property.
      Parameters:
      value - allowed object is Boolean