|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDriverType
public class XLptsDriverType
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 |
---|
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 Detail |
---|
public XLptsDriverType()
Method Detail |
---|
public java.lang.String getAnnotation()
String
public java.lang.String getConnectionStringFormat()
String
public java.lang.String getDefaultCharSet()
String
public XLptsClassInfoType getDriverClass()
XLptsClassInfoType
public java.lang.String getGuestPassword()
String
public java.lang.String getGuestUser()
String
public java.lang.String getId()
String
public java.util.List<XLptsDriverInterfaceType> getInterfaceListItem()
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
public int getJdbcType()
public java.util.List<XLptsOperatingSystemType> getOperatingSystemListItem()
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
public java.lang.String getProperties()
String
public XLptsClassInfoType getRowSetClass()
XLptsClassInfoType
public java.lang.String getTitle()
String
public XLptsDriverEnumType getType()
XLptsDriverEnumType
public void setAnnotation(java.lang.String value)
value
- allowed object is
String
public void setConnectionStringFormat(java.lang.String value)
value
- allowed object is
String
public void setDefaultCharSet(java.lang.String value)
value
- allowed object is
String
public void setDriverClass(XLptsClassInfoType value)
value
- allowed object is
XLptsClassInfoType
public void setGuestPassword(java.lang.String value)
value
- allowed object is
String
public void setGuestUser(java.lang.String value)
value
- allowed object is
String
public void setId(java.lang.String value)
value
- allowed object is
String
public void setJdbcType(int value)
public void setProperties(java.lang.String value)
value
- allowed object is
String
public void setRowSetClass(XLptsClassInfoType value)
value
- allowed object is
XLptsClassInfoType
public void setTitle(java.lang.String value)
value
- allowed object is
String
public void setType(XLptsDriverEnumType value)
value
- allowed object is
XLptsDriverEnumType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |