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

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

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

See Also:
Serialized Form

Constructor Summary
StringClause()
           
 
Method Summary
 java.lang.String getContent()
          Returns the value of field 'content'.
 StringPredicateType getStringPredicate()
          Returns the value of field 'stringPredicate'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setContent(java.lang.String content)
          Sets the value of field 'content'.
 void setStringPredicate(StringPredicateType stringPredicate)
          Sets the value of field 'stringPredicate'.
static StringClause 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

StringClause

public StringClause()
Method Detail

getContent

public java.lang.String getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage

Returns:
the value of field 'content'.

getStringPredicate

public StringPredicateType getStringPredicate()
Returns the value of field 'stringPredicate'.

Returns:
the value of field 'stringPredicate'.

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

setContent

public void setContent(java.lang.String content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage

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

setStringPredicate

public void setStringPredicate(StringPredicateType stringPredicate)
Sets the value of field 'stringPredicate'.

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

unmarshal

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