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

com.lapetus_ltd._2009.xml.types
Class XLptsDriverType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDriverType
Direct Known Subclasses:
TLptsDriverType

public class XLptsDriverType
extends java.lang.Object

XSD Generated Class: The information in here is loaded from the driver loader structure at startup and then stored in the connection that uses this driver for its connection to the database. It contains all the relevant data for the driver and its location, but also contains the default information for a connection.

Java class for XLptsDriverType complex type.

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

 <complexType name="XLptsDriverType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="annotation" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="driverClass" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsClassInfoType"/>
         <element name="rowSetClass" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsClassInfoType"/>
         <element name="type" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDriverEnumType"/>
         <element name="jdbcType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsJdbcDriverTypeType"/>
         <element name="connectionStringFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="properties" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="defaultCharSet" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="operatingSystemListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsOperatingSystemType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="interfaceListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDriverInterfaceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="guestUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="guestPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String annotation
           
protected  java.lang.String connectionStringFormat
           
protected  java.lang.String defaultCharSet
           
protected  XLptsClassInfoType driverClass
           
protected  java.lang.String guestPassword
           
protected  java.lang.String guestUser
           
protected  java.lang.String id
           
protected  java.util.List<XLptsDriverInterfaceType> interfaceListItem
           
protected  int jdbcType
           
protected  java.util.List<XLptsOperatingSystemType> operatingSystemListItem
           
protected  java.lang.String properties
           
protected  XLptsClassInfoType rowSetClass
           
protected  java.lang.String title
           
