|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CorrelationPropertyInstanceData
Provides information about a property of a correlation set instance.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |