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>
| Constructor and Description |
|---|
SimpleFilterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComparator()
Gets the value of the comparator property.
|
String |
getDomainAttribute()
Gets the value of the domainAttribute property.
|
void |
setComparator(String value)
Sets the value of the comparator property.
|
void |
setDomainAttribute(String value)
Sets the value of the domainAttribute property.
|
isNegate, setNegatepublic String getDomainAttribute()
Stringpublic void setDomainAttribute(String value)
value - allowed object is
Stringpublic String getComparator()
StringCopyright © 2010–2025. All rights reserved.