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
Interface ITProcessSensorValue

All Known Implementing Classes:
TProcessSensorValue

public interface ITProcessSensorValue

Interface ITProcessSensorValue.


Method Summary
 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'.

 

Method Detail

getHeader

ITProcessSensorValueHeader getHeader()
Returns the value of field 'header'. The field 'header' has the following description: null
Returns:
the value of field 'header'.

getPayload

ITProcessSensorData getPayload()
Returns the value of field 'payload'. The field 'payload' has the following description: null
Returns:
the value of field 'payload'.

setHeader

void setHeader(ITProcessSensorValueHeader header)
Sets the value of field 'header'. The field 'header' has the following description: null
Parameters:
header - the value of field 'header'.

setPayload

void setPayload(ITProcessSensorData payload)
Sets the value of field 'payload'. The field 'payload' has the following description: null
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.