org.ow2.easywsdl.extensions.wsdl4bpel.api
Interface PropertyAlias

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.wsdl.api.WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
PropertyAliasImpl

public interface PropertyAlias
extends org.ow2.easywsdl.wsdl.api.WSDLElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 javax.xml.namespace.QName getElement()
           
 javax.xml.namespace.QName getMessageType()
           
 java.lang.String getPart()
           
 javax.xml.namespace.QName getPropertyName()
           
 Query getQuery()
           
 javax.xml.namespace.QName getType()
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getElement

javax.xml.namespace.QName getElement()

getType

javax.xml.namespace.QName getType()

getMessageType

javax.xml.namespace.QName getMessageType()

getPart

java.lang.String getPart()

getPropertyName

javax.xml.namespace.QName getPropertyName()

getQuery

Query getQuery()


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.