org.oasis.ebxml.registry.bindings.query
Class FilterType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.query.FilterType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssociationFilter, AuditableEventFilter, ClassificationFilter, ClassificationNodeFilter, ClassificationSchemeFilter, EmailAddressFilter, ExternalIdentifierFilter, ExternalLinkFilter, ExtrinsicObjectFilter, LocalizedStringFilter, OrganizationFilter, PostalAddressFilter, RegistryEntryFilter, RegistryObjectFilter, RegistryPackageFilter, ServiceBindingFilter, ServiceFilter, SlotFilter, SlotValueFilter, SpecificationLinkFilter, TelephoneNumberFilter, UserFilter

public abstract class FilterType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FilterType()
           
 
Method Summary
 Clause getClause()
          Returns the value of field 'clause'.
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setClause(Clause clause)
          Sets the value of field 'clause'.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterType

public FilterType()
Method Detail

getClause

public Clause getClause()
Returns the value of field 'clause'. The field 'clause' has the following description: The following lines define the XML syntax for Clause.

Returns:
the value of field 'clause'.

isValid

public boolean isValid()

marshal

public abstract void marshal(java.io.Writer out)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public abstract void marshal(org.xml.sax.DocumentHandler handler)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setClause

public void setClause(Clause clause)
Sets the value of field 'clause'. The field 'clause' has the following description: The following lines define the XML syntax for Clause.

Parameters:
clause - the value of field 'clause'.

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException