Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.notification.payload
Interface IUserPropertiesParameterType

All Known Implementing Classes:
UserPropertiesParameterType

public interface IUserPropertiesParameterType

Interface IUserPropertiesParameterType.


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

Method Detail

getName

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

Returns:
the value of field 'name'.

getValue

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

Returns:
the value of field 'value'.

setName

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

void setValue(java.lang.Object value)
Sets the value of field 'value'. The field 'value' has the following description:

Parameters:
value - the value of field 'value'.

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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