org.ow2.orchestra.facade.def
Interface VariableDefinition

All Superinterfaces:
CopyAble<VariableDefinition>, java.io.Serializable
All Known Implementing Classes:
VariableDefinitionImpl

public interface VariableDefinition
extends CopyAble<VariableDefinition>, java.io.Serializable


Method Summary
 javax.xml.namespace.QName getElement()
           
 javax.xml.namespace.QName getMessageType()
           
 java.lang.String getName()
           
 javax.xml.namespace.QName getType()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getName

java.lang.String getName()
Returns:
the name of the variable

getMessageType

javax.xml.namespace.QName getMessageType()
Returns:
the message type of the variable;

getType

javax.xml.namespace.QName getType()
Returns:
the type of the variable

getElement

javax.xml.namespace.QName getElement()
Returns:
the element of the variable


Copyright © 2009 OW2 Consortium. All Rights Reserved.