Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


com.oracle.bpel.sensor.schemas
Interface ITProcessSensorValue


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

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

getPayload

public ITProcessSensorData getPayload()
Returns the value of field 'payload'. The field 'payload' has the following description:
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:
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:
Parameters:
payload - the value of field 'payload'.

Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


Copyright © 2005, Oracle. All rights reserved.