Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.patterns.uaWebService.types
Class ServiceDMLErrorMessage

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
      extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceErrorMessage
          extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceDMLErrorMessage

public class ServiceDMLErrorMessage
extends ServiceErrorMessage

Java class for ServiceDMLErrorMessage complex type.

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

 <complexType name="ServiceDMLErrorMessage">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/adf/svc/errors/}ServiceErrorMessage">
       <sequence>
         <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="statement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String operation
           
protected  java.lang.String statement
           
 
Fields inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceErrorMessage
exceptionClassName, sdoObject
 
Fields inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
code, detail, message, severity
 
Constructor Summary
ServiceDMLErrorMessage()
           
 
Method Summary
 java.lang.String getOperation()
          Gets the value of the operation property.
 java.lang.String getStatement()
          Gets the value of the statement property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.
 void setStatement(java.lang.String value)
          Sets the value of the statement property.
 
Methods inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceErrorMessage
getExceptionClassName, getSdoObject, setExceptionClassName, setSdoObject
 
Methods inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
getCode, getDetail, getMessage, getSeverity, setCode, setMessage, setSeverity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

protected java.lang.String operation

statement

protected java.lang.String statement
Constructor Detail

ServiceDMLErrorMessage

public ServiceDMLErrorMessage()
Method Detail

getOperation

public java.lang.String getOperation()
Gets the value of the operation property.

Returns:
possible object is String

setOperation

public void setOperation(java.lang.String value)
Sets the value of the operation property.

Parameters:
value - allowed object is String

getStatement

public java.lang.String getStatement()
Gets the value of the statement property.

Returns:
possible object is String

setStatement

public void setStatement(java.lang.String value)
Sets the value of the statement property.

Parameters:
value - allowed object is String

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.