Package org.omg.spec.bpmn.model
Class TParticipantMultiplicity
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.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 Summary
Fields Modifier and Type Field Description protected Integer
maximum
protected Integer
minimum
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TParticipantMultiplicity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaximum()
Gets the value of the maximum property.int
getMinimum()
Gets the value of the minimum property.void
setMaximum(Integer value)
Sets the value of the maximum property.void
setMinimum(Integer value)
Sets the value of the minimum property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
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 isInteger
-
getMaximum
public int getMaximum()
Gets the value of the maximum property.- Returns:
- possible object is
Integer
-
-