org.oasis.ebxml.registry.bindings.query
Class FilterType
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterType
public FilterType()
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