java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.dag.DynamicAttributeGroup |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
dynamicAttribute | |||||||||||
name |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dynamicAttribute property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the dynamicAttribute property.
| |||||||||||
Sets the value of the name property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
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
Gets the value of the name property.
Sets the value of the dynamicAttribute property.
dynamicAttribute | Allowed object is
DynamicAttribute
|
---|
Sets the value of the name property.
value | Allowed object is String |
---|