Class UserGroupType
- java.lang.Object
-
- de.hybris.platform.processengine.definition.xml.UserGroupType
-
public class UserGroupType extends java.lang.ObjectDefine userGroup for notification.Java class for userGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userGroupType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="locmessage" type="{http://www.hybris.de/xsd/processdefinition}localizedmessage" maxOccurs="unbounded"/> </sequence> <attribute name="name" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" /> <attribute name="message" type="{http://www.hybris.de/xsd/processdefinition}name" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Localizedmessage>locmessageprotected java.lang.Stringmessageprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description UserGroupType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Localizedmessage>getLocmessage()Gets the value of the locmessage property.java.lang.StringgetMessage()Gets the value of the message property.java.lang.StringgetName()Gets the value of the name property.voidsetMessage(java.lang.String value)Sets the value of the message property.voidsetName(java.lang.String value)Sets the value of the name property.
-
-
-
Field Detail
-
locmessage
protected java.util.List<Localizedmessage> locmessage
-
name
protected java.lang.String name
-
message
protected java.lang.String message
-
-
Method Detail
-
getLocmessage
public java.util.List<Localizedmessage> getLocmessage()
Gets the value of the locmessage 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 locmessage property.For example, to add a new item, do as follows:
getLocmessage().add(newItem);Objects of the following type(s) are allowed in the list
Localizedmessage
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMessage
public java.lang.String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(java.lang.String value)
Sets the value of the message property.- Parameters:
value- allowed object isString
-
-