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

oracle.bpm.services.instancemanagement.model
Interface ICorrelationKeyProperty

All Superinterfaces:
java.io.Serializable

public interface ICorrelationKeyProperty
extends java.io.Serializable

An interface representing a correlation key property.


Method Summary
 javax.xml.namespace.QName getName()
          Gets the qualified name property type.
 java.lang.String getValue()
          Gets the property value.
 void setValue(java.lang.String value)
          Sets the property value.
 

Method Detail

getName

javax.xml.namespace.QName getName()
Gets the qualified name property type.

Returns:
the property type QName

getValue

java.lang.String getValue()
Gets the property value.

Returns:
the property value

setValue

void setValue(java.lang.String value)
Sets the property value.

Parameters:
value - the new property 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.