|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.metadata.persistence.ebrim.eo.jaxb.EbrimEOMDStoreConfig
public class EbrimEOMDStoreConfig
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 |
|---|
protected String jdbcConnId
protected BigInteger queryTimeout
protected String extensionPackage
protected String adhocQueriesDirectory
protected String configVersion
| Constructor Detail |
|---|
public EbrimEOMDStoreConfig()
| Method Detail |
|---|
public String getJDBCConnId()
Stringpublic void setJDBCConnId(String value)
value - allowed object is
Stringpublic BigInteger getQueryTimeout()
BigIntegerpublic void setQueryTimeout(BigInteger value)
value - allowed object is
BigIntegerpublic String getExtensionPackage()
Stringpublic void setExtensionPackage(String value)
value - allowed object is
Stringpublic String getAdhocQueriesDirectory()
Stringpublic void setAdhocQueriesDirectory(String value)
value - allowed object is
Stringpublic String getConfigVersion()
Stringpublic void setConfigVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||