Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TFaultData

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.TFaultData

All Implemented Interfaces:
ITFaultData, java.io.Serializable
Direct Known Subclasses:
TProcessFaultData

public class TFaultData
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITFaultData

Constructor Summary
TFaultData()
           
TFaultData(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 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'.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TFaultData

public TFaultData()

TFaultData

public TFaultData(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

getActivityName

public java.lang.String getActivityName()
Returns the value of field 'activityName'. The field 'activityName' has the following description: null
Specified by:
getActivityName in interface ITFaultData
Returns:
the value of field 'activityName'.

getActivityType

public java.lang.String getActivityType()
Returns the value of field 'activityType'. The field 'activityType' has the following description: null
Specified by:
getActivityType in interface ITFaultData
Returns:
the value of field 'activityType'.

getData

public java.lang.Object getData()
Returns the value of field 'data'. The field 'data' has the following description: null
Specified by:
getData in interface ITFaultData
Returns:
the value of field 'data'.

getFaultName

public javax.xml.namespace.QName getFaultName()
Returns the value of field 'faultName'. The field 'faultName' has the following description: null
Specified by:
getFaultName in interface ITFaultData
Returns:
the value of field 'faultName'.

setActivityName

public void setActivityName(java.lang.String activityName)
Sets the value of field 'activityName'. The field 'activityName' has the following description: null
Specified by:
setActivityName in interface ITFaultData
Parameters:
activityName - the value of field 'activityName'.

setActivityType

public void setActivityType(java.lang.String activityType)
Sets the value of field 'activityType'. The field 'activityType' has the following description: null
Specified by:
setActivityType in interface ITFaultData
Parameters:
activityType - the value of field 'activityType'.

setData

public void setData(java.lang.Object data)
Sets the value of field 'data'. The field 'data' has the following description: null
Specified by:
setData in interface ITFaultData
Parameters:
data - the value of field 'data'.

setFaultName

public void setFaultName(javax.xml.namespace.QName faultName)
Sets the value of field 'faultName'. The field 'faultName' has the following description: null
Specified by:
setFaultName in interface ITFaultData
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.5.0)
E14900-03


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