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

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

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

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 void addRole(Role plt)
           
 java.lang.String getName()
           
 java.util.List<Role> getRoles()
           
 java.util.List<Role> removeAllRoles()
           
 Role removeRole(Role plt)
           
 void setName(java.lang.String name)
           
 
Methods inherited from interface org.ow2.easywsdl.xml.api.XMLElement
getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getRoles

java.util.List<Role> getRoles()
                              throws WSDL4BPELException
Throws:
WSDL4BPELException

addRole

void addRole(Role plt)
             throws WSDL4BPELException
Throws:
WSDL4BPELException

removeRole

Role removeRole(Role plt)
                throws WSDL4BPELException
Throws:
WSDL4BPELException

removeAllRoles

java.util.List<Role> removeAllRoles()
                                    throws WSDL4BPELException
Throws:
WSDL4BPELException


Copyright © 2008 eBM WebSourcing. All Rights Reserved.