oasis.names.tc.ebxml_regrep.xsd.query._3
Class FilterQueryType
java.lang.Object
oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
- Direct Known Subclasses:
- BranchType, RegistryObjectQueryType
public abstract class FilterQueryType
- extends java.lang.Object
Java class for FilterQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterQueryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PrimaryFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
primaryFilter
protected FilterType primaryFilter
FilterQueryType
public FilterQueryType()
getPrimaryFilter
public FilterType getPrimaryFilter()
- Gets the value of the primaryFilter property.
- Returns:
- possible object is
FilterType
setPrimaryFilter
public void setPrimaryFilter(FilterType value)
- Sets the value of the primaryFilter property.
- Parameters:
value
- allowed object is
FilterType