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


com.oracle.bpel.sensor.schemas
Interface ITProcessSensorValueHeader


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

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

getTimestamp

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

setSensor

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

setTimestamp

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

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


Copyright © 2005, Oracle. All rights reserved.