java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.SimpleFilterType
Direct Known Subclasses:
BooleanFilterType, DateTimeFilterType, FloatFilterType, IntegerFilterType, StringFilterType

public abstract class SimpleFilterType extends FilterType

Java class for SimpleFilterType complex type.

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

 <complexType name="SimpleFilterType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType">
       <attribute name="domainAttribute" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="comparator" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
             <enumeration value="LE"/>
             <enumeration value="LT"/>
             <enumeration value="GE"/>
             <enumeration value="GT"/>
             <enumeration value="EQ"/>
             <enumeration value="NE"/>
             <enumeration value="Like"/>
             <enumeration value="NotLike"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • domainAttribute

      protected String domainAttribute
    • comparator

      protected String comparator
  • Constructor Details

    • SimpleFilterType

      public SimpleFilterType()
  • Method Details

    • getDomainAttribute

      public String getDomainAttribute()
      Gets the value of the domainAttribute property.
      Returns:
      possible object is String
    • setDomainAttribute

      public void setDomainAttribute(String value)
      Sets the value of the domainAttribute property.
      Parameters:
      value - allowed object is String
    • getComparator

      public String getComparator()
      Gets the value of the comparator property.
      Returns:
      possible object is String
    • setComparator

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