java.lang.Object
de.hybris.platform.processengine.definition.xml.UserGroupType

public class UserGroupType extends Object
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 Details

  • Constructor Details

    • UserGroupType

      public UserGroupType()
  • Method Details

    • getLocmessage

      public 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 set method 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 String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String