Object
Indexer

public class Indexer extends Object
Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="schemas" type="{}schemasType" minOccurs="0"/>
         <element name="domains" type="{}domainsType" minOccurs="0"/>
         <element name="coverages" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="coverage" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="schema" type="{}schemaType"/>
                             <element name="origName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="domains" type="{}domainsType"/>
                             <choice>
                               <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               <element name="nameCollector" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             </choice>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datastore">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence minOccurs="0">
                   <element name="database" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="parameters" type="{}parametersType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="collectors" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="collector" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="spi" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="mapped" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="parameters" type="{}parametersType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>