Class ChildDefinition

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ChildDefinition

public class ChildDefinition extends NamedElement

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 Details

    • lowerBound

      protected Integer lowerBound
    • upperBound

      protected Integer upperBound
    • typeDefinition

      protected QName 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

      public void setLowerBound(Integer value)
      Sets the value of the lowerBound property.
      Parameters:
      value - allowed object is Integer
    • getUpperBound

      public int getUpperBound()
      Gets the value of the upperBound property.
      Returns:
      possible object is Integer
    • setUpperBound

      public void setUpperBound(Integer value)
      Sets the value of the upperBound property.
      Parameters:
      value - allowed object is Integer
    • getTypeDefinition

      public QName getTypeDefinition()
      Gets the value of the typeDefinition property.
      Returns:
      possible object is QName
    • setTypeDefinition

      public void setTypeDefinition(QName value)
      Sets the value of the typeDefinition property.
      Parameters:
      value - allowed object is QName