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

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

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

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TMessageExchanges
protected  TMessageExchanges TProcess.messageExchanges
           
protected  TMessageExchanges TScope.messageExchanges
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TMessageExchanges
 TMessageExchanges ObjectFactory.createTMessageExchanges()
          Create an instance of TMessageExchanges
 TMessageExchanges TProcess.getMessageExchanges()
          Gets the value of the messageExchanges property.
 TMessageExchanges TScope.getMessageExchanges()
          Gets the value of the messageExchanges property.
 

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

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



Copyright © 2012 Petals Link. All Rights Reserved.