com.ibm.bpe.api

Interface CorrelationPropertyInstanceData

All Superinterfaces:
java.io.Serializable

  1. public interface CorrelationPropertyInstanceData
  2. extends java.io.Serializable
Provides information about a property of a correlation set instance.
Since:
7.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getJavaTypeName()
Returns the name of the Java type.
  1. java.lang.String
getMessageTypeName()
Returns the type of the message that defines the correlation property.
  1. java.lang.String
getMessageTypeNamespace()
Returns the namespace of the message that defines the correlation property.
  1. java.lang.String
getPartName()
Returns the part of the message that defines the correlation property.
  1. java.lang.String
getPropertyName()
Returns the name of the correlation property.
  1. java.lang.String
getQueryExpression()
Returns the query expression that defines the correlation property.
  1. java.io.Serializable
getValue()
Returns the value of the correlation property.
  1. java.lang.String
getXSDTypeName()
Returns the name of the XSD type.
  1. java.lang.String
getXSDTypeNamespace()
Returns the name of the namespace of an XSD type.
  1. void
setValue(java.io.Serializable propertyValue)
Sets the value of the correlation property.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getPropertyName

  1. java.lang.String getPropertyName( )
Returns the name of the correlation property.
Returns:
The name of the correlation property.

getJavaTypeName

  1. java.lang.String getJavaTypeName( )
Returns the name of the Java type.
Returns:
The name of the Java type.

getXSDTypeNamespace

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

  1. java.lang.String getXSDTypeName( )
Returns the name of the XSD type.
Returns:
The name of the XSD type.

getValue

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

  1. void setValue(java.io.Serializable propertyValue)
  2. throws InvalidPropertyAliasTypeException
Sets the value of the correlation property.
Parameters:
propertyValue - The value of the correlation property.
Throws:

getMessageTypeNamespace

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

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

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

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