|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDriverExtensionSubType
public class XLptsDriverExtensionSubType
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 |
---|
protected java.lang.String driverName
protected java.lang.String extension
Constructor Detail |
---|
public XLptsDriverExtensionSubType()
Method Detail |
---|
public java.lang.String getDriverName()
String
public java.lang.String getExtension()
String
public void setDriverName(java.lang.String value)
value
- allowed object is
String
public void setExtension(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 |