org.openspml.v2.profiles.dsml
Class Not

java.lang.Object
  extended byorg.openspml.v2.profiles.dsml.FilterItem
      extended byorg.openspml.v2.profiles.dsml.Not
All Implemented Interfaces:
DSMLUnmarshaller.Parseable

public class Not
extends org.openspml.v2.profiles.dsml.FilterItem

Represents the <not> element in a filter. NOTE: Since the profile does not allow for Not at the top-level (just attributes and filter elements are allowed) we are implementing Not with that in mind. This makes this unsuitable for use in a general DSML 2.0 implementation, but that's okay.

 <xsd:element name="not" type="Filter"/> 


Constructor Summary
protected Not()
           
  Not(org.openspml.v2.profiles.dsml.FilterItem item)
           
 
Method Summary
 void parseXml(DSMLUnmarshaller um, java.lang.Object e)
           
protected  void setItem(org.openspml.v2.profiles.dsml.FilterItem item)
           
protected  void toXML(XmlBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Not

protected Not()

Not

public Not(org.openspml.v2.profiles.dsml.FilterItem item)
Method Detail

toXML

protected void toXML(XmlBuffer buffer)
              throws DSMLProfileException
Throws:
DSMLProfileException

setItem

protected void setItem(org.openspml.v2.profiles.dsml.FilterItem item)

parseXml

public void parseXml(DSMLUnmarshaller um,
                     java.lang.Object e)
              throws DSMLProfileException
Throws:
DSMLProfileException


Copyright © Sun Microsystems, Inc. All Rights Reserved.