@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class DataSourceType extends Object
Java class for data-sourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="data-sourceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" minOccurs="0"/> <element name="name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/> <element name="class-name" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/> <element name="server-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="port-number" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/> <element name="database-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="url" type="{http://java.sun.com/xml/ns/javaee}jdbc-urlType" minOccurs="0"/> <element name="user" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="password" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="property" type="{http://java.sun.com/xml/ns/javaee}propertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="login-timeout" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/> <element name="transactional" type="{http://java.sun.com/xml/ns/javaee}xsdBooleanType" minOccurs="0"/> <element name="isolation-level" type="{http://java.sun.com/xml/ns/javaee}isolation-levelType" minOccurs="0"/> <element name="initial-pool-size" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/> <element name="max-pool-size" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/> <element name="min-pool-size" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/> <element name="max-idle-time" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/> <element name="max-statements" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FullyQualifiedClassType |
className |
protected String |
databaseName |
protected DescriptionType |
description |
protected String |
id |
protected XsdIntegerType |
initialPoolSize |
protected IsolationLevelType |
isolationLevel |
protected XsdIntegerType |
loginTimeout |
protected XsdIntegerType |
maxIdleTime |
protected XsdIntegerType |
maxPoolSize |
protected XsdIntegerType |
maxStatements |
protected XsdIntegerType |
minPoolSize |
protected JndiNameType |
name |
protected String |
password |
protected XsdIntegerType |
portNumber |
protected List<PropertyType> |
property |
protected String |
serverName |
protected XsdBooleanType |
transactional |
protected JdbcUrlType |
url |
protected String |
user |
Constructor and Description |
---|
DataSourceType() |
Modifier and Type | Method and Description |
---|---|
FullyQualifiedClassType |
getClassName()
Gets the value of the className property.
|
String |
getDatabaseName()
Gets the value of the databaseName property.
|
DescriptionType |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
XsdIntegerType |
getInitialPoolSize()
Gets the value of the initialPoolSize property.
|
IsolationLevelType |
getIsolationLevel()
Gets the value of the isolationLevel property.
|
XsdIntegerType |
getLoginTimeout()
Gets the value of the loginTimeout property.
|
XsdIntegerType |
getMaxIdleTime()
Gets the value of the maxIdleTime property.
|
XsdIntegerType |
getMaxPoolSize()
Gets the value of the maxPoolSize property.
|
XsdIntegerType |
getMaxStatements()
Gets the value of the maxStatements property.
|
XsdIntegerType |
getMinPoolSize()
Gets the value of the minPoolSize property.
|
JndiNameType |
getName()
Gets the value of the name property.
|
String |
getPassword()
Gets the value of the password property.
|
XsdIntegerType |
getPortNumber()
Gets the value of the portNumber property.
|
List<PropertyType> |
getProperty()
Gets the value of the property property.
|
String |
getServerName()
Gets the value of the serverName property.
|
XsdBooleanType |
getTransactional()
Gets the value of the transactional property.
|
JdbcUrlType |
getUrl()
Gets the value of the url property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setClassName(FullyQualifiedClassType value)
Sets the value of the className property.
|
void |
setDatabaseName(String value)
Sets the value of the databaseName property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInitialPoolSize(XsdIntegerType value)
Sets the value of the initialPoolSize property.
|
void |
setIsolationLevel(IsolationLevelType value)
Sets the value of the isolationLevel property.
|
void |
setLoginTimeout(XsdIntegerType value)
Sets the value of the loginTimeout property.
|
void |
setMaxIdleTime(XsdIntegerType value)
Sets the value of the maxIdleTime property.
|
void |
setMaxPoolSize(XsdIntegerType value)
Sets the value of the maxPoolSize property.
|
void |
setMaxStatements(XsdIntegerType value)
Sets the value of the maxStatements property.
|
void |
setMinPoolSize(XsdIntegerType value)
Sets the value of the minPoolSize property.
|
void |
setName(JndiNameType value)
Sets the value of the name property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPortNumber(XsdIntegerType value)
Sets the value of the portNumber property.
|
void |
setServerName(String value)
Sets the value of the serverName property.
|
void |
setTransactional(XsdBooleanType value)
Sets the value of the transactional property.
|
void |
setUrl(JdbcUrlType value)
Sets the value of the url property.
|
void |
setUser(String value)
Sets the value of the user property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected DescriptionType description
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected JndiNameType name
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected FullyQualifiedClassType className
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String serverName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType portNumber
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String databaseName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected JdbcUrlType url
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String user
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String password
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<PropertyType> property
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType loginTimeout
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdBooleanType transactional
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected IsolationLevelType isolationLevel
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType initialPoolSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType maxPoolSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType minPoolSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType maxIdleTime
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType maxStatements
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public DescriptionType getDescription()
DescriptionType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setDescription(DescriptionType value)
value
- allowed object is
DescriptionType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public JndiNameType getName()
JndiNameType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setName(JndiNameType value)
value
- allowed object is
JndiNameType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public FullyQualifiedClassType getClassName()
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setClassName(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getServerName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setServerName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getPortNumber()
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setPortNumber(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getDatabaseName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setDatabaseName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public JdbcUrlType getUrl()
JdbcUrlType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setUrl(JdbcUrlType value)
value
- allowed object is
JdbcUrlType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getUser()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setUser(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getPassword()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setPassword(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public List<PropertyType> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getLoginTimeout()
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setLoginTimeout(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdBooleanType getTransactional()
XsdBooleanType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setTransactional(XsdBooleanType value)
value
- allowed object is
XsdBooleanType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public IsolationLevelType getIsolationLevel()
IsolationLevelType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setIsolationLevel(IsolationLevelType value)
value
- allowed object is
IsolationLevelType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getInitialPoolSize()
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setInitialPoolSize(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getMaxPoolSize()
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMaxPoolSize(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getMinPoolSize()
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMinPoolSize(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getMaxIdleTime()
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMaxIdleTime(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getMaxStatements()
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMaxStatements(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.