|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.query.SimpleClause
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 |
public SimpleClause()
Method Detail |
public BooleanClause getBooleanClause()
public java.lang.String getLeftArgument()
public RationalClause getRationalClause()
public StringClause getStringClause()
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 setBooleanClause(BooleanClause booleanClause)
booleanClause
- the value of field 'booleanClause'.public void setLeftArgument(java.lang.String leftArgument)
leftArgument
- the value of field 'leftArgument'.public void setRationalClause(RationalClause rationalClause)
rationalClause
- the value of field 'rationalClause'.public void setStringClause(StringClause stringClause)
stringClause
- the value of field 'stringClause'.public static SimpleClause 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 |