|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBProjectType
public class XLptsDBProjectType
XSD Generated Class: This is the class that saves the settings for a single project.
Java class for XLptsDBProjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBProjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="requiresSave" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="remoteProject" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="connectionGroup" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBConnectionGroupType"/> <element name="statementGroup" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementGroupType"/> <element name="driverLoader" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDriverLoaderType"/> <element name="osDriver" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsODBCDriverType"/> </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 XLptsDBConnectionGroupType |
connectionGroup
|
protected XLptsDriverLoaderType |
driverLoader
|
protected java.lang.String |
id
|
protected XLptsODBCDriverType |
osDriver
|
protected boolean |
remoteProject
|
protected boolean |
requiresSave
|
protected XLptsDBStatementGroupType |
statementGroup
|
protected java.lang.String |
version
|
Constructor Summary | |
---|---|
XLptsDBProjectType()
|
Method Summary | |
---|---|
XLptsDBConnectionGroupType |
getConnectionGroup()
Gets the value of the connectionGroup property. |
XLptsDriverLoaderType |
getDriverLoader()
Gets the value of the driverLoader property. |
java.lang.String |
getId()
Gets the value of the id property. |
XLptsODBCDriverType |
getOsDriver()
Gets the value of the osDriver property. |
XLptsDBStatementGroupType |
getStatementGroup()
Gets the value of the statementGroup property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
boolean |
isRemoteProject()
Gets the value of the remoteProject property. |
boolean |
isRequiresSave()
Gets the value of the requiresSave property. |
void |
setConnectionGroup(XLptsDBConnectionGroupType value)
Sets the value of the connectionGroup property. |
void |
setDriverLoader(XLptsDriverLoaderType value)
Sets the value of the driverLoader property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setOsDriver(XLptsODBCDriverType value)
Sets the value of the osDriver property. |
void |
setRemoteProject(boolean value)
Sets the value of the remoteProject property. |
void |
setRequiresSave(boolean value)
Sets the value of the requiresSave property. |
void |
setStatementGroup(XLptsDBStatementGroupType value)
Sets the value of the statementGroup 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 |
---|
protected XLptsDBConnectionGroupType connectionGroup
protected XLptsDriverLoaderType driverLoader
protected java.lang.String id
protected XLptsODBCDriverType osDriver
protected boolean remoteProject
protected boolean requiresSave
protected XLptsDBStatementGroupType statementGroup
protected java.lang.String version
Constructor Detail |
---|
public XLptsDBProjectType()
Method Detail |
---|
public XLptsDBConnectionGroupType getConnectionGroup()
XLptsDBConnectionGroupType
public XLptsDriverLoaderType getDriverLoader()
XLptsDriverLoaderType
public java.lang.String getId()
String
public XLptsODBCDriverType getOsDriver()
XLptsODBCDriverType
public XLptsDBStatementGroupType getStatementGroup()
XLptsDBStatementGroupType
public java.lang.String getVersion()
String
public boolean isRemoteProject()
public boolean isRequiresSave()
public void setConnectionGroup(XLptsDBConnectionGroupType value)
value
- allowed object is
XLptsDBConnectionGroupType
public void setDriverLoader(XLptsDriverLoaderType value)
value
- allowed object is
XLptsDriverLoaderType
public void setId(java.lang.String value)
value
- allowed object is
String
public void setOsDriver(XLptsODBCDriverType value)
value
- allowed object is
XLptsODBCDriverType
public void setRemoteProject(boolean value)
public void setRequiresSave(boolean value)
public void setStatementGroup(XLptsDBStatementGroupType value)
value
- allowed object is
XLptsDBStatementGroupType
public void setVersion(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 |