com.esri.aims.mtier.model.metadata.query
Class DocumentInfoCollection

java.lang.Object
  |
  +--com.esri.aims.mtier.model.metadata.query.DocumentInfoCollection

public class DocumentInfoCollection
extends Object

Represents a collection of Subset objects.


Constructor Summary
DocumentInfoCollection()
          Constructs an instance of a DocumentInfoCollection object.
 
Method Summary
 boolean addDocumentInfo(DocumentInfo docInfo)
          Adds the given DocumentInfo to this collection.
 com.esri.w3c.dom.Element[] getDocumentInfoElements()
          Returns an array of all DocumentInfo elements.
 int size()
          Returns the size of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentInfoCollection

public DocumentInfoCollection()
Constructs an instance of a DocumentInfoCollection object.

Method Detail

addDocumentInfo

public boolean addDocumentInfo(DocumentInfo docInfo)
Adds the given DocumentInfo to this collection.


size

public int size()
Returns the size of this object.


getDocumentInfoElements

public com.esri.w3c.dom.Element[] getDocumentInfoElements()
Returns an array of all DocumentInfo elements.