Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TProcessFaultData

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

All Implemented Interfaces:
ITFaultData, ITProcessFaultData, java.io.Serializable

public class TProcessFaultData
extends TFaultData
implements java.io.Serializable, ITProcessFaultData

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 java.util.Calendar getCreationDate()
          Returns the value of field 'creationDate'.
 java.util.Calendar getModifyDate()
          Returns the value of field 'modifyDate'.
 void setCreationDate(java.util.Calendar creationDate)
          Sets the value of field 'creationDate'.
 void setModifyDate(java.util.Calendar modifyDate)
          Sets the value of field 'modifyDate'.

 

Methods inherited from class com.oracle.bpel.sensor.schemas.TFaultData
getActivityName, getActivityType, getData, getFaultName, setActivityName, setActivityType, setData, setFaultName

 

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

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITFaultData
getActivityName, getActivityType, getData, getFaultName, setActivityName, setActivityType, setData, setFaultName

 

Constructor Detail

TProcessFaultData

public TProcessFaultData()

TProcessFaultData

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName
Overrides:
__getFacadeName in class TFaultData

getCreationDate

public java.util.Calendar getCreationDate()
Returns the value of field 'creationDate'. The field 'creationDate' has the following description: null
Specified by:
getCreationDate in interface ITProcessFaultData
Returns:
the value of field 'creationDate'.

getModifyDate

public java.util.Calendar getModifyDate()
Returns the value of field 'modifyDate'. The field 'modifyDate' has the following description: null
Specified by:
getModifyDate in interface ITProcessFaultData
Returns:
the value of field 'modifyDate'.

setCreationDate

public void setCreationDate(java.util.Calendar creationDate)
Sets the value of field 'creationDate'. The field 'creationDate' has the following description: null
Specified by:
setCreationDate in interface ITProcessFaultData
Parameters:
creationDate - the value of field 'creationDate'.

setModifyDate

public void setModifyDate(java.util.Calendar modifyDate)
Sets the value of field 'modifyDate'. The field 'modifyDate' has the following description: null
Specified by:
setModifyDate in interface ITProcessFaultData
Parameters:
modifyDate - the value of field 'modifyDate'.

Skip navigation links

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


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