Skip navigation links

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


com.oracle.bpel.sensor.schemas
Interface ITProcessSensorValueHeader

All Known Implementing Classes:
TProcessSensorValueHeader

public interface ITProcessSensorValueHeader

Interface ITProcessSensorValueHeader.


Method Summary
 ITSensor getSensor()
          Returns the value of field 'sensor'.
 java.util.Calendar getTimestamp()
          Returns the value of field 'timestamp'.
 void setSensor(ITSensor sensor)
          Sets the value of field 'sensor'.
 void setTimestamp(java.util.Calendar timestamp)
          Sets the value of field 'timestamp'.

 

Method Detail

getSensor

ITSensor getSensor()
Returns the value of field 'sensor'. The field 'sensor' has the following description: null
Returns:
the value of field 'sensor'.

getTimestamp

java.util.Calendar getTimestamp()
Returns the value of field 'timestamp'. The field 'timestamp' has the following description: null
Returns:
the value of field 'timestamp'.

setSensor

void setSensor(ITSensor sensor)
Sets the value of field 'sensor'. The field 'sensor' has the following description: null
Parameters:
sensor - the value of field 'sensor'.

setTimestamp

void setTimestamp(java.util.Calendar timestamp)
Sets the value of field 'timestamp'. The field 'timestamp' has the following description: null
Parameters:
timestamp - the value of field 'timestamp'.

Skip navigation links

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


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