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

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

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

See Also:
Serialized Form

Constructor Summary
SimpleClause()
           
 
Method Summary
 BooleanClause getBooleanClause()
          Returns the value of field 'booleanClause'.
 java.lang.String getLeftArgument()
          Returns the value of field 'leftArgument'.
 RationalClause getRationalClause()
          Returns the value of field 'rationalClause'.
 StringClause getStringClause()
          Returns the value of field 'stringClause'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setBooleanClause(BooleanClause booleanClause)
          Sets the value of field 'booleanClause'.
 void setLeftArgument(java.lang.String leftArgument)
          Sets the value of field 'leftArgument'.
 void setRationalClause(RationalClause rationalClause)
          Sets the value of field 'rationalClause'.
 void setStringClause(StringClause stringClause)
          Sets the value of field 'stringClause'.
static SimpleClause 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

SimpleClause

public SimpleClause()
Method Detail

getBooleanClause

public BooleanClause getBooleanClause()
Returns the value of field 'booleanClause'.

Returns:
the value of field 'booleanClause'.

getLeftArgument

public java.lang.String getLeftArgument()
Returns the value of field 'leftArgument'.

Returns:
the value of field 'leftArgument'.

getRationalClause

public RationalClause getRationalClause()
Returns the value of field 'rationalClause'.

Returns:
the value of field 'rationalClause'.

getStringClause

public StringClause getStringClause()
Returns the value of field 'stringClause'.

Returns:
the value of field 'stringClause'.

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

setBooleanClause

public void setBooleanClause(BooleanClause booleanClause)
Sets the value of field 'booleanClause'.

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

setLeftArgument

public void setLeftArgument(java.lang.String leftArgument)
Sets the value of field 'leftArgument'.

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

setRationalClause

public void setRationalClause(RationalClause rationalClause)
Sets the value of field 'rationalClause'.

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

setStringClause

public void setStringClause(StringClause stringClause)
Sets the value of field 'stringClause'.

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

unmarshal

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