public interface CorrelationPropertyInstanceData
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJavaTypeName()
Returns the name of the Java type.
|
java.lang.String |
getMessageTypeName()
Returns the type of the message that defines the correlation property.
|
java.lang.String |
getMessageTypeNamespace()
Returns the namespace of the message that defines the correlation property.
|
java.lang.String |
getPartName()
Returns the part of the message that defines the correlation property.
|
java.lang.String |
getPropertyName()
Returns the name of the correlation property.
|
java.lang.String |
getQueryExpression()
Returns the query expression that defines the correlation property.
|
java.io.Serializable |
getValue()
Returns the value of the correlation property.
|
java.lang.String |
getXSDTypeName()
Returns the name of the XSD type.
|
java.lang.String |
getXSDTypeNamespace()
Returns the name of the namespace of an XSD type.
|
void |
setValue(java.io.Serializable propertyValue)
Sets the value of the correlation property.
|
static final java.lang.String COPYRIGHT
java.lang.String getPropertyName()
java.lang.String getJavaTypeName()
java.lang.String getXSDTypeNamespace()
java.lang.String getXSDTypeName()
java.io.Serializable getValue()
void setValue(java.io.Serializable propertyValue) throws InvalidPropertyAliasTypeException
propertyValue
- The value of the correlation property.InvalidPropertyAliasTypeException
java.lang.String getMessageTypeNamespace()
java.lang.String getMessageTypeName()
java.lang.String getPartName()
java.lang.String getQueryExpression()