Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


com.oracle.bpel.sensor.schemas
Interface ITFaultData

All Known Subinterfaces:
ITProcessFaultData
All Known Implementing Classes:
TFaultData, TProcessFaultData

public interface ITFaultData

Interface ITFaultData.


Method Summary
 java.lang.String getActivityName()
          Returns the value of field 'activityName'.
 java.lang.String getActivityType()
          Returns the value of field 'activityType'.
 java.lang.Object getData()
          Returns the value of field 'data'.
 javax.xml.namespace.QName getFaultName()
          Returns the value of field 'faultName'.
 void setActivityName(java.lang.String activityName)
          Sets the value of field 'activityName'.
 void setActivityType(java.lang.String activityType)
          Sets the value of field 'activityType'.
 void setData(java.lang.Object data)
          Sets the value of field 'data'.
 void setFaultName(javax.xml.namespace.QName faultName)
          Sets the value of field 'faultName'.

 

Method Detail

getActivityName

java.lang.String getActivityName()
Returns the value of field 'activityName'. The field 'activityName' has the following description: null
Returns:
the value of field 'activityName'.

getActivityType

java.lang.String getActivityType()
Returns the value of field 'activityType'. The field 'activityType' has the following description: null
Returns:
the value of field 'activityType'.

getData

java.lang.Object getData()
Returns the value of field 'data'. The field 'data' has the following description: null
Returns:
the value of field 'data'.

getFaultName

javax.xml.namespace.QName getFaultName()
Returns the value of field 'faultName'. The field 'faultName' has the following description: null
Returns:
the value of field 'faultName'.

setActivityName

void setActivityName(java.lang.String activityName)
Sets the value of field 'activityName'. The field 'activityName' has the following description: null
Parameters:
activityName - the value of field 'activityName'.

setActivityType

void setActivityType(java.lang.String activityType)
Sets the value of field 'activityType'. The field 'activityType' has the following description: null
Parameters:
activityType - the value of field 'activityType'.

setData

void setData(java.lang.Object data)
Sets the value of field 'data'. The field 'data' has the following description: null
Parameters:
data - the value of field 'data'.

setFaultName

void setFaultName(javax.xml.namespace.QName faultName)
Sets the value of field 'faultName'. The field 'faultName' has the following description: null
Parameters:
faultName - the value of field 'faultName'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.