|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.query.RationalClause
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 |
public RationalClause()
Method Detail |
public java.util.Date getDateTimeClause()
public float getFloatClause()
public int getIntClause()
public LogicalPredicateType getLogicalPredicate()
public boolean hasFloatClause()
public boolean hasIntClause()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setDateTimeClause(java.util.Date dateTimeClause)
dateTimeClause
- the value of field 'dateTimeClause'.public void setFloatClause(float floatClause)
floatClause
- the value of field 'floatClause'.public void setIntClause(int intClause)
intClause
- the value of field 'intClause'.public void setLogicalPredicate(LogicalPredicateType logicalPredicate)
logicalPredicate
- the value of field 'logicalPredicate'public static RationalClause unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |