public class

MethodName

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

Class Overview

The Method Names domain.

Java class for MethodName complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MethodName">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
Public Constructors
MethodName()
Public Methods
String getName()
Gets the value of the name property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String name

Public Constructors

public MethodName ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String