Class XIndexes

All Implemented Interfaces:
Comet3Collection<XIndex>, Serializable, Cloneable, Iterable<XIndex>, Collection<XIndex>, List<XIndex>, RandomAccess

public class XIndexes extends Comet3CollectionImpl<XIndex>

Java class for indexes to's (i.e. list of xml indexes) complex type. For internal use only

The following schema fragment specifies the expected content contained within this class.

 <complexType name="indicees">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="index" type="{http://comet.priint.com/configuration/entities}index" minOccurs="0" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: