Class Case
java.lang.Object
de.hybris.platform.processengine.definition.xml.Case
Java class for case complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="case">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="choice" type="{http://www.hybris.de/xsd/processdefinition}choice" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="event" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
choice
-
event
-
-
Constructor Details
-
Case
public Case()
-
-
Method Details
-
getChoice
Gets the value of the choice 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 JAXB object. This is why there is not a
setmethod for the choice property.For example, to add a new item, do as follows:
getChoice().add(newItem);Objects of the following type(s) are allowed in the list
Choice -
getEvent
Gets the value of the event property.- Returns:
- possible object is
String
-
setEvent
Sets the value of the event property.- Parameters:
value- allowed object isString
-