Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TProcessSensorValueHeader

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

All Implemented Interfaces:
ITProcessSensorValueHeader, java.io.Serializable

public class TProcessSensorValueHeader
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITProcessSensorValueHeader

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 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'.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TProcessSensorValueHeader

public TProcessSensorValueHeader()

TProcessSensorValueHeader

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

getSensor

public ITSensor getSensor()
Returns the value of field 'sensor'. The field 'sensor' has the following description: null
Specified by:
getSensor in interface ITProcessSensorValueHeader
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: null
Specified by:
getTimestamp in interface ITProcessSensorValueHeader
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: null
Specified by:
setSensor in interface ITProcessSensorValueHeader
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: null
Specified by:
setTimestamp in interface ITProcessSensorValueHeader
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)
E14900-01


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