Class Indexer.Datastore

Object
Datastore
Enclosing class:
Indexer

public static class Indexer.Datastore 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 minOccurs="0">
         <element name="database" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="parameters" type="{}parametersType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Datastore

      public Datastore()
  • Method Details

    • getDatabase

      public String getDatabase()
      Gets the value of the database property.
      Returns:
      possible object is String
    • setDatabase

      public void setDatabase(String value)
      Sets the value of the database property.
      Parameters:
      value - allowed object is String
    • getParameters

      public ParametersType getParameters()
      Gets the value of the parameters property.
      Returns:
      possible object is ParametersType
    • setParameters

      public void setParameters(ParametersType value)
      Sets the value of the parameters property.
      Parameters:
      value - allowed object is ParametersType