protected  XLptsDriverEnumType type
           
 
Constructor Summary
XLptsDriverType()
           
 
Method Summary
 java.lang.String getAnnotation()
          Gets the value of the annotation property.
 java.lang.String getConnectionStringFormat()
          Gets the value of the connectionStringFormat property.
 java.lang.String getDefaultCharSet()
          Gets the value of the defaultCharSet property.
 XLptsClassInfoType getDriverClass()
          Gets the value of the driverClass property.
 java.lang.String getGuestPassword()
          Gets the value of the guestPassword property.
 java.lang.String getGuestUser()
          Gets the value of the guestUser property.
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List<XLptsDriverInterfaceType> getInterfaceListItem()
          Gets the value of the interfaceListItem property.
 int getJdbcType()
          Gets the value of the jdbcType property.
 java.util.List<XLptsOperatingSystemType> getOperatingSystemListItem()
          Gets the value of the operatingSystemListItem property.
 java.lang.String getProperties()
          Gets the value of the properties property.
 XLptsClassInfoType getRowSetClass()
          Gets the value of the rowSetClass property.
 java.lang.String getTitle()
          Gets the value of the title property.
 XLptsDriverEnumType getType()
          Gets the value of the type property.
 void setAnnotation(java.lang.String value)
          Sets the value of the annotation property.
 void setConnectionStringFormat(java.lang.String value)
          Sets the value of the connectionStringFormat property.
 void setDefaultCharSet(java.lang.String value)
          Sets the value of the defaultCharSet property.
 void setDriverClass(XLptsClassInfoType value)
          Sets the value of the driverClass property.
 void setGuestPassword(java.lang.String value)
          Sets the value of the guestPassword property.
 void setGuestUser(java.lang.String value)
          Sets the value of the guestUser property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setJdbcType(int value)
          Sets the value of the jdbcType property.
 void setProperties(java.lang.String value)
          Sets the value of the properties property.
 void setRowSetClass(XLptsClassInfoType value)
          Sets the value of the rowSetClass property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setType(XLptsDriverEnumType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotation

protected java.lang.String annotation

connectionStringFormat

protected java.lang.String connectionStringFormat

defaultCharSet

protected java.lang.String defaultCharSet

driverClass

protected XLptsClassInfoType driverClass

guestPassword

protected java.lang.String guestPassword

guestUser

protected java.lang.String guestUser

id

protected java.lang.String id

interfaceListItem

protected java.util.List<XLptsDriverInterfaceType> interfaceListItem

jdbcType

protected int jdbcType

operatingSystemListItem

protected java.util.List<XLptsOperatingSystemType> operatingSystemListItem

properties

protected java.lang.String properties

rowSetClass

protected XLptsClassInfoType rowSetClass

title

protected java.lang.String title

type

protected XLptsDriverEnumType type
Constructor Detail

XLptsDriverType

public XLptsDriverType()
Method Detail

getAnnotation

public java.lang.String getAnnotation()
Gets the value of the annotation property.

Returns:
possible object is String

getConnectionStringFormat

public java.lang.String getConnectionStringFormat()
Gets the value of the connectionStringFormat property.

Returns:
possible object is String

getDefaultCharSet

public java.lang.String getDefaultCharSet()
Gets the value of the defaultCharSet property.

Returns:
possible object is String

getDriverClass

public XLptsClassInfoType getDriverClass()
Gets the value of the driverClass property.

Returns:
possible object is XLptsClassInfoType

getGuestPassword

public java.lang.String getGuestPassword()
Gets the value of the guestPassword property.

Returns:
possible object is String

getGuestUser

public java.lang.String getGuestUser()
Gets the value of the guestUser property.

Returns:
possible object is String

getId

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

Returns:
possible object is String

getInterfaceListItem

public java.util.List<XLptsDriverInterfaceType> getInterfaceListItem()
Gets the value of the interfaceListItem property.

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 interfaceListItem property.

For example, to add a new item, do as follows:

    getInterfaceListItem().add(newItem);
 

Objects of the following type(s) are allowed in the list XLptsDriverInterfaceType


getJdbcType

public int getJdbcType()
Gets the value of the jdbcType property.


getOperatingSystemListItem

public java.util.List<XLptsOperatingSystemType> getOperatingSystemListItem()
Gets the value of the operatingSystemListItem property.

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 operatingSystemListItem property.

For example, to add a new item, do as follows:

    getOperatingSystemListItem().add(newItem);
 

Objects of the following type(s) are allowed in the list XLptsOperatingSystemType


getProperties

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

Returns:
possible object is String

getRowSetClass

public XLptsClassInfoType getRowSetClass()
Gets the value of the rowSetClass property.

Returns:
possible object is XLptsClassInfoType

getTitle

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

Returns:
possible object is String

getType

public XLptsDriverEnumType getType()
Gets the value of the type property.

Returns:
possible object is XLptsDriverEnumType

setAnnotation

public void setAnnotation(java.lang.String value)
Sets the value of the annotation property.

Parameters:
value - allowed object is String

setConnectionStringFormat

public void setConnectionStringFormat(java.lang.String value)
Sets the value of the connectionStringFormat property.

Parameters:
value - allowed object is String

setDefaultCharSet

public void setDefaultCharSet(java.lang.String value)
Sets the value of the defaultCharSet property.

Parameters:
value - allowed object is String

setDriverClass

public void setDriverClass(XLptsClassInfoType value)
Sets the value of the driverClass property.

Parameters:
value - allowed object is XLptsClassInfoType

setGuestPassword

public void setGuestPassword(java.lang.String value)
Sets the value of the guestPassword property.

Parameters:
value - allowed object is String

setGuestUser

public void setGuestUser(java.lang.String value)
Sets the value of the guestUser 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

setJdbcType

public void setJdbcType(int value)
Sets the value of the jdbcType property.


setProperties

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

Parameters:
value - allowed object is String

setRowSetClass

public void setRowSetClass(XLptsClassInfoType value)
Sets the value of the rowSetClass property.

Parameters:
value - allowed object is XLptsClassInfoType

setTitle

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

Parameters:
value - allowed object is String

setType

public void setType(XLptsDriverEnumType value)
Sets the value of the type property.

Parameters:
value - allowed object is XLptsDriverEnumType


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