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


com.oracle.bpel.sensor.schemas
Interface ITSensorActionProperty


public interface ITSensorActionProperty

Interface ITSensorActionProperty.


Method Summary
 java.lang.String getName()
          Returns the value of field 'name'.
 java.lang.String getValue()
          Returns the value of field 'value'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setValue(java.lang.String value)
          Sets the value of field 'value'.

 

Method Detail

getName

public java.lang.String getName()
Returns the value of field 'name'. The field 'name' has the following description:
Returns:
the value of field 'name'.

getValue

public java.lang.String getValue()
Returns the value of field 'value'. The field 'value' has the following description:
Returns:
the value of field 'value'.

setName

public void setName(java.lang.String name)
Sets the value of field 'name'. The field 'name' has the following description:
Parameters:
name - the value of field 'name'.

setValue

public void setValue(java.lang.String value)
Sets the value of field 'value'. The field 'value' has the following description:
Parameters:
value - the value of field 'value'.

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


Copyright © 2005, Oracle. All rights reserved.