public class Notify extends Object
Java class for notify complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notify">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userGroup" type="{http://www.hybris.de/xsd/processdefinition}userGroupType" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{http://www.hybris.de/xsd/processdefinition}nodeAttributes"/>
<attribute name="then" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
then |
protected List<UserGroupType> |
userGroup |
| Constructor and Description |
|---|
Notify() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getThen()
Gets the value of the then property.
|
List<UserGroupType> |
getUserGroup()
Gets the value of the userGroup property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setThen(String value)
Sets the value of the then property.
|
protected List<UserGroupType> userGroup
protected String then
protected String id
public List<UserGroupType> getUserGroup()
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 userGroup property.
For example, to add a new item, do as follows:
getUserGroup().add(newItem);
Objects of the following type(s) are allowed in the list
UserGroupType
public String getThen()
Stringpublic void setThen(String value)
value - allowed object is
StringCopyright © 2017 SAP SE. All Rights Reserved.