public class

ChildAttributeName

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

Class Overview

The Child Attribute Names domain.

Java class for ChildAttributeName complex type.

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

 <complexType name="ChildAttributeName">
   <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>
 

Summary

Fields
protected AttributeDescription attributeDescription
protected String name
Public Constructors
ChildAttributeName()
Public Methods
AttributeDescription getAttributeDescription()
Gets the value of the attributeDescription property.
String getName()
Gets the value of the name property.
void setAttributeDescription(AttributeDescription value)
Sets the value of the attributeDescription 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 AttributeDescription attributeDescription

protected String name

Public Constructors

public ChildAttributeName ()

Public Methods

public AttributeDescription getAttributeDescription ()

Gets the value of the attributeDescription property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setAttributeDescription (AttributeDescription value)

Sets the value of the attributeDescription property.

Parameters
value Allowed object is AttributeDescription

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String