org.jboss.soa.esb.listeners.config
Interface SqlProviderDocument.SqlProvider

All Superinterfaces:
Provider, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SqlProviderDocumentImpl.SqlProviderImpl
Enclosing interface:
SqlProviderDocument

public static interface SqlProviderDocument.SqlProvider
extends Provider

An XML sql-provider(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd). This is a complex type.


Nested Class Summary
static class SqlProviderDocument.SqlProvider.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 java.lang.String getDriver()
          Gets the "driver" attribute
 java.lang.String getPassword()
          Gets the "password" attribute
 java.lang.String getUrl()
          Gets the "url" attribute
 java.lang.String getUsername()
          Gets the "username" attribute
 boolean isSetPassword()
          True if has "password" attribute
 void setDriver(java.lang.String driver)
          Sets the "driver" attribute
 void setPassword(java.lang.String password)
          Sets the "password" attribute
 void setUrl(java.lang.String url)
          Sets the "url" attribute
 void setUsername(java.lang.String username)
          Sets the "username" attribute
 void unsetPassword()
          Unsets the "password" attribute
 org.apache.xmlbeans.XmlString xgetDriver()
          Gets (as xml) the "driver" attribute
 org.apache.xmlbeans.XmlString xgetPassword()
          Gets (as xml) the "password" attribute
 org.apache.xmlbeans.XmlString xgetUrl()
          Gets (as xml) the "url" attribute
 org.apache.xmlbeans.XmlString xgetUsername()
          Gets (as xml) the "username" attribute
 void xsetDriver(org.apache.xmlbeans.XmlString driver)
          Sets (as xml) the "driver" attribute
 void xsetPassword(org.apache.xmlbeans.XmlString password)
          Sets (as xml) the "password" attribute
 void xsetUrl(org.apache.xmlbeans.XmlString url)
          Sets (as xml) the "url" attribute
 void xsetUsername(org.apache.xmlbeans.XmlString username)
          Sets (as xml) the "username" attribute
 
Methods inherited from interface org.jboss.soa.esb.listeners.config.Provider
addNewBus, addNewProperty, getBusArray, getBusArray, getBusList, getName, getPropertyArray, getPropertyArray, getPropertyList, insertNewBus, insertNewProperty, removeBus, removeProperty, setBusArray, setBusArray, setName, setPropertyArray, setPropertyArray, sizeOfBusArray, sizeOfPropertyArray, xgetName, xsetName
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getUrl

java.lang.String getUrl()
Gets the "url" attribute


xgetUrl

org.apache.xmlbeans.XmlString xgetUrl()
Gets (as xml) the "url" attribute


setUrl

void setUrl(java.lang.String url)
Sets the "url" attribute


xsetUrl

void xsetUrl(org.apache.xmlbeans.XmlString url)
Sets (as xml) the "url" attribute


getDriver

java.lang.String getDriver()
Gets the "driver" attribute


xgetDriver

org.apache.xmlbeans.XmlString xgetDriver()
Gets (as xml) the "driver" attribute


setDriver

void setDriver(java.lang.String driver)
Sets the "driver" attribute


xsetDriver

void xsetDriver(org.apache.xmlbeans.XmlString driver)
Sets (as xml) the "driver" attribute


getUsername

java.lang.String getUsername()
Gets the "username" attribute


xgetUsername

org.apache.xmlbeans.XmlString xgetUsername()
Gets (as xml) the "username" attribute


setUsername

void setUsername(java.lang.String username)
Sets the "username" attribute


xsetUsername

void xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" attribute


getPassword

java.lang.String getPassword()
Gets the "password" attribute


xgetPassword

org.apache.xmlbeans.XmlString xgetPassword()
Gets (as xml) the "password" attribute


isSetPassword

boolean isSetPassword()
True if has "password" attribute


setPassword

void setPassword(java.lang.String password)
Sets the "password" attribute


xsetPassword

void xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" attribute


unsetPassword

void unsetPassword()
Unsets the "password" attribute