Class ChildDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ChildDefinition
Java class for ChildDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChildDefinition"> <complexContent> <extension base="{http://www.omg.com/dd/1.0.0}NamedElement"> <attribute name="lowerBound" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="upperBound" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" /> <attribute name="typeDefinition" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the lowerBound property.Gets the value of the typeDefinition property.int
Gets the value of the upperBound property.void
setLowerBound
(Integer value) Sets the value of the lowerBound property.void
setTypeDefinition
(QName value) Sets the value of the typeDefinition property.void
setUpperBound
(Integer value) Sets the value of the upperBound property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
getName, setName
-
Field Details
-
lowerBound
-
upperBound
-
typeDefinition
-
-
Constructor Details
-
ChildDefinition
public ChildDefinition()
-
-
Method Details
-
getLowerBound
public int getLowerBound()Gets the value of the lowerBound property.- Returns:
- possible object is
Integer
-
setLowerBound
Sets the value of the lowerBound property.- Parameters:
value
- allowed object isInteger
-
getUpperBound
public int getUpperBound()Gets the value of the upperBound property.- Returns:
- possible object is
Integer
-
setUpperBound
Sets the value of the upperBound property.- Parameters:
value
- allowed object isInteger
-
getTypeDefinition
Gets the value of the typeDefinition property.- Returns:
- possible object is
QName
-
setTypeDefinition
Sets the value of the typeDefinition property.- Parameters:
value
- allowed object isQName
-