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 TActivityData

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

All Implemented Interfaces:
ITActivityData, java.io.Serializable
Direct Known Subclasses:
TProcessActivityData

public class TActivityData
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITActivityData

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 java.lang.String getActivityType()
          Returns the value of field 'activityType'.
 javax.xml.datatype.Duration getDuration()
          Returns the value of field 'duration'.
 double getDurationInSeconds()
          Returns the value of field 'durationInSeconds'.
 java.lang.String getErrorMessage()
          Returns the value of field 'errorMessage'.
 java.lang.String getEvalPoint()
          Returns the value of field 'evalPoint'.
 void setActivityType(java.lang.String activityType)
          Sets the value of field 'activityType'.
 void setDuration(javax.xml.datatype.Duration duration)
          Sets the value of field 'duration'.
 void setDurationInSeconds(double durationInSeconds)
          Sets the value of field 'durationInSeconds'.
 void setErrorMessage(java.lang.String errorMessage)
          Sets the value of field 'errorMessage'.
 void setEvalPoint(java.lang.String evalPoint)
          Sets the value of field 'evalPoint'.

 

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

 

Constructor Detail

TActivityData

public TActivityData()

TActivityData

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

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 ITActivityData
Returns:
the value of field 'activityType'.

getDuration

public javax.xml.datatype.Duration getDuration()
Returns the value of field 'duration'. The field 'duration' has the following description: null
Specified by:
getDuration in interface ITActivityData
Returns:
the value of field 'duration'.

getDurationInSeconds

public double getDurationInSeconds()
Returns the value of field 'durationInSeconds'. The field 'durationInSeconds' has the following description: null
Specified by:
getDurationInSeconds in interface ITActivityData
Returns:
the value of field 'durationInSeconds'.

getErrorMessage

public java.lang.String getErrorMessage()
Returns the value of field 'errorMessage'. The field 'errorMessage' has the following description: null
Specified by:
getErrorMessage in interface ITActivityData
Returns:
the value of field 'errorMessage'.

getEvalPoint

public java.lang.String getEvalPoint()
Returns the value of field 'evalPoint'. The field 'evalPoint' has the following description: null
Specified by:
getEvalPoint in interface ITActivityData
Returns:
the value of field 'evalPoint'.

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 ITActivityData
Parameters:
activityType - the value of field 'activityType'.

setDuration

public void setDuration(javax.xml.datatype.Duration duration)
Sets the value of field 'duration'. The field 'duration' has the following description: null
Specified by:
setDuration in interface ITActivityData
Parameters:
duration - the value of field 'duration'.

setDurationInSeconds

public void setDurationInSeconds(double durationInSeconds)
Sets the value of field 'durationInSeconds'. The field 'durationInSeconds' has the following description: null
Specified by:
setDurationInSeconds in interface ITActivityData
Parameters:
durationInSeconds - the value of field 'durationInSeconds'.

setErrorMessage

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

setEvalPoint

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

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.