Class TParticipantMultiplicity
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TParticipantMultiplicity
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the maximum property.int
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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
minimum
-
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
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
-
setMaximum
Sets the value of the maximum property.- Parameters:
value
- allowed object isInteger
-