public class

DynamicAttributeGroup

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

Class Overview

Represents a Dynamic Attribute Group data object. For an example, this can be use as a FND Flexfield data object.

Java class for DynamicAttributeGroup complex type.

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

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

Summary

Fields
protected List<DynamicAttribute> dynamicAttribute
protected String name
Public Constructors
DynamicAttributeGroup()
Public Methods
List<DynamicAttribute> getDynamicAttribute()
Gets the value of the dynamicAttribute property.
String getName()
Gets the value of the name property.
void setDynamicAttribute(List<DynamicAttribute> dynamicAttribute)
Sets the value of the dynamicAttribute 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 List<DynamicAttribute> dynamicAttribute

protected String name

Public Constructors

public DynamicAttributeGroup ()

Public Methods

public List<DynamicAttribute> getDynamicAttribute ()

Gets the value of the dynamicAttribute property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dynamicAttribute property.

For example, to add a new item, do as follows:

    getDynamicAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list DynamicAttribute

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setDynamicAttribute (List<DynamicAttribute> dynamicAttribute)

Sets the value of the dynamicAttribute property.

Parameters
dynamicAttribute Allowed object is DynamicAttribute

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String