org.oasis.ebxml.registry.bindings.rs
Class OptionalFeaturesSupported

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

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

See Also:
Serialized Form

Constructor Summary
OptionalFeaturesSupported()
           
 
Method Summary
 void deleteSqlQuery()
           
 void deleteXQuery()
           
 boolean getSqlQuery()
          Returns the value of field 'sqlQuery'.
 boolean getXQuery()
          Returns the value of field 'xQuery'.
 boolean hasSqlQuery()
           
 boolean hasXQuery()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setSqlQuery(boolean sqlQuery)
          Sets the value of field 'sqlQuery'.
 void setXQuery(boolean xQuery)
          Sets the value of field 'xQuery'.
static OptionalFeaturesSupported 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

OptionalFeaturesSupported

public OptionalFeaturesSupported()
Method Detail

deleteSqlQuery

public void deleteSqlQuery()

deleteXQuery

public void deleteXQuery()

getSqlQuery

public boolean getSqlQuery()
Returns the value of field 'sqlQuery'.

Returns:
the value of field 'sqlQuery'.

getXQuery

public boolean getXQuery()
Returns the value of field 'xQuery'.

Returns:
the value of field 'xQuery'.

hasSqlQuery

public boolean hasSqlQuery()

hasXQuery

public boolean hasXQuery()

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

setSqlQuery

public void setSqlQuery(boolean sqlQuery)
Sets the value of field 'sqlQuery'.

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

setXQuery

public void setXQuery(boolean xQuery)
Sets the value of field 'xQuery'.

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

unmarshal

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