public class

DataObjectQualifiedName

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

Class Overview

This is th data object fir DataObjectQualifiedNamesDVO.

Java class for DataObjectQualifiedName complex type.

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

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

Summary

Fields
protected String qualifiedName
Public Constructors
DataObjectQualifiedName()
Public Methods
String getQualifiedName()
Gets the value of the qualifiedName property.
void setQualifiedName(String value)
Sets the value of the qualifiedName property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String qualifiedName

Public Constructors

public DataObjectQualifiedName ()

Public Methods

public String getQualifiedName ()

Gets the value of the qualifiedName property.

Returns
  • possible object is String

public void setQualifiedName (String value)

Sets the value of the qualifiedName property.

Parameters
value Allowed object is String