public class

DynamicAttributeGroupName

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

Class Overview

The DataObject for the DynamicAttributeGroupName.

Java class for DynamicAttributeGroupName complex type.

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

 <complexType name="DynamicAttributeGroupName">
   <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
DynamicAttributeGroupName()
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 DynamicAttributeGroupName ()

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