com.ebmwebsourcing.easybpel.model.bpel.executable
Class ObjectFactory

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.executable.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.ebmwebsourcing.easybpel.model.bpel.executable package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ebmwebsourcing.easybpel.model.bpel.executable
 
Method Summary
 TBooleanExpr createTBooleanExpr()
          Create an instance of TBooleanExpr
 TCondition createTCondition()
          Create an instance of TCondition
 TDeadlineExpr createTDeadlineExpr()
          Create an instance of TDeadlineExpr
 TDurationExpr createTDurationExpr()
          Create an instance of TDurationExpr
 TExpression createTExpression()
          Create an instance of TExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ebmwebsourcing.easybpel.model.bpel.executable

Method Detail

createTCondition

public TCondition createTCondition()
Create an instance of TCondition


createTBooleanExpr

public TBooleanExpr createTBooleanExpr()
Create an instance of TBooleanExpr


createTDeadlineExpr

public TDeadlineExpr createTDeadlineExpr()
Create an instance of TDeadlineExpr


createTExpression

public TExpression createTExpression()
Create an instance of TExpression


createTDurationExpr

public TDurationExpr createTDurationExpr()
Create an instance of TDurationExpr



Copyright © 2008-2010 eBM WebSourcing. All Rights Reserved.