|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBConnectionType
public class XLptsDBConnectionType
XSD Generated Class: This object holds all the required information so that dbJAPI can make a connection to a data source. This class is overwritten by the TLptsDBConnectionType, which provides the required functionality based on the information in this class. The class TLptsConnection, which inherits the Java Connection. actually uses this object to perform the connections (either from a xml file or programmatically).
Java class for XLptsDBConnectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBConnectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="connectionString" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="driverType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDriverType"/> <element name="properties" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataFileUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="charset" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="holdabilityString" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="holdabilityCode" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="credentials" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/> </sequence> <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" /> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
charset
|
protected java.lang.String |
connectionString
|
protected byte[] |
credentials
|
protected java.lang.String |
dataFileUrl
|
protected XLptsDriverType |
driverType
|
protected int |
holdabilityCode
|
protected java.lang.String |
holdabilityString
|
protected java.lang.String |
id
|
protected java.lang.String |
properties
|
protected long |
timestamp
|
protected java.lang.String |
title
|
protected java.lang.String |
version
|
Constructor Summary | |
---|---|
XLptsDBConnectionType()
|
Method Summary | |
---|---|
java.lang.String |
getCharset()
Gets the value of the charset property. |
java.lang.String |
getConnectionString()
Gets the value of the connectionString property. |
byte[] |
getCredentials()
Gets the value of the credentials property. |
java.lang.String |
getDataFileUrl()
Gets the value of the dataFileUrl property. |
XLptsDriverType |
getDriverType()
Gets the value of the driverType property. |
int |
getHoldabilityCode()
Gets the value of the holdabilityCode property. |
java.lang.String |
getHoldabilityString()
Gets the value of the holdabilityString property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getProperties()
Gets the value of the properties property. |
long |
getTimestamp()
Gets the value of the timestamp property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setCharset(java.lang.String value)
Sets the value of the charset property. |
void |
setConnectionString(java.lang.String value)
Sets the value of the connectionString property. |
void |
setCredentials(byte[] value)
Sets the value of the credentials property. |
void |
setDataFileUrl(java.lang.String value)
Sets the value of the dataFileUrl property. |
void |
setDriverType(XLptsDriverType value)
Sets the value of the driverType property. |
void |
setHoldabilityCode(int value)
Sets the value of the holdabilityCode property. |
void |
setHoldabilityString(java.lang.String value)
Sets the value of the holdabilityString property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setProperties(java.lang.String value)
Sets the value of the properties property. |
void |
setTimestamp(long value)
Sets the value of the timestamp property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String charset
protected java.lang.String connectionString
protected byte[] credentials
protected java.lang.String dataFileUrl
protected XLptsDriverType driverType
protected int holdabilityCode
protected java.lang.String holdabilityString
protected java.lang.String id
protected java.lang.String properties
protected long timestamp
protected java.lang.String title
protected java.lang.String version
Constructor Detail |
---|
public XLptsDBConnectionType()
Method Detail |
---|
public java.lang.String getCharset()
String
public java.lang.String getConnectionString()
String
public byte[] getCredentials()
String
public java.lang.String getDataFileUrl()
String
public XLptsDriverType getDriverType()
XLptsDriverType
public int getHoldabilityCode()
public java.lang.String getHoldabilityString()
String
public java.lang.String getId()
String
public java.lang.String getProperties()
String
public long getTimestamp()
public java.lang.String getTitle()
String
public java.lang.String getVersion()
String
public void setCharset(java.lang.String value)
value
- allowed object is
String
public void setConnectionString(java.lang.String value)
value
- allowed object is
String
public void setCredentials(byte[] value)
value
- allowed object is
String
public void setDataFileUrl(java.lang.String value)
value
- allowed object is
String
public void setDriverType(XLptsDriverType value)
value
- allowed object is
XLptsDriverType
public void setHoldabilityCode(int value)
public void setHoldabilityString(java.lang.String value)
value
- allowed object is
String
public void setId(java.lang.String value)
value
- allowed object is
String
public void setProperties(java.lang.String value)
value
- allowed object is
String
public void setTimestamp(long value)
public void setTitle(java.lang.String value)
value
- allowed object is
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |