public class Case extends 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 List<Choice> |
choice |
protected String |
event |
| Constructor and Description |
|---|
Case() |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
getChoice()
Gets the value of the choice property.
|
String |
getEvent()
Gets the value of the event property.
|
void |
setEvent(String value)
Sets the value of the event property.
|
public 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 String getEvent()
StringCopyright © 2017 SAP SE. All Rights Reserved.