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

com.lapetus_ltd._2009.xml.types
Class XLptsDriverLoaderType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDriverLoaderType
Direct Known Subclasses:
TLptsDriverLoaderType

public class XLptsDriverLoaderType
extends java.lang.Object

XSD Generated Class: This object is used to hold information for the drivers to be loaded from a file or from the application. The data in here is loaded at startup and used by the connection mechanism for connecting to databases.

Java class for XLptsDriverLoaderType complex type.

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

 <complexType name="XLptsDriverLoaderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="driverListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDriverType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="defaultCharSet" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </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 defaultCharSet
           
protected  java.util.List<XLptsDriverType> driverListItem
           
protected  java.lang.String id
           
protected  java.lang.String title
           
protected  java.lang.String version
           
 
Constructor Summary
XLptsDriverLoaderType()
           
 
Method Summary
 java.lang.String getDefaultCharSet()
          Gets the value of the defaultCharSet property.
 java.util.List<XLptsDriverType> getDriverListItem()
          Gets the value of the driverListItem property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setDefaultCharSet(java.lang.String value)
          Sets the value of the defaultCharSet property.
 void setId(java.lang.String value)
          Sets the value of the id 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

defaultCharSet

protected java.lang.String defaultCharSet

driverListItem

protected java.util.List<XLptsDriverType> driverListItem

id

protected java.lang.String id

title

protected java.lang.String title

version

protected java.lang.String version
Constructor Detail

XLptsDriverLoaderType

public XLptsDriverLoaderType()
Method Detail

getDefaultCharSet

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

Returns:
possible object is String

getDriverListItem

public java.util.List<XLptsDriverType> getDriverListItem()
Gets the value of the driverListItem 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 driverListItem property.

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

    getDriverListItem().add(newItem);
 

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


getId

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

Returns:
possible object is String

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

setDefaultCharSet

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

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)