Class TItemDefinition


  • public class TItemDefinition
    extends TRootElement

    Java class for tItemDefinition complex type.

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

     <complexType name="tItemDefinition">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tRootElement">
           <attribute name="structureRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <attribute name="isCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="itemKind" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tItemKind" default="Information" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • structureRef

        protected QName structureRef
      • isCollection

        protected Boolean isCollection
    • Constructor Detail

      • TItemDefinition

        public TItemDefinition()
    • Method Detail

      • getStructureRef

        public QName getStructureRef()
        Gets the value of the structureRef property.
        Returns:
        possible object is QName
      • setStructureRef

        public void setStructureRef​(QName value)
        Sets the value of the structureRef property.
        Parameters:
        value - allowed object is QName
      • isIsCollection

        public boolean isIsCollection()
        Gets the value of the isCollection property.
        Returns:
        possible object is Boolean
      • setIsCollection

        public void setIsCollection​(Boolean value)
        Sets the value of the isCollection property.
        Parameters:
        value - allowed object is Boolean
      • getItemKind

        public TItemKind getItemKind()
        Gets the value of the itemKind property.
        Returns:
        possible object is TItemKind
      • setItemKind

        public void setItemKind​(TItemKind value)
        Sets the value of the itemKind property.
        Parameters:
        value - allowed object is TItemKind