Class Choice
java.lang.Object
de.hybris.platform.processengine.definition.xml.Choice
Java class for choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="then" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
then
-
-
Constructor Details
-
Choice
public Choice()
-
-
Method Details
-
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
-
getThen
Gets the value of the then property.- Returns:
- possible object is
String
-
setThen
Sets the value of the then property.- Parameters:
value- allowed object isString
-