Class UserGroupType
java.lang.Object
de.hybris.platform.processengine.definition.xml.UserGroupType
Define 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
FieldsModifier and TypeFieldDescriptionprotected List<Localizedmessage>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the locmessage property.Gets the value of the message property.getName()Gets the value of the name property.voidsetMessage(String value) Sets the value of the message property.voidSets the value of the name property.
-
Field Details
-
locmessage
-
name
-
message
-
-
Constructor Details
-
UserGroupType
public UserGroupType()
-
-
Method Details
-
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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-