xml.config
Interface ConfigType.DatabaseType
- Enclosing interface:
- ConfigType
- public static interface ConfigType.DatabaseType
Java content class for annonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="driver" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String value)
getUser
public java.lang.String getUser()
setUser
public void setUser(java.lang.String value)
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String value)
getDriver
public java.lang.String getDriver()
setDriver
public void setDriver(java.lang.String value)