Skip navigation links

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


oracle.bpel.services.notification.payload
Interface INotificationPropertyType

All Known Implementing Classes:
NotificationPropertyType

public interface INotificationPropertyType

Method Summary
 java.lang.String getPropertyName()
          Returns the value of field 'propertyName'.
 java.lang.String getPropertyValue()
          Returns the value of field 'propertyValue'.
 void setPropertyName(java.lang.String propertyName)
          Sets the value of field 'propertyName'.
 void setPropertyValue(java.lang.String propertyValue)
          Sets the value of field 'propertyValue'.

 

Method Detail

getPropertyName

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

getPropertyValue

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

setPropertyName

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

setPropertyValue

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

Skip navigation links

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


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