Class Notify
- java.lang.Object
-
- de.hybris.platform.processengine.definition.xml.Notify
-
public class Notify extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected java.lang.Stringthenprotected java.util.List<UserGroupType>userGroup
-
Constructor Summary
Constructors Constructor Description Notify()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetThen()Gets the value of the then property.java.util.List<UserGroupType>getUserGroup()Gets the value of the userGroup property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetThen(java.lang.String value)Sets the value of the then property.
-
-
-
Field Detail
-
userGroup
protected java.util.List<UserGroupType> userGroup
-
then
protected java.lang.String then
-
id
protected java.lang.String id
-
-
Method Detail
-
getUserGroup
public java.util.List<UserGroupType> getUserGroup()
Gets the value of the userGroup 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 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
-
getThen
public java.lang.String getThen()
Gets the value of the then property.- Returns:
- possible object is
String
-
setThen
public void setThen(java.lang.String value)
Sets the value of the then property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-