easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTCorrelationPropertyBinding
java.lang.Object
com.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTCorrelationPropertyBinding
- All Implemented Interfaces:
- com.ebmwebsourcing.easybox.api.ModelObject
public class EJaxbTCorrelationPropertyBinding
- extends EJaxbTBaseElement
Java class for tCorrelationPropertyBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCorrelationPropertyBinding">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="dataPath" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
</sequence>
<attribute name="correlationPropertyRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
dataPath
protected EJaxbTFormalExpression dataPath
correlationPropertyRef
protected javax.xml.namespace.QName correlationPropertyRef
EJaxbTCorrelationPropertyBinding
public EJaxbTCorrelationPropertyBinding()
getDataPath
public EJaxbTFormalExpression getDataPath()
- Gets the value of the dataPath property.
- Returns:
- possible object is
EJaxbTFormalExpression
setDataPath
public void setDataPath(EJaxbTFormalExpression value)
- Sets the value of the dataPath property.
- Parameters:
value - allowed object is
EJaxbTFormalExpression
isSetDataPath
public boolean isSetDataPath()
getCorrelationPropertyRef
public javax.xml.namespace.QName getCorrelationPropertyRef()
- Gets the value of the correlationPropertyRef property.
- Returns:
- possible object is
QName
setCorrelationPropertyRef
public void setCorrelationPropertyRef(javax.xml.namespace.QName value)
- Sets the value of the correlationPropertyRef property.
- Parameters:
value - allowed object is
QName
isSetCorrelationPropertyRef
public boolean isSetCorrelationPropertyRef()
Copyright © 2011 Petals Link. All Rights Reserved.