public class

BaseDataSourceNameDomain

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.svc.BaseDataSourceNameDomain

Class Overview

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>
 

Summary

Fields
protected String dataSourceName
Public Constructors
BaseDataSourceNameDomain()
Public Methods
String getDataSourceName()
Gets the value of the dataSourceName property.
void setDataSourceName(String value)
Sets the value of the dataSourceName property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String dataSourceName

Public Constructors

public BaseDataSourceNameDomain ()

Public Methods

public String getDataSourceName ()

Gets the value of the dataSourceName property.

Returns
  • possible object is String

public void setDataSourceName (String value)

Sets the value of the dataSourceName property.

Parameters
value Allowed object is String