public abstract class FilterQueryType extends 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>
| Constructor and Description |
|---|
FilterQueryType() |
| Modifier and Type | Method and Description |
|---|---|
FilterType |
getPrimaryFilter()
Gets the value of the primaryFilter property.
|
void |
setPrimaryFilter(FilterType value)
Sets the value of the primaryFilter property.
|
public FilterType getPrimaryFilter()
FilterTypepublic void setPrimaryFilter(FilterType value)
value - allowed object is
FilterTypeCopyright © 2010–2025. All rights reserved.