java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.dag.DynamicAttribute |
Represents a Dynamic Attribute data object that is used in oracle.svc.dag.DynamicAttributeGroup DynamicAttributeGroup. For an example, a Dynamic Attribute can be a Segment within a Flexfield like a Address Flexfield's Zip Code.
Java class for DynamicAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DynamicAttribute"> <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="Id" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" minOccurs="0"/> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
attributeValue | |||||||||||
description | |||||||||||
id | |||||||||||
name |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributeValue property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the attributeValue property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the id 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 attributeValue property.
Gets the value of the description property.
Gets the value of the id property.
Gets the value of the name property.
Sets the value of the attributeValue property.
value | Allowed object is Object |
---|
Sets the value of the description property.
value | Allowed object is String |
---|
Sets the value of the id property.
value | Allowed object is Object |
---|
Sets the value of the name property.
value | Allowed object is String |
---|