org.deegree.metadata.persistence.ebrim.eo.jaxb
Class EbrimEOMDStoreConfig

java.lang.Object
  extended by org.deegree.metadata.persistence.ebrim.eo.jaxb.EbrimEOMDStoreConfig

public class EbrimEOMDStoreConfig
extends Object

Java class for EbrimEOMDStore element declaration.

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

 <element name="EbrimEOMDStore">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="JDBCConnId" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="QueryTimeout" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
           <element name="ExtensionPackage" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="AdhocQueriesDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </sequence>
         <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.1.0" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  String adhocQueriesDirectory
           
protected  String configVersion
           
protected  String extensionPackage
           
protected  String jdbcConnId
           
protected  BigInteger queryTimeout
           
 
Constructor Summary
EbrimEOMDStoreConfig()
           
 
Method Summary
 String getAdhocQueriesDirectory()
          Gets the value of the adhocQueriesDirectory property.
 String getConfigVersion()
          Gets the value of the configVersion property.
 String getExtensionPackage()
          Gets the value of the extensionPackage property.
 String getJDBCConnId()
          Gets the value of the jdbcConnId property.
 BigInteger getQueryTimeout()
          Gets the value of the queryTimeout property.
 void setAdhocQueriesDirectory(String value)
          Sets the value of the adhocQueriesDirectory property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setExtensionPackage(String value)
          Sets the value of the extensionPackage property.
 void setJDBCConnId(String value)
          Sets the value of the jdbcConnId property.
 void setQueryTimeout(BigInteger value)
          Sets the value of the queryTimeout property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jdbcConnId

protected String jdbcConnId

queryTimeout

protected BigInteger queryTimeout

extensionPackage

protected String extensionPackage

adhocQueriesDirectory

protected String adhocQueriesDirectory

configVersion

protected String configVersion
Constructor Detail

EbrimEOMDStoreConfig

public EbrimEOMDStoreConfig()
Method Detail

getJDBCConnId

public String getJDBCConnId()
Gets the value of the jdbcConnId property.

Returns:
possible object is String

setJDBCConnId

public void setJDBCConnId(String value)
Sets the value of the jdbcConnId property.

Parameters:
value - allowed object is String

getQueryTimeout

public BigInteger getQueryTimeout()
Gets the value of the queryTimeout property.

Returns:
possible object is BigInteger

setQueryTimeout

public void setQueryTimeout(BigInteger value)
Sets the value of the queryTimeout property.

Parameters:
value - allowed object is BigInteger

getExtensionPackage

public String getExtensionPackage()
Gets the value of the extensionPackage property.

Returns:
possible object is String

setExtensionPackage

public void setExtensionPackage(String value)
Sets the value of the extensionPackage property.

Parameters:
value - allowed object is String

getAdhocQueriesDirectory

public String getAdhocQueriesDirectory()
Gets the value of the adhocQueriesDirectory property.

Returns:
possible object is String

setAdhocQueriesDirectory

public void setAdhocQueriesDirectory(String value)
Sets the value of the adhocQueriesDirectory property.

Parameters:
value - allowed object is String

getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.