com.ibm.websphere.ilm.bpel.deploy
Interface PropertyAlias


public interface PropertyAlias

An interface for a BPEL PropertyAlias

Since:
1.0
Version:
1.0

Method Summary
 java.lang.Class getJavaType()
          Returns the expected Java Type
 java.lang.String getPartName()
          Returns the name of the message part
 java.lang.String getPropertyName()
          Returns the name (key) of the property
 java.lang.String getQuery()
          Returns the Query expression of the message part / property
 

Method Detail

getPartName

public java.lang.String getPartName()
Returns the name of the message part

Returns:
the name of the message part

getPropertyName

public java.lang.String getPropertyName()
Returns the name (key) of the property

Returns:
the name (key) of the property

getQuery

public java.lang.String getQuery()
Returns the Query expression of the message part / property

Returns:
the Query expression of the message part / property

getJavaType

public java.lang.Class getJavaType()
Returns the expected Java Type

Returns:
The class (type) of the message part after demarshalling from xsd => Java