Class Scenario
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XMLGregorianCalendarprotected Stringprotected List<ElementParameters>protected Stringprotected Objectprotected XMLGregorianCalendarprotected Stringprotected Objectprotected ScenarioParametersprotected Stringprotected List<VendorExtension>protected String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the value of the author property.Gets the value of the calendar property.Gets the value of the created property.Gets the value of the description property.Gets the value of the elementParameters property.getId()Gets the value of the id property.Gets the value of the inherits property.Gets the value of the modified property.getName()Gets the value of the name property.Gets the value of the result property.Gets the value of the scenarioParameters property.Gets the value of the vendor property.Gets the value of the vendorExtension property.Gets the value of the version property.voidSets the value of the author property.voidsetCreated(XMLGregorianCalendar value) Sets the value of the created property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the id property.voidsetInherits(Object value) Sets the value of the inherits property.voidsetModified(XMLGregorianCalendar value) Sets the value of the modified property.voidSets the value of the name property.voidSets the value of the result property.voidSets the value of the scenarioParameters property.voidSets the value of the vendor property.voidsetVersion(String value) Sets the value of the version property. 
- 
Field Details
- 
scenarioParameters
 - 
elementParameters
 - 
calendar
 - 
vendorExtension
 - 
id
 - 
name
 - 
description
 - 
author
 - 
vendor
 - 
version
 - 
inherits
 - 
result
 - 
created
 - 
modified
 
 - 
 - 
Constructor Details
- 
Scenario
public Scenario() 
 - 
 - 
Method Details
- 
getScenarioParameters
Gets the value of the scenarioParameters property.- Returns:
 - possible object is
     
ScenarioParameters 
 - 
setScenarioParameters
Sets the value of the scenarioParameters property.- Parameters:
 value- allowed object isScenarioParameters
 - 
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
setmethod 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
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
setmethod 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
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
setmethod 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
Gets the value of the id property.- Returns:
 - possible object is
     
String 
 - 
setId
Sets the value of the id property.- Parameters:
 value- allowed object isString
 - 
getName
Gets the value of the name property.- Returns:
 - possible object is
     
String 
 - 
setName
Sets the value of the name property.- Parameters:
 value- allowed object isString
 - 
getDescription
Gets the value of the description property.- Returns:
 - possible object is
     
String 
 - 
setDescription
Sets the value of the description property.- Parameters:
 value- allowed object isString
 - 
getAuthor
Gets the value of the author property.- Returns:
 - possible object is
     
String 
 - 
setAuthor
Sets the value of the author property.- Parameters:
 value- allowed object isString
 - 
getVendor
Gets the value of the vendor property.- Returns:
 - possible object is
     
String 
 - 
setVendor
Sets the value of the vendor property.- Parameters:
 value- allowed object isString
 - 
getVersion
Gets the value of the version property.- Returns:
 - possible object is
     
String 
 - 
setVersion
Sets the value of the version property.- Parameters:
 value- allowed object isString
 - 
getInherits
Gets the value of the inherits property.- Returns:
 - possible object is
     
Object 
 - 
setInherits
Sets the value of the inherits property.- Parameters:
 value- allowed object isObject
 - 
getResult
Gets the value of the result property.- Returns:
 - possible object is
     
Object 
 - 
setResult
Sets the value of the result property.- Parameters:
 value- allowed object isObject
 - 
getCreated
Gets the value of the created property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 - 
setCreated
Sets the value of the created property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 - 
getModified
Gets the value of the modified property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 - 
setModified
Sets the value of the modified property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
 -