org.openspml.v2.profiles.dsml
Class Or
java.lang.Object
org.openspml.v2.profiles.dsml.FilterItem
org.openspml.v2.profiles.dsml.FilterSet
org.openspml.v2.profiles.dsml.Or
- All Implemented Interfaces:
- DSMLUnmarshaller.Parseable
- public class Or
- extends org.openspml.v2.profiles.dsml.FilterSet
From the DSML spec...
<xsd:element name="or" type="FilterSet"/>
Constructor Summary |
Or()
|
Or(org.openspml.v2.profiles.dsml.FilterItem item)
|
Or(org.openspml.v2.profiles.dsml.FilterItem[] items)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Or
public Or(org.openspml.v2.profiles.dsml.FilterItem[] items)
Or
public Or(org.openspml.v2.profiles.dsml.FilterItem item)
Or
public Or()
toXML
protected void toXML(XmlBuffer buffer)
throws DSMLProfileException
- Throws:
DSMLProfileException
toXML
protected void toXML(java.lang.String s,
XmlBuffer buffer)
throws DSMLProfileException
- Throws:
DSMLProfileException
parseXml
public void parseXml(DSMLUnmarshaller um,
java.lang.Object e)
throws DSMLProfileException
- Throws:
DSMLProfileException
getItems
public org.openspml.v2.profiles.dsml.FilterItem[] getItems()
setItems
public void setItems(org.openspml.v2.profiles.dsml.FilterItem[] items)
addItems
public void addItems(org.openspml.v2.profiles.dsml.FilterItem[] items)
addItem
public void addItem(org.openspml.v2.profiles.dsml.FilterItem item)
removeItem
public boolean removeItem(org.openspml.v2.profiles.dsml.FilterItem item)
clearItems
public void clearItems()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
Copyright © Sun Microsystems, Inc. All Rights Reserved.