jBPM distribution 6.0.0.CR4-Pre1

org.jbpm.bpmn2.core
Class Definitions

java.lang.Object
  extended by org.jbpm.bpmn2.core.Definitions
All Implemented Interfaces:
Serializable

public class Definitions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Definitions()
           
 
Method Summary
 List<Association> getAssociations()
           
 List<DataStore> getDataStores()
           
 List<Error> getErrors()
           
 String getTargetNamespace()
           
 void setAssociations(List<Association> associations)
           
 void setDataStores(List<DataStore> dataStores)
           
 void setErrors(List<Error> errors)
           
 void setTargetNamespace(String targetNamespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Definitions

public Definitions()
Method Detail

getTargetNamespace

public String getTargetNamespace()

setTargetNamespace

public void setTargetNamespace(String targetNamespace)

setDataStores

public void setDataStores(List<DataStore> dataStores)

getDataStores

public List<DataStore> getDataStores()

setAssociations

public void setAssociations(List<Association> associations)

getAssociations

public List<Association> getAssociations()

getErrors

public List<Error> getErrors()

setErrors

public void setErrors(List<Error> errors)

jBPM distribution 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.