Class UserGroupType


  • public class UserGroupType
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Localizedmessage> locmessage  
      protected java.lang.String message  
      protected java.lang.String name  
    • 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.String getMessage()
      Gets the value of the message property.
      java.lang.String getName()
      Gets the value of the name property.
      void setMessage​(java.lang.String value)
      Sets the value of the message property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • message

        protected java.lang.String message
    • Constructor Detail

      • UserGroupType

        public UserGroupType()
    • 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 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 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 is String
      • 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 is String