Class TDataObjectReference


  • public class TDataObjectReference
    extends TFlowElement

    Java class for tDataObjectReference complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tDataObjectReference">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowElement">
           <sequence>
             <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataState" minOccurs="0"/>
           </sequence>
           <attribute name="itemSubjectRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <attribute name="dataObjectRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • itemSubjectRef

        protected QName itemSubjectRef
      • dataObjectRef

        protected Object dataObjectRef
    • Constructor Detail

      • TDataObjectReference

        public TDataObjectReference()
    • Method Detail

      • getDataState

        public TDataState getDataState()
        Gets the value of the dataState property.
        Returns:
        possible object is TDataState
      • setDataState

        public void setDataState​(TDataState value)
        Sets the value of the dataState property.
        Parameters:
        value - allowed object is TDataState
      • getItemSubjectRef

        public QName getItemSubjectRef()
        Gets the value of the itemSubjectRef property.
        Returns:
        possible object is QName
      • setItemSubjectRef

        public void setItemSubjectRef​(QName value)
        Sets the value of the itemSubjectRef property.
        Parameters:
        value - allowed object is QName
      • getDataObjectRef

        public Object getDataObjectRef()
        Gets the value of the dataObjectRef property.
        Returns:
        possible object is Object
      • setDataObjectRef

        public void setDataObjectRef​(Object value)
        Sets the value of the dataObjectRef property.
        Parameters:
        value - allowed object is Object