java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.expression.ExpressionAttribute |
The Expression Attributes domain.
Java class for ExpressionAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionAttribute"> <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="AttributeDescription" type="{http://xmlns.oracle.com/svc/description}AttributeDescription" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
attributeDescription | |||||||||||
name |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributeDescription property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the attributeDescription 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 attributeDescription property.
AttributeDescription
Gets the value of the name property.
Sets the value of the attributeDescription property.
value | Allowed object is
AttributeDescription
|
---|
Sets the value of the name property.
value | Allowed object is String |
---|