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

com.lapetus_ltd._2009.xml.types
Class XLptsDriverExtensionSubType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDriverExtensionSubType
Direct Known Subclasses:
TLptsDriverExtensionSubType

public class XLptsDriverExtensionSubType
extends java.lang.Object

XSD Generated Class: This information is used by the ODBC driver configuration for storing the MS ODBC driver correlations to the file extensions.

Java class for XLptsDriverExtensionSubType complex type.

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

 <complexType name="XLptsDriverExtensionSubType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extension" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="driverName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String driverName
           
protected  java.lang.String extension
           
 
Constructor Summary
XLptsDriverExtensionSubType()
           
 
Method Summary
 java.lang.String getDriverName()
          Gets the value of the driverName property.
 java.lang.String getExtension()
          Gets the value of the extension property.
 void setDriverName(java.lang.String value)
          Sets the value of the driverName property.
 void setExtension(java.lang.String value)
          Sets the value of the extension property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driverName

protected java.lang.String driverName

extension

protected java.lang.String extension
Constructor Detail

XLptsDriverExtensionSubType

public XLptsDriverExtensionSubType()
Method Detail

getDriverName

public java.lang.String getDriverName()
Gets the value of the driverName property.

Returns:
possible object is String

getExtension

public java.lang.String getExtension()
Gets the value of the extension property.

Returns:
possible object is String

setDriverName

public void setDriverName(java.lang.String value)
Sets the value of the driverName property.

Parameters:
value - allowed object is String

setExtension

public void setExtension(java.lang.String value)
Sets the value of the extension property.

Parameters:
value - allowed object is String


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