oasis.names.tc.ebxml_regrep.xsd.query._3
Class FilterQueryType

java.lang.Object
  extended by 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>
 


Field Summary
protected  FilterType primaryFilter
           
 
Constructor Summary
FilterQueryType()
           
 
Method Summary
 FilterType getPrimaryFilter()
          Gets the value of the primaryFilter property.
 void setPrimaryFilter(FilterType value)
          Sets the value of the primaryFilter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primaryFilter

protected FilterType primaryFilter
Constructor Detail

FilterQueryType

public FilterQueryType()
Method Detail

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