org.deegree.feature.persistence.sql.jaxb
Class SQLFeatureStoreJAXB.JDBCConnId

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.SQLFeatureStoreJAXB.JDBCConnId
Enclosing class:
SQLFeatureStoreJAXB

public static class SQLFeatureStoreJAXB.JDBCConnId
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="fetchSize" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="1000" />
       <attribute name="readAutoCommit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  BigInteger fetchSize
           
protected  Boolean readAutoCommit
           
protected  String value
           
 
Constructor Summary
SQLFeatureStoreJAXB.JDBCConnId()
           
 
Method Summary
 BigInteger getFetchSize()
          Gets the value of the fetchSize property.
 String getValue()
          Gets the value of the value property.
 Boolean isReadAutoCommit()
          Gets the value of the readAutoCommit property.
 void setFetchSize(BigInteger value)
          Sets the value of the fetchSize property.
 void setReadAutoCommit(Boolean value)
          Sets the value of the readAutoCommit property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

fetchSize

protected BigInteger fetchSize

readAutoCommit

protected Boolean readAutoCommit
Constructor Detail

SQLFeatureStoreJAXB.JDBCConnId

public SQLFeatureStoreJAXB.JDBCConnId()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getFetchSize

public BigInteger getFetchSize()
Gets the value of the fetchSize property.

Returns:
possible object is BigInteger

setFetchSize

public void setFetchSize(BigInteger value)
Sets the value of the fetchSize property.

Parameters:
value - allowed object is BigInteger

isReadAutoCommit

public Boolean isReadAutoCommit()
Gets the value of the readAutoCommit property.

Returns:
possible object is Boolean

setReadAutoCommit

public void setReadAutoCommit(Boolean value)
Sets the value of the readAutoCommit property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.