public class Case
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Choice> |
choice |
protected java.lang.String |
event |
| Constructor and Description |
|---|
Case() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Choice> |
getChoice()
Gets the value of the choice property.
|
java.lang.String |
getEvent()
Gets the value of the event property.
|
void |
setEvent(java.lang.String value)
Sets the value of the event property.
|
protected java.util.List<Choice> choice
protected java.lang.String event
public java.util.List<Choice> getChoice()
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 set method 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
public java.lang.String getEvent()
Stringpublic void setEvent(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.