org.openspml.v2.msg.spml
Class QueryClause

java.lang.Object
  extended byorg.openspml.v2.msg.spml.Extensible
      extended byorg.openspml.v2.msg.spml.ExtensibleMarshallable
          extended byorg.openspml.v2.msg.spml.QueryClause
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentContainer
Direct Known Subclasses:
HasReference, IsActive, LogicalOperator, Selection

public abstract class QueryClause
extends org.openspml.v2.msg.spml.ExtensibleMarshallable

Author:
kent.spaulding@sun.com

Date: Feb 7, 2006


Constructor Summary
protected QueryClause()
           
 
Method Summary
 java.lang.String toXML(XMLMarshaller m)
          Visitor pattern - dispatch this type to the visitor (m) please.
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, equals, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getNamespacesInfo, getOpenContentAttrs, getOpenContentElements, hashCode, isValid, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openspml.v2.msg.MarshallableElement
getNamespacesInfo, isValid
 

Constructor Detail

QueryClause

protected QueryClause()
Method Detail

toXML

public java.lang.String toXML(XMLMarshaller m)
                       throws Spml2Exception
Description copied from interface: Marshallable
Visitor pattern - dispatch this type to the visitor (m) please.

Specified by:
toXML in interface Marshallable
Parameters:
m -
Returns:
xml
Throws:
Spml2Exception


Copyright © Sun Microsystems, Inc. All Rights Reserved.