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 String
protected XMLGregorianCalendar
protected String
protected List<ElementParameters>
protected String
protected Object
protected XMLGregorianCalendar
protected String
protected Object
protected ScenarioParameters
protected String
protected 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.void
Sets the value of the author property.void
setCreated
(XMLGregorianCalendar value) Sets the value of the created property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the id property.void
setInherits
(Object value) Sets the value of the inherits property.void
setModified
(XMLGregorianCalendar value) Sets the value of the modified property.void
Sets the value of the name property.void
Sets the value of the result property.void
Sets the value of the scenarioParameters property.void
Sets the value of the vendor property.void
setVersion
(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
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
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
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
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
-