Class FilterQueryType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
- Direct Known Subclasses:
BranchType,RegistryObjectQueryType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the primaryFilter property.voidsetPrimaryFilter(FilterType value) Sets the value of the primaryFilter property.
-
Field Details
-
-
Constructor Details
-
FilterQueryType
public FilterQueryType()
-
-
Method Details
-
getPrimaryFilter
Gets the value of the primaryFilter property.- Returns:
- possible object is
FilterType
-
setPrimaryFilter
Sets the value of the primaryFilter property.- Parameters:
value- allowed object isFilterType
-