public class

DynamicAttribute

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

Class Overview

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>
 

Summary

Fields
protected Object attributeValue
protected String description
protected Object id
protected String name
Public Constructors
DynamicAttribute()
Public Methods
Object getAttributeValue()
Gets the value of the attributeValue property.
String getDescription()
Gets the value of the description property.
Object getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
void setAttributeValue(Object value)
Sets the value of the attributeValue property.
void setDescription(String value)
Sets the value of the description property.
void setId(Object value)
Sets the value of the id 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 Object attributeValue

protected String description

protected Object id

protected String name

Public Constructors

public DynamicAttribute ()

Public Methods

public Object getAttributeValue ()

Gets the value of the attributeValue property.

Returns
  • possible object is Object

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public Object getId ()

Gets the value of the id property.

Returns
  • possible object is Object

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setAttributeValue (Object value)

Sets the value of the attributeValue property.

Parameters
value Allowed object is Object

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setId (Object value)

Sets the value of the id property.

Parameters
value Allowed object is Object

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String