public class

DynamicAttributeGroupDescription

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

Class Overview

Describes a DynamicAttributeGroup and provides the metadata necessary for clients to interact with it. The metadata includes:

  • The name of this DynamicAttributeGroup
  • The type of this DynamicAttributeGroup
  • The other standard DataObjectDescription information

Java class for DynamicAttributeGroupDescription complex type.

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

 <complexType name="DynamicAttributeGroupDescription">
   <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="QualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Documentation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="JavaClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AttributeDescription" type="{http://xmlns.oracle.com/svc/description}AttributeDescription" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Context" type="{http://xmlns.oracle.com/svc/dag}DynamicAttribute" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<AttributeDescription> attributeDescription
protected DynamicAttribute context
protected String displayName
protected String documentation
protected String javaClass
protected String name
protected String namespace
protected String qualifiedName
protected String type
Public Constructors
DynamicAttributeGroupDescription()
Public Methods
List<AttributeDescription> getAttributeDescription()
Gets the value of the attributeDescription property.
DynamicAttribute getContext()
Gets the value of the context property.
String getDisplayName()
Gets the value of the displayName property.
String getDocumentation()
Gets the value of the documentation property.
String getJavaClass()
Gets the value of the javaClass property.
String getName()
Gets the value of the name property.
String getNamespace()
Gets the value of the namespace property.
String getQualifiedName()
Gets the value of the qualifiedName property.
String getType()
Gets the value of the type property.
void setAttributeDescription(List<AttributeDescription> attributeDescription)
Sets the value of the attributeDescription property.
void setContext(DynamicAttribute value)
Sets the value of the context property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setDocumentation(String value)
Sets the value of the documentation property.
void setJavaClass(String value)
Sets the value of the javaClass property.
void setName(String value)
Sets the value of the name property.
void setNamespace(String value)
Sets the value of the namespace property.
void setQualifiedName(String value)
Sets the value of the qualifiedName property.
void setType(String value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected List<AttributeDescription> attributeDescription

protected DynamicAttribute context

protected String displayName

protected String documentation

protected String javaClass

protected String name

protected String namespace

protected String qualifiedName

protected String type

Public Constructors

public DynamicAttributeGroupDescription ()

Public Methods

public List<AttributeDescription> getAttributeDescription ()

Gets the value of the attributeDescription 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 attributeDescription property.

For example, to add a new item, do as follows:

    getAttributeDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list AttributeDescription

public DynamicAttribute getContext ()

Gets the value of the context property.

Returns

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public String getDocumentation ()

Gets the value of the documentation property.

Returns
  • possible object is String

public String getJavaClass ()

Gets the value of the javaClass property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getNamespace ()

Gets the value of the namespace property.

Returns
  • possible object is String

public String getQualifiedName ()

Gets the value of the qualifiedName property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public void setAttributeDescription (List<AttributeDescription> attributeDescription)

Sets the value of the attributeDescription property.

Parameters
attributeDescription Allowed object is AttributeDescription

public void setContext (DynamicAttribute value)

Sets the value of the context property.

Parameters
value Allowed object is DynamicAttribute

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setDocumentation (String value)

Sets the value of the documentation property.

Parameters
value Allowed object is String

public void setJavaClass (String value)

Sets the value of the javaClass property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setNamespace (String value)

Sets the value of the namespace property.

Parameters
value Allowed object is String

public void setQualifiedName (String value)

Sets the value of the qualifiedName property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String