public class

DomainValueSetNameDomain

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

Class Overview

The Domain Value Set Names domain returns the domain value set names used in the data object hierarchy.

Java class for DomainValueSetNameDomain complex type.

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

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

Summary

Fields
protected String domainValueSetName
Public Constructors
DomainValueSetNameDomain()
Public Methods
String getDomainValueSetName()
Gets the value of the domainValueSetName property.
void setDomainValueSetName(String value)
Sets the value of the domainValueSetName property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String domainValueSetName

Public Constructors

public DomainValueSetNameDomain ()

Public Methods

public String getDomainValueSetName ()

Gets the value of the domainValueSetName property.

Returns
  • possible object is String

public void setDomainValueSetName (String value)

Sets the value of the domainValueSetName property.

Parameters
value Allowed object is String