org.openspml.v2.profiles.dsml
Class Not
java.lang.Object
org.openspml.v2.profiles.dsml.FilterItem
org.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Not
protected Not()
Not
public Not(org.openspml.v2.profiles.dsml.FilterItem item)
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.