java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.ServiceMessage |
Represents an error or an informational message sent by a service.
Java class for ServiceMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMessage"> <complexContent> <extension base="{http://xmlns.oracle.com/svc}DataObject"> <sequence> <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DataSourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DataObjectQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DataObjectAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DataObjectAttributeValue" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" minOccurs="0"/> <element name="DataObject" type="{http://xmlns.oracle.com/svc}DataObject" minOccurs="0"/> <element name="Detail" type="{http://xmlns.oracle.com/svc}ServiceMessage" maxOccurs="unbounded" minOccurs="0"/> <element name="Path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
code | |||||||||||
dataObject | |||||||||||
dataObjectAttributeName | |||||||||||
dataObjectAttributeValue | |||||||||||
dataObjectQualifiedName | |||||||||||
dataSourceName | |||||||||||
detail | |||||||||||
path | |||||||||||
text | |||||||||||
type |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the dataObject property.
| |||||||||||
Gets the value of the dataObjectAttributeName property.
| |||||||||||
Gets the value of the dataObjectAttributeValue property.
| |||||||||||
Gets the value of the dataObjectQualifiedName property.
| |||||||||||
Gets the value of the dataSourceName property.
| |||||||||||
Gets the value of the detail property.
| |||||||||||
Gets the value of the path property.
| |||||||||||
Gets the value of the text property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the dataObject property.
| |||||||||||
Sets the value of the dataObjectAttributeName property.
| |||||||||||
Sets the value of the dataObjectAttributeValue property.
| |||||||||||
Sets the value of the dataObjectQualifiedName property.
| |||||||||||
Sets the value of the dataSourceName property.
| |||||||||||
Sets the value of the detail property.
| |||||||||||
Sets the value of the path property.
| |||||||||||
Sets the value of the text 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 code property.
Gets the value of the dataObject property.
DataObject
Gets the value of the dataObjectAttributeName property.
Gets the value of the dataObjectAttributeValue property.
Gets the value of the dataObjectQualifiedName property.
Gets the value of the dataSourceName property.
Gets the value of the detail 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 detail property.
For example, to add a new item, do as follows:
getDetail().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceMessage
Gets the value of the path property.
Gets the value of the text property.
Gets the value of the type property.
Sets the value of the code property.
value | Allowed object is String |
---|
Sets the value of the dataObject property.
value | Allowed object is
DataObject
|
---|
Sets the value of the dataObjectAttributeName property.
value | Allowed object is String |
---|
Sets the value of the dataObjectAttributeValue property.
value | Allowed object is Object |
---|
Sets the value of the dataObjectQualifiedName property.
value | Allowed object is String |
---|
Sets the value of the dataSourceName property.
value | Allowed object is String |
---|
Sets the value of the detail property.
detail | Allowed object is
ServiceMessage
|
---|
Sets the value of the path property.
value | Allowed object is String |
---|
Sets the value of the text property.
value | Allowed object is String |
---|
Sets the value of the type property.
value | Allowed object is String |
---|