|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.query.Clause
The following lines define the XML syntax for Clause.
Constructor Summary | |
Clause()
|
Method Summary | |
CompoundClause |
getCompoundClause()
Returns the value of field 'compoundClause'. |
SimpleClause |
getSimpleClause()
Returns the value of field 'simpleClause'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.DocumentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setCompoundClause(CompoundClause compoundClause)
Sets the value of field 'compoundClause'. |
void |
setSimpleClause(SimpleClause simpleClause)
Sets the value of field 'simpleClause'. |
static Clause |
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 Clause()
Method Detail |
public CompoundClause getCompoundClause()
public SimpleClause getSimpleClause()
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 setCompoundClause(CompoundClause compoundClause)
compoundClause
- the value of field 'compoundClause'.public void setSimpleClause(SimpleClause simpleClause)
simpleClause
- the value of field 'simpleClause'.public static Clause 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 |