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 TSensorActionData

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

All Implemented Interfaces:
ITSensorActionData, java.io.Serializable

public class TSensorActionData
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITSensorActionData

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 ITHeaderInfo getHeader()
          Returns the value of field 'header'.
 ITSensorData getPayload()
          Returns the value of field 'payload'.
 void setHeader(ITHeaderInfo header)
          Sets the value of field 'header'.
 void setPayload(ITSensorData payload)
          Sets the value of field 'payload'.

 

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

 

Constructor Detail

TSensorActionData

public TSensorActionData()

TSensorActionData

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

getHeader

public ITHeaderInfo getHeader()
Returns the value of field 'header'. The field 'header' has the following description: null
Specified by:
getHeader in interface ITSensorActionData
Returns:
the value of field 'header'.

getPayload

public ITSensorData getPayload()
Returns the value of field 'payload'. The field 'payload' has the following description: null
Specified by:
getPayload in interface ITSensorActionData
Returns:
the value of field 'payload'.

setHeader

public void setHeader(ITHeaderInfo header)
Sets the value of field 'header'. The field 'header' has the following description: null
Specified by:
setHeader in interface ITSensorActionData
Parameters:
header - the value of field 'header'.

setPayload

public void setPayload(ITSensorData payload)
Sets the value of field 'payload'. The field 'payload' has the following description: null
Specified by:
setPayload in interface ITSensorActionData
Parameters:
payload - the value of field 'payload'.

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.