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

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.executable.light.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.light 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.light
 
Method Summary
 javax.xml.bind.JAXBElement<TDocumentation> createDocumentation(TDocumentation value)
          Create an instance of JAXBElement<TDocumentation>}
 javax.xml.bind.JAXBElement<TCondition> createJoinCondition(TCondition value)
          Create an instance of JAXBElement<TCondition>}
 javax.xml.bind.JAXBElement<TSource> createSource(TSource value)
          Create an instance of JAXBElement<TSource>}
 javax.xml.bind.JAXBElement<TSources> createSources(TSources value)
          Create an instance of JAXBElement<TSources>}
 javax.xml.bind.JAXBElement<TTarget> createTarget(TTarget value)
          Create an instance of JAXBElement<TTarget>}
 javax.xml.bind.JAXBElement<TTargets> createTargets(TTargets value)
          Create an instance of JAXBElement<TTargets>}
 TCondition createTCondition()
          Create an instance of TCondition
 TDocumentation createTDocumentation()
          Create an instance of TDocumentation
 TExpression createTExpression()
          Create an instance of TExpression
 TExtensibleElements createTExtensibleElements()
          Create an instance of TExtensibleElements
 javax.xml.bind.JAXBElement<TCondition> createTransitionCondition(TCondition value)
          Create an instance of JAXBElement<TCondition>}
 TSource createTSource()
          Create an instance of TSource
 TSources createTSources()
          Create an instance of TSources
 TTarget createTTarget()
          Create an instance of TTarget
 TTargets createTTargets()
          Create an instance of TTargets
 
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.light

Method Detail

createTCondition

public TCondition createTCondition()
Create an instance of TCondition


createTSource

public TSource createTSource()
Create an instance of TSource


createTTarget

public TTarget createTTarget()
Create an instance of TTarget


createTDocumentation

public TDocumentation createTDocumentation()
Create an instance of TDocumentation


createTTargets

public TTargets createTTargets()
Create an instance of TTargets


createTSources

public TSources createTSources()
Create an instance of TSources


createTExtensibleElements

public TExtensibleElements createTExtensibleElements()
Create an instance of TExtensibleElements


createTExpression

public TExpression createTExpression()
Create an instance of TExpression


createSource

public javax.xml.bind.JAXBElement<TSource> createSource(TSource value)
Create an instance of JAXBElement<TSource>}


createTransitionCondition

public javax.xml.bind.JAXBElement<TCondition> createTransitionCondition(TCondition value)
Create an instance of JAXBElement<TCondition>}


createJoinCondition

public javax.xml.bind.JAXBElement<TCondition> createJoinCondition(TCondition value)
Create an instance of JAXBElement<TCondition>}


createSources

public javax.xml.bind.JAXBElement<TSources> createSources(TSources value)
Create an instance of JAXBElement<TSources>}


createDocumentation

public javax.xml.bind.JAXBElement<TDocumentation> createDocumentation(TDocumentation value)
Create an instance of JAXBElement<TDocumentation>}


createTarget

public javax.xml.bind.JAXBElement<TTarget> createTarget(TTarget value)
Create an instance of JAXBElement<TTarget>}


createTargets

public javax.xml.bind.JAXBElement<TTargets> createTargets(TTargets value)
Create an instance of JAXBElement<TTargets>}



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