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

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

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

See Also:
Serialized Form

Constructor Summary
RationalClause()
           
 
Method Summary
 java.util.Date getDateTimeClause()
          Returns the value of field 'dateTimeClause'.
 float getFloatClause()
          Returns the value of field 'floatClause'.
 int getIntClause()
          Returns the value of field 'intClause'.
 LogicalPredicateType getLogicalPredicate()
          Returns the value of field 'logicalPredicate'.
 boolean hasFloatClause()
           
 boolean hasIntClause()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setDateTimeClause(java.util.Date dateTimeClause)
          Sets the value of field 'dateTimeClause'.
 void setFloatClause(float floatClause)
          Sets the value of field 'floatClause'.
 void setIntClause(int intClause)
          Sets the value of field 'intClause'.
 void setLogicalPredicate(LogicalPredicateType logicalPredicate)
          Sets the value of field 'logicalPredicate'.
static RationalClause 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

RationalClause

public RationalClause()
Method Detail

getDateTimeClause

public java.util.Date getDateTimeClause()
Returns the value of field 'dateTimeClause'.

Returns:
the value of field 'dateTimeClause'.

getFloatClause

public float getFloatClause()
Returns the value of field 'floatClause'.

Returns:
the value of field 'floatClause'.

getIntClause

public int getIntClause()
Returns the value of field 'intClause'.

Returns:
the value of field 'intClause'.

getLogicalPredicate

public LogicalPredicateType getLogicalPredicate()
Returns the value of field 'logicalPredicate'.

Returns:
the value of field 'logicalPredicate'.

hasFloatClause

public boolean hasFloatClause()

hasIntClause

public boolean hasIntClause()

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

setDateTimeClause

public void setDateTimeClause(java.util.Date dateTimeClause)
Sets the value of field 'dateTimeClause'.

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

setFloatClause

public void setFloatClause(float floatClause)
Sets the value of field 'floatClause'.

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

setIntClause

public void setIntClause(int intClause)
Sets the value of field 'intClause'.

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

setLogicalPredicate

public void setLogicalPredicate(LogicalPredicateType logicalPredicate)
Sets the value of field 'logicalPredicate'.

Parameters:
logicalPredicate - the value of field 'logicalPredicate'

unmarshal

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