java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Scenario

public class Scenario extends Object

Java class for Scenario complex type.

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

 <complexType name="Scenario">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="ScenarioParameters" type="{http://www.bpsim.org/schemas/1.0}ScenarioParameters" minOccurs="0"/>
         <element name="ElementParameters" type="{http://www.bpsim.org/schemas/1.0}ElementParameters" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Calendar" type="{http://www.bpsim.org/schemas/1.0}Calendar" maxOccurs="unbounded" minOccurs="0"/>
         <element name="VendorExtension" type="{http://www.bpsim.org/schemas/1.0}VendorExtension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="inherits" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="result" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Scenario

      public Scenario()
  • Method Details

    • getScenarioParameters

      public ScenarioParameters getScenarioParameters()
      Gets the value of the scenarioParameters property.
      Returns:
      possible object is ScenarioParameters
    • setScenarioParameters

      public void setScenarioParameters(ScenarioParameters value)
      Sets the value of the scenarioParameters property.
      Parameters:
      value - allowed object is ScenarioParameters
    • getElementParameters

      public List<ElementParameters> getElementParameters()
      Gets the value of the elementParameters property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the elementParameters property.

      For example, to add a new item, do as follows:

          getElementParameters().add(newItem);
       

      Objects of the following type(s) are allowed in the list ElementParameters

    • getCalendar

      public List<Calendar> getCalendar()
      Gets the value of the calendar property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the calendar property.

      For example, to add a new item, do as follows:

          getCalendar().add(newItem);
       

      Objects of the following type(s) are allowed in the list Calendar

    • getVendorExtension

      public List<VendorExtension> getVendorExtension()
      Gets the value of the vendorExtension property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the vendorExtension property.

      For example, to add a new item, do as follows:

          getVendorExtension().add(newItem);
       

      Objects of the following type(s) are allowed in the list VendorExtension

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getAuthor

      public String getAuthor()
      Gets the value of the author property.
      Returns:
      possible object is String
    • setAuthor

      public void setAuthor(String value)
      Sets the value of the author property.
      Parameters:
      value - allowed object is String
    • getVendor

      public String getVendor()
      Gets the value of the vendor property.
      Returns:
      possible object is String
    • setVendor

      public void setVendor(String value)
      Sets the value of the vendor property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getInherits

      public Object getInherits()
      Gets the value of the inherits property.
      Returns:
      possible object is Object
    • setInherits

      public void setInherits(Object value)
      Sets the value of the inherits property.
      Parameters:
      value - allowed object is Object
    • getResult

      public Object getResult()
      Gets the value of the result property.
      Returns:
      possible object is Object
    • setResult

      public void setResult(Object value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is Object
    • getCreated

      public XMLGregorianCalendar getCreated()
      Gets the value of the created property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreated

      public void setCreated(XMLGregorianCalendar value)
      Sets the value of the created property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getModified

      public XMLGregorianCalendar getModified()
      Gets the value of the modified property.
      Returns:
      possible object is XMLGregorianCalendar
    • setModified

      public void setModified(XMLGregorianCalendar value)
      Sets the value of the modified property.
      Parameters:
      value - allowed object is XMLGregorianCalendar