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

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

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

Subclasses of TActivityContainer in com.ebmwebsourcing.easybpel.model.bpel._abstract
 class TCatch
          Java class for tCatch complex type.
 

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TActivityContainer
protected  TActivityContainer TIf._else
           
protected  TActivityContainer TFaultHandlers.catchAll
           
protected  TActivityContainer TInvoke.catchAll
           
protected  TActivityContainer TInvoke.compensationHandler
           
protected  TActivityContainer TScope.compensationHandler
           
protected  TActivityContainer TScope.terminationHandler
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TActivityContainer
 TActivityContainer ObjectFactory.createTActivityContainer()
          Create an instance of TActivityContainer
 TActivityContainer TFaultHandlers.getCatchAll()
          Gets the value of the catchAll property.
 TActivityContainer TInvoke.getCatchAll()
          Gets the value of the catchAll property.
 TActivityContainer TInvoke.getCompensationHandler()
          Gets the value of the compensationHandler property.
 TActivityContainer TScope.getCompensationHandler()
          Gets the value of the compensationHandler property.
 TActivityContainer TIf.getElse()
          Gets the value of the else property.
 TActivityContainer TScope.getTerminationHandler()
          Gets the value of the terminationHandler property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract with parameters of type TActivityContainer
 javax.xml.bind.JAXBElement<TActivityContainer> ObjectFactory.createCatchAll(TActivityContainer value)
          Create an instance of JAXBElement<TActivityContainer>}
 javax.xml.bind.JAXBElement<TActivityContainer> ObjectFactory.createCompensationHandler(TActivityContainer value)
          Create an instance of JAXBElement<TActivityContainer>}
 javax.xml.bind.JAXBElement<TActivityContainer> ObjectFactory.createElse(TActivityContainer value)
          Create an instance of JAXBElement<TActivityContainer>}
 javax.xml.bind.JAXBElement<TActivityContainer> ObjectFactory.createTerminationHandler(TActivityContainer value)
          Create an instance of JAXBElement<TActivityContainer>}
 void TFaultHandlers.setCatchAll(TActivityContainer value)
          Sets the value of the catchAll property.
 void TInvoke.setCatchAll(TActivityContainer value)
          Sets the value of the catchAll property.
 void TInvoke.setCompensationHandler(TActivityContainer value)
          Sets the value of the compensationHandler property.
 void TScope.setCompensationHandler(TActivityContainer value)
          Sets the value of the compensationHandler property.
 void TIf.setElse(TActivityContainer value)
          Sets the value of the else property.
 void TScope.setTerminationHandler(TActivityContainer value)
          Sets the value of the terminationHandler property.
 



Copyright © 2011 Petals Link. All Rights Reserved.