java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.description.AttributeDescription |
Used to describe an attribute of a DataObject
.
These definitions intentionally avoid describing the internal
structure of the attribute, which may or may not be based on SQL.
Java class for AttributeDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeDescription"> <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="AttributeSet" 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="TypeJavaClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TypeNamespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TypeQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Scale" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="Precision" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="SearchCriteriaType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DataObject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="InnerAttributeDescription" type="{http://xmlns.oracle.com/svc/description}AttributeDescription" maxOccurs="unbounded" minOccurs="0"/> <element name="DomainValueSetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Attachment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Composite" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Translatable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ManyValued" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
attachment | |||||||||||
attributeSet | |||||||||||
composite | |||||||||||
dataObject | |||||||||||
displayName | |||||||||||
documentation | |||||||||||
domainValueSetName | |||||||||||
innerAttributeDescription | |||||||||||
manyValued | |||||||||||
mimeType | |||||||||||
name | |||||||||||
precision | |||||||||||
scale | |||||||||||
searchCriteriaType | |||||||||||
translatable | |||||||||||
typeJavaClass | |||||||||||
typeName | |||||||||||
typeNamespace | |||||||||||
typeQualifiedName |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachment property.
| |||||||||||
Gets the value of the attributeSet property.
| |||||||||||
Gets the value of the composite property.
| |||||||||||
Gets the value of the dataObject property.
| |||||||||||
Gets the value of the displayName property.
| |||||||||||
Gets the value of the documentation property.
| |||||||||||
Gets the value of the domainValueSetName property.
| |||||||||||
Gets the value of the innerAttributeDescription property.
| |||||||||||
Gets the value of the manyValued property.
| |||||||||||
Gets the value of the mimeType property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the precision property.
| |||||||||||
Gets the value of the scale property.
| |||||||||||
Gets the value of the searchCriteriaType property.
| |||||||||||
Gets the value of the translatable property.
| |||||||||||
Gets the value of the typeJavaClass property.
| |||||||||||
Gets the value of the typeName property.
| |||||||||||
Gets the value of the typeNamespace property.
| |||||||||||
Gets the value of the typeQualifiedName property.
| |||||||||||
Sets the value of the attachment property.
| |||||||||||
Sets the value of the attributeSet property.
| |||||||||||
Sets the value of the composite property.
| |||||||||||
Sets the value of the dataObject property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the documentation property.
| |||||||||||
Sets the value of the domainValueSetName property.
| |||||||||||
Sets the value of the innerAttributeDescription property.
| |||||||||||
Sets the value of the manyValued property.
| |||||||||||
Sets the value of the mimeType property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the precision property.
| |||||||||||
Sets the value of the scale property.
| |||||||||||
Sets the value of the searchCriteriaType property.
| |||||||||||
Sets the value of the translatable property.
| |||||||||||
Sets the value of the typeJavaClass property.
| |||||||||||
Sets the value of the typeName property.
| |||||||||||
Sets the value of the typeNamespace property.
| |||||||||||
Sets the value of the typeQualifiedName property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the attachment property. This getter has been renamed from isAttachment() to getAttachment() by cxf-xjc-boolean plugin.
Gets the value of the attributeSet property.
Gets the value of the composite property. This getter has been renamed from isComposite() to getComposite() by cxf-xjc-boolean plugin.
Gets the value of the dataObject property. This getter has been renamed from isDataObject() to getDataObject() by cxf-xjc-boolean plugin.
Gets the value of the displayName property.
Gets the value of the documentation property.
Gets the value of the domainValueSetName property.
Gets the value of the innerAttributeDescription 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 innerAttributeDescription property.
For example, to add a new item, do as follows:
getInnerAttributeDescription().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeDescription
Gets the value of the manyValued property. This getter has been renamed from isManyValued() to getManyValued() by cxf-xjc-boolean plugin.
Gets the value of the mimeType property.
Gets the value of the name property.
Gets the value of the precision property.
Gets the value of the scale property.
Gets the value of the searchCriteriaType property.
Gets the value of the translatable property. This getter has been renamed from isTranslatable() to getTranslatable() by cxf-xjc-boolean plugin.
Gets the value of the typeJavaClass property.
Gets the value of the typeName property.
Gets the value of the typeNamespace property.
Gets the value of the typeQualifiedName property.
Sets the value of the attachment property.
value | Allowed object is Boolean |
---|
Sets the value of the attributeSet property.
value | Allowed object is String |
---|
Sets the value of the composite property.
value | Allowed object is Boolean |
---|
Sets the value of the dataObject property.
value | Allowed object is Boolean |
---|
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 domainValueSetName property.
value | Allowed object is String |
---|
Sets the value of the innerAttributeDescription property.
innerAttributeDescription | Allowed object is
AttributeDescription
|
---|
Sets the value of the manyValued property.
value | Allowed object is Boolean |
---|
Sets the value of the mimeType property.
value | Allowed object is String |
---|
Sets the value of the name property.
value | Allowed object is String |
---|
Sets the value of the precision property.
value | Allowed object is BigDecimal |
---|
Sets the value of the scale property.
value | Allowed object is BigDecimal |
---|
Sets the value of the searchCriteriaType property.
value | Allowed object is String |
---|
Sets the value of the translatable property.
value | Allowed object is Boolean |
---|
Sets the value of the typeJavaClass property.
value | Allowed object is String |
---|
Sets the value of the typeName property.
value | Allowed object is String |
---|
Sets the value of the typeNamespace property.
value | Allowed object is String |
---|
Sets the value of the typeQualifiedName property.
value | Allowed object is String |
---|