oasis.names.tc.ebxml_regrep.xsd.query._3
Class SimpleFilterType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.query._3.FilterType
      extended by oasis.names.tc.ebxml_regrep.xsd.query._3.SimpleFilterType
Direct Known Subclasses:
BooleanFilter, DateTimeFilter, FloatFilter, IntegerFilter, StringFilter

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 Summary
protected  java.lang.String comparator
           
protected  java.lang.String domainAttribute
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterType
negate
 
Constructor Summary
SimpleFilterType()
           
 
Method Summary
 java.lang.String getComparator()
          Gets the value of the comparator property.
 java.lang.String getDomainAttribute()
          Gets the value of the domainAttribute property.
 void setComparator(java.lang.String value)
          Sets the value of the comparator property.
 void setDomainAttribute(java.lang.String value)
          Sets the value of the domainAttribute property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterType
isNegate, setNegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domainAttribute

protected java.lang.String domainAttribute

comparator

protected java.lang.String comparator
Constructor Detail

SimpleFilterType

public SimpleFilterType()
Method Detail

getDomainAttribute

public java.lang.String getDomainAttribute()
Gets the value of the domainAttribute property.

Returns:
possible object is String

setDomainAttribute

public void setDomainAttribute(java.lang.String value)
Sets the value of the domainAttribute property.

Parameters:
value - allowed object is String

getComparator

public java.lang.String getComparator()
Gets the value of the comparator property.

Returns:
possible object is String

setComparator

public void setComparator(java.lang.String value)
Sets the value of the comparator property.

Parameters:
value - allowed object is String