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
- All Known Implementing Classes:
- CorrelationSetImpl
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 org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator |
validate |
getName
java.lang.String getName()
setName
void setName(java.lang.String value)
getProperties
java.util.List<javax.xml.namespace.QName> getProperties()
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.