Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


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'.

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


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