com.ebmwebsourcing.easybpel.model.bpel.api.correlation
Interface CorrelationSet

All Superinterfaces:
BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement

public interface CorrelationSet
extends BPELElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.lang.String getName()
           
 java.util.List<javax.xml.namespace.QName> getProperties()
           
 void setName(java.lang.String value)
           
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String value)

getProperties

java.util.List<javax.xml.namespace.QName> getProperties()


Copyright © 2011 Petals Link. All Rights Reserved.