org.apache.ws.commons.schema
Class XmlSchemaObjectCollection
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObjectCollection
public class XmlSchemaObjectCollection
- extends Object
An object collection class to handle XmlSchemaObjects when collections
are returned from method calls.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlSchemaObjectCollection
public XmlSchemaObjectCollection()
- Creates new XmlSchemaObjectCollection
getCount
public int getCount()
getItem
public XmlSchemaObject getItem(int i)
setItem
public void setItem(int i,
XmlSchemaObject item)
add
public void add(XmlSchemaObject item)
contains
public boolean contains(XmlSchemaObject item)
indexOf
public int indexOf(XmlSchemaObject item)
remove
public void remove(XmlSchemaObject item)
removeAt
public void removeAt(int index)
getIterator
public Iterator getIterator()
toString
public String toString(String prefix,
int tab)
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.