org.openspml.v2.profiles.dsml
Class And

java.lang.Object
  extended byorg.openspml.v2.profiles.dsml.FilterItem
      extended byorg.openspml.v2.profiles.dsml.FilterSet
          extended byorg.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)
           
 
Method Summary
 void addItem(org.openspml.v2.profiles.dsml.FilterItem item)
           
 void addItems(org.openspml.v2.profiles.dsml.FilterItem[] items)
           
 void clearItems()
           
 boolean equals(java.lang.Object o)
           
 org.openspml.v2.profiles.dsml.FilterItem[] getItems()
           
 int hashCode()
           
 void parseXml(DSMLUnmarshaller um, java.lang.Object e)
           
 boolean removeItem(org.openspml.v2.profiles.dsml.FilterItem item)
           
 void setItems(org.openspml.v2.profiles.dsml.FilterItem[] items)
           
protected  void toXML(java.lang.String s, XmlBuffer buffer)
           
protected  void toXML(XmlBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

And

public And(org.openspml.v2.profiles.dsml.FilterItem[] items)

And

public And(org.openspml.v2.profiles.dsml.FilterItem item)

And

public And()
Method Detail

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.