org.openspml.v2.profiles.dsml
Class And
java.lang.Object
org.openspml.v2.profiles.dsml.FilterItem
org.openspml.v2.profiles.dsml.FilterSet
org.openspml.v2.profiles.dsml.And
- All Implemented Interfaces:
- DSMLUnmarshaller.Parseable
- public class And
- extends org.openspml.v2.profiles.dsml.FilterSet
From the DSML spec...
<xsd:element name="and" type="FilterSet"/>
Constructor Summary |
And()
|
And(org.openspml.v2.profiles.dsml.FilterItem item)
|
And(org.openspml.v2.profiles.dsml.FilterItem[] items)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
And
public And(org.openspml.v2.profiles.dsml.FilterItem[] items)
And
public And(org.openspml.v2.profiles.dsml.FilterItem item)
And
public And()
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.