Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TProcessSensorValue

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

All Implemented Interfaces:
ITProcessSensorValue, java.io.Serializable

public class TProcessSensorValue
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITProcessSensorValue

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 ITProcessSensorValueHeader getHeader()
          Returns the value of field 'header'.
 ITProcessSensorData getPayload()
          Returns the value of field 'payload'.
 void setHeader(ITProcessSensorValueHeader header)
          Sets the value of field 'header'.
 void setPayload(ITProcessSensorData 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

TProcessSensorValue

public TProcessSensorValue()

TProcessSensorValue

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

getHeader

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

getPayload

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

setHeader

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

setPayload

public void setPayload(ITProcessSensorData payload)
Sets the value of field 'payload'. The field 'payload' has the following description: null
Specified by:
setPayload in interface ITProcessSensorValue
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.4.0)
E14900-02


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