Class TParticipantMultiplicity

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TParticipantMultiplicity

public class TParticipantMultiplicity extends TBaseElement

Java class for tParticipantMultiplicity complex type.

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

 <complexType name="tParticipantMultiplicity">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
       <attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
       <attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • minimum

      protected Integer minimum
    • maximum

      protected Integer maximum
  • Constructor Details

    • TParticipantMultiplicity

      public TParticipantMultiplicity()
  • Method Details

    • getMinimum

      public int getMinimum()
      Gets the value of the minimum property.
      Returns:
      possible object is Integer
    • setMinimum

      public void setMinimum(Integer value)
      Sets the value of the minimum property.
      Parameters:
      value - allowed object is Integer
    • getMaximum

      public int getMaximum()
      Gets the value of the maximum property.
      Returns:
      possible object is Integer
    • setMaximum

      public void setMaximum(Integer value)
      Sets the value of the maximum property.
      Parameters:
      value - allowed object is Integer