java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.BaseDataSourceNameDomain |
The Base Datasource Name domain returns the top level data sources defined on the Service
Java class for BaseDataSourceNameDomain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseDataSourceNameDomain"> <complexContent> <extension base="{http://xmlns.oracle.com/svc}DataObject"> <sequence> <element name="DataSourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
dataSourceName |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataSourceName property.
| |||||||||||
Sets the value of the dataSourceName property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the value of the dataSourceName property.
Sets the value of the dataSourceName property.
value | Allowed object is String |
---|