easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTCorrelationPropertyBinding

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
              extended by 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>
 


Field Summary
protected  javax.xml.namespace.QName correlationPropertyRef
           
protected  EJaxbTFormalExpression dataPath
           
 
Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
documentation, extensionElements, id
 
Constructor Summary
EJaxbTCorrelationPropertyBinding()
           
 
Method Summary
 javax.xml.namespace.QName getCorrelationPropertyRef()
          Gets the value of the correlationPropertyRef property.
 EJaxbTFormalExpression getDataPath()
          Gets the value of the dataPath property.
 boolean isSetCorrelationPropertyRef()
           
 boolean isSetDataPath()
           
 void setCorrelationPropertyRef(javax.xml.namespace.QName value)
          Sets the value of the correlationPropertyRef property.
 void setDataPath(EJaxbTFormalExpression value)
          Sets the value of the dataPath property.
 
Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, isSetDocumentation, isSetExtensionElements, isSetId, setExtensionElements, setId, unsetDocumentation
 
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
 

Field Detail

dataPath

protected EJaxbTFormalExpression dataPath

correlationPropertyRef

protected javax.xml.namespace.QName correlationPropertyRef
Constructor Detail

EJaxbTCorrelationPropertyBinding

public EJaxbTCorrelationPropertyBinding()
Method Detail

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.