Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd._2009.xml.types
Class XLptsDBConnectionType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBConnectionType
Direct Known Subclasses:
TLptsConnection, TLptsDBConnectionType

public class XLptsDBConnectionType
extends java.lang.Object

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

charset

protected java.lang.String charset

connectionString

protected java.lang.String connectionString

credentials

protected byte[] credentials

dataFileUrl

protected java.lang.String dataFileUrl

driverType

protected XLptsDriverType driverType

holdabilityCode

protected int holdabilityCode

holdabilityString

protected java.lang.String holdabilityString

id

protected java.lang.String id

properties

protected java.lang.String properties

timestamp

protected long timestamp

title

protected java.lang.String title

version

protected java.lang.String version
Constructor Detail

XLptsDBConnectionType

public XLptsDBConnectionType()
Method Detail

getCharset

public java.lang.String getCharset()
Gets the value of the charset property.

Returns:
possible object is String

getConnectionString

public java.lang.String getConnectionString()
Gets the value of the connectionString property.

Returns:
possible object is String

getCredentials

public byte[] getCredentials()
Gets the value of the credentials property.

Returns:
possible object is String

getDataFileUrl

public java.lang.String getDataFileUrl()
Gets the value of the dataFileUrl property.

Returns:
possible object is String

getDriverType

public XLptsDriverType getDriverType()
Gets the value of the driverType property.

Returns:
possible object is XLptsDriverType

getHoldabilityCode

public int getHoldabilityCode()
Gets the value of the holdabilityCode property.


getHoldabilityString

public java.lang.String getHoldabilityString()
Gets the value of the holdabilityString property.

Returns:
possible object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

getProperties

public java.lang.String getProperties()
Gets the value of the properties property.

Returns:
possible object is String

getTimestamp

public long getTimestamp()
Gets the value of the timestamp property.


getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setCharset

public void setCharset(java.lang.String value)
Sets the value of the charset property.

Parameters:
value - allowed object is String

setConnectionString

public void setConnectionString(java.lang.String value)
Sets the value of the connectionString property.

Parameters:
value - allowed object is String

setCredentials

public void setCredentials(byte[] value)
Sets the value of the credentials property.

Parameters:
value - allowed object is String

setDataFileUrl

public void setDataFileUrl(java.lang.String value)
Sets the value of the dataFileUrl property.

Parameters:
value - allowed object is String

setDriverType

public void setDriverType(XLptsDriverType value)
Sets the value of the driverType property.

Parameters:
value - allowed object is XLptsDriverType

setHoldabilityCode

public void setHoldabilityCode(int value)
Sets the value of the holdabilityCode property.


setHoldabilityString

public void setHoldabilityString(java.lang.String value)
Sets the value of the holdabilityString property.

Parameters:
value - allowed object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

setProperties

public void setProperties(java.lang.String value)
Sets the value of the properties property.

Parameters:
value - allowed object is String

setTimestamp

public void setTimestamp(long value)
Sets the value of the timestamp property.


setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)