com.stimulsoft.flex.interactionObject
Class StiConnectionXml

java.lang.Object
  extended by com.stimulsoft.base.utils.XmlObject
      extended by com.stimulsoft.flex.interactionObject.StiConnectionXml
Direct Known Subclasses:
StiTestConnectionRequest

public class StiConnectionXml
extends XmlObject

Xml representation of the parameters to connect to the database. Copyright Stimulsoft


Constructor Summary
StiConnectionXml()
           
 
Method Summary
 String getConnectionString()
           
 String getConnectionType()
           
 String getCorrectQuery()
           
 String getDataPath()
           
 String getDataSourceName()
           
 String getDecodeConnectionString()
           
 String getDecodePassword()
           
 String getPassword()
           
 String getQuery()
           
 String getSchemaPath()
           
 String getUserName()
           
 void setConnectionString(String connectionString)
           
 void setConnectionType(String connectionType)
           
 void setCustomConnectionString(String connectionString)
           
 void setCustomPassword(String password)
           
 void setDataPath(String dataPath)
           
 void setDataSourceName(String dataSourceName)
           
 void setPassword(String password)
           
 void setQuery(String query)
           
 void setSchemaPath(String schemaPath)
           
 void setUserName(String userName)
           
 
Methods inherited from class com.stimulsoft.base.utils.XmlObject
getClassesToBeBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiConnectionXml

public StiConnectionXml()
Method Detail

getConnectionType

public String getConnectionType()

setConnectionType

public void setConnectionType(String connectionType)

getConnectionString

public String getConnectionString()

setConnectionString

public void setConnectionString(String connectionString)

getDecodeConnectionString

public String getDecodeConnectionString()

getDecodePassword

public String getDecodePassword()

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

setDataPath

public void setDataPath(String dataPath)

getDataPath

public String getDataPath()

setSchemaPath

public void setSchemaPath(String schemaPath)

getSchemaPath

public String getSchemaPath()

setCustomConnectionString

public void setCustomConnectionString(String connectionString)

setCustomPassword

public void setCustomPassword(String password)

setQuery

public void setQuery(String query)

getQuery

public String getQuery()

getCorrectQuery

public String getCorrectQuery()

setDataSourceName

public void setDataSourceName(String dataSourceName)

getDataSourceName

public String getDataSourceName()


Copyright © 2017 Stimulsoft. All Rights Reserved.