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

com.lapetus_ltd._2009.xml.types
Class XLptsDBProjectType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBProjectType
Direct Known Subclasses:
TLptsDBProjectType

public class XLptsDBProjectType
extends java.lang.Object

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

connectionGroup

protected XLptsDBConnectionGroupType connectionGroup

driverLoader

protected XLptsDriverLoaderType driverLoader

id

protected java.lang.String id

osDriver

protected XLptsODBCDriverType osDriver

remoteProject

protected boolean remoteProject

requiresSave

protected boolean requiresSave

statementGroup

protected XLptsDBStatementGroupType statementGroup

version

protected java.lang.String version
Constructor Detail

XLptsDBProjectType

public XLptsDBProjectType()
Method Detail

getConnectionGroup

public XLptsDBConnectionGroupType getConnectionGroup()
Gets the value of the connectionGroup property.

Returns:
possible object is XLptsDBConnectionGroupType

getDriverLoader

public XLptsDriverLoaderType getDriverLoader()
Gets the value of the driverLoader property.

Returns:
possible object is XLptsDriverLoaderType

getId

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

Returns:
possible object is String

getOsDriver

public XLptsODBCDriverType getOsDriver()
Gets the value of the osDriver property.

Returns:
possible object is XLptsODBCDriverType

getStatementGroup

public XLptsDBStatementGroupType getStatementGroup()
Gets the value of the statementGroup property.

Returns:
possible object is XLptsDBStatementGroupType

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

isRemoteProject

public boolean isRemoteProject()
Gets the value of the remoteProject property.


isRequiresSave

public boolean isRequiresSave()
Gets the value of the requiresSave property.


setConnectionGroup

public void setConnectionGroup(XLptsDBConnectionGroupType value)
Sets the value of the connectionGroup property.

Parameters:
value - allowed object is XLptsDBConnectionGroupType

setDriverLoader

public void setDriverLoader(XLptsDriverLoaderType value)
Sets the value of the driverLoader property.

Parameters:
value - allowed object is XLptsDriverLoaderType

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

setOsDriver

public void setOsDriver(XLptsODBCDriverType value)
Sets the value of the osDriver property.

Parameters:
value - allowed object is XLptsODBCDriverType

setRemoteProject

public void setRemoteProject(boolean value)
Sets the value of the remoteProject property.


setRequiresSave

public void setRequiresSave(boolean value)
Sets the value of the requiresSave property.


setStatementGroup

public void setStatementGroup(XLptsDBStatementGroupType value)
Sets the value of the statementGroup property.

Parameters:
value - allowed object is XLptsDBStatementGroupType

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)