Uses of Class
com.ebmwebsourcing.easybpel.model.bpel._abstract.TCorrelationSets

Packages that use TCorrelationSets
com.ebmwebsourcing.easybpel.model.bpel._abstract   
 

Uses of TCorrelationSets in com.ebmwebsourcing.easybpel.model.bpel._abstract
 

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TCorrelationSets
protected  TCorrelationSets TProcess.correlationSets
           
protected  TCorrelationSets TScope.correlationSets
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TCorrelationSets
 TCorrelationSets ObjectFactory.createTCorrelationSets()
          Create an instance of TCorrelationSets
 TCorrelationSets TProcess.getCorrelationSets()
          Gets the value of the correlationSets property.
 TCorrelationSets TScope.getCorrelationSets()
          Gets the value of the correlationSets property.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return types with arguments of type TCorrelationSets
 javax.xml.bind.JAXBElement<TCorrelationSets> ObjectFactory.createCorrelationSets(TCorrelationSets value)
          Create an instance of JAXBElement<TCorrelationSets>}
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract with parameters of type TCorrelationSets
 javax.xml.bind.JAXBElement<TCorrelationSets> ObjectFactory.createCorrelationSets(TCorrelationSets value)
          Create an instance of JAXBElement<TCorrelationSets>}
 void TProcess.setCorrelationSets(TCorrelationSets value)
          Sets the value of the correlationSets property.
 void TScope.setCorrelationSets(TCorrelationSets value)
          Sets the value of the correlationSets property.
 



Copyright © 2011 Petals Link. All Rights Reserved.