com.ibm.bpe.api
Interface CorrelationPropertyInstanceData
All Superinterfaces:
java.io.Serializable
- public interface CorrelationPropertyInstanceData
- extends java.io.Serializable
Since:
7.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getJavaTypeName()
Returns the name of the Java type.
|
|
getMessageTypeName()
Returns the type of the message that defines the correlation property.
|
|
getMessageTypeNamespace()
Returns the namespace of the message that defines the correlation property.
|
|
getPartName()
Returns the part of the message that defines the correlation property.
|
|
getPropertyName()
Returns the name of the correlation property.
|
|
getQueryExpression()
Returns the query expression that defines the correlation property.
|
|
getValue()
Returns the value of the correlation property.
|
|
getXSDTypeName()
Returns the name of the XSD type.
|
|
getXSDTypeNamespace()
Returns the name of the namespace of an XSD type.
|
|
setValue(java.io.Serializable propertyValue)
Sets the value of the correlation property.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getPropertyName
- java.lang.String getPropertyName( )
Returns the name of the correlation property.
Returns:
The name of the correlation property.
getJavaTypeName
- java.lang.String getJavaTypeName( )
Returns the name of the Java type.
Returns:
The name of the Java type.
getXSDTypeNamespace
- java.lang.String getXSDTypeNamespace( )
Returns the name of the namespace of an XSD type.
Returns:
The name of the namespace of an XSD type.
getXSDTypeName
- java.lang.String getXSDTypeName( )
Returns the name of the XSD type.
Returns:
The name of the XSD type.
getValue
- java.io.Serializable getValue()
Returns the value of the correlation property.
Returns:
The value of the correlation property. Returns null when the associated correlation set instance is not initialized.
setValue
- void setValue(java.io.Serializable propertyValue)
- throws InvalidPropertyAliasTypeException
Sets the value of the correlation property.
Parameters:
propertyValue
- The value of the correlation property. Throws:
getMessageTypeNamespace
- java.lang.String getMessageTypeNamespace( )
Returns the namespace of the message that defines the correlation property.
Returns:
The namespace of the message that defines the correlation property.
Returns null when the associated correlation set instance is retrieved related to a specific message type.
getMessageTypeName
- java.lang.String getMessageTypeName( )
Returns the type of the message that defines the correlation property.
Returns:
The type of the message that defines the correlation property.
Returns null when the associated correlation set instance is retrieved related to a specific message type.
getPartName
- java.lang.String getPartName()
Returns the part of the message that defines the correlation property.
Returns:
The part of the message that defines the correlation property.
Returns null when the associated correlation set instance is retrieved related to a specific message type.
getQueryExpression
- java.lang.String getQueryExpression( )
Returns the query expression that defines the correlation property.
Returns:
The query expression that defines the correlation property.
Returns null when the associated correlation set instance is retrieved related to a specific message type.