java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
Direct Known Subclasses:
BranchType, RegistryObjectQueryType

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>
 
  • Field Details

    • primaryFilter

      protected FilterType primaryFilter
  • Constructor Details

    • FilterQueryType

      public FilterQueryType()
  • Method Details

    • 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