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

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

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

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TCompensateScope
protected  TCompensateScope TActivityContainer.compensateScope
           
protected  TCompensateScope TOnMessage.compensateScope
           
protected  TCompensateScope TOnAlarmPick.compensateScope
           
protected  TCompensateScope TIf.compensateScope
           
protected  TCompensateScope TElseif.compensateScope
           
protected  TCompensateScope TWhile.compensateScope
           
protected  TCompensateScope TProcess.compensateScope
           
protected  TCompensateScope TRepeatUntil.compensateScope
           
protected  TCompensateScope TScope.compensateScope
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TCompensateScope
 TCompensateScope ObjectFactory.createTCompensateScope()
          Create an instance of TCompensateScope
 TCompensateScope TActivityContainer.getCompensateScope()
          Gets the value of the compensateScope property.
 TCompensateScope TOnMessage.getCompensateScope()
          Gets the value of the compensateScope property.
 TCompensateScope TOnAlarmPick.getCompensateScope()
          Gets the value of the compensateScope property.
 TCompensateScope TIf.getCompensateScope()
          Gets the value of the compensateScope property.
 TCompensateScope TElseif.getCompensateScope()
          Gets the value of the compensateScope property.
 TCompensateScope TWhile.getCompensateScope()
          Gets the value of the compensateScope property.
 TCompensateScope TProcess.getCompensateScope()
          Gets the value of the compensateScope property.
 TCompensateScope TRepeatUntil.getCompensateScope()
          Gets the value of the compensateScope property.
 TCompensateScope TScope.getCompensateScope()
          Gets the value of the compensateScope property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract with parameters of type TCompensateScope
 javax.xml.bind.JAXBElement<TCompensateScope> ObjectFactory.createCompensateScope(TCompensateScope value)
          Create an instance of JAXBElement<TCompensateScope>}
 void TActivityContainer.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 void TOnMessage.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 void TOnAlarmPick.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 void TIf.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 void TElseif.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 void TWhile.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 void TProcess.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 void TRepeatUntil.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 void TScope.setCompensateScope(TCompensateScope value)
          Sets the value of the compensateScope property.
 



Copyright © 2011 Petals Link. All Rights Reserved.