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

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.query.AdhocQueryResponse
All Implemented Interfaces:
java.io.Serializable

public class AdhocQueryResponse
extends java.lang.Object
implements java.io.Serializable

The response includes a RegistryObjectList which has zero or more RegistryObjects that match the query specified in AdhocQueryRequest.

See Also:
Serialized Form

Constructor Summary
AdhocQueryResponse()
           
 
Method Summary
 FilterQueryResult getFilterQueryResult()
          Returns the value of field 'filterQueryResult'.
 SQLQueryResult getSQLQueryResult()
          Returns the value of field 'SQLQueryResult'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setFilterQueryResult(FilterQueryResult filterQueryResult)
          Sets the value of field 'filterQueryResult'.
 void setSQLQueryResult(SQLQueryResult SQLQueryResult)
          Sets the value of field 'SQLQueryResult'.
static AdhocQueryResponse unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocQueryResponse

public AdhocQueryResponse()
Method Detail

getFilterQueryResult

public FilterQueryResult getFilterQueryResult()
Returns the value of field 'filterQueryResult'.

Returns:
the value of field 'filterQueryResult'.

getSQLQueryResult

public SQLQueryResult getSQLQueryResult()
Returns the value of field 'SQLQueryResult'.

Returns:
the value of field 'SQLQueryResult'.

isValid

public boolean isValid()

marshal

public 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 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

setFilterQueryResult

public void setFilterQueryResult(FilterQueryResult filterQueryResult)
Sets the value of field 'filterQueryResult'.

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

setSQLQueryResult

public void setSQLQueryResult(SQLQueryResult SQLQueryResult)
Sets the value of field 'SQLQueryResult'.

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

unmarshal

public static AdhocQueryResponse unmarshal(java.io.Reader reader)
                                    throws org.exolab.castor.xml.MarshalException,
                                           org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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