java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.dag.DynamicAttributeGroupDescription |
Describes a DynamicAttributeGroup and provides the metadata necessary for clients to interact with it. The metadata includes:
DynamicAttributeGroup
DynamicAttributeGroup
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
attributeDescription | |||||||||||
context | |||||||||||
displayName | |||||||||||
documentation | |||||||||||
javaClass | |||||||||||
name | |||||||||||
namespace | |||||||||||
qualifiedName | |||||||||||
type |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributeDescription property.
| |||||||||||
Gets the value of the context property.
| |||||||||||
Gets the value of the displayName property.
| |||||||||||
Gets the value of the documentation property.
| |||||||||||
Gets the value of the javaClass property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the namespace property.
| |||||||||||
Gets the value of the qualifiedName property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the attributeDescription property.
| |||||||||||
Sets the value of the context property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the documentation property.
| |||||||||||
Sets the value of the javaClass property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the namespace property.
| |||||||||||
Sets the value of the qualifiedName property.
| |||||||||||
Sets the value of the type property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
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
Gets the value of the context property.
DynamicAttribute
Gets the value of the displayName property.
Gets the value of the documentation property.
Gets the value of the javaClass property.
Gets the value of the name property.
Gets the value of the namespace property.
Gets the value of the qualifiedName property.
Gets the value of the type property.
Sets the value of the attributeDescription property.
attributeDescription | Allowed object is
AttributeDescription
|
---|
Sets the value of the context property.
value | Allowed object is
DynamicAttribute
|
---|
Sets the value of the displayName property.
value | Allowed object is String |
---|
Sets the value of the documentation property.
value | Allowed object is String |
---|
Sets the value of the javaClass property.
value | Allowed object is String |
---|
Sets the value of the name property.
value | Allowed object is String |
---|
Sets the value of the namespace property.
value | Allowed object is String |
---|
Sets the value of the qualifiedName property.
value | Allowed object is String |
---|
Sets the value of the type property.
value | Allowed object is String |
---|