Class Notification


  • public class Notification
    extends NotificationRenderingInfo

    Java class for Notification complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Notification">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/notifications}NotificationRenderer">
           <sequence>
             <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
             <element name="references" type="{http://www.hybris.com/cockpitng/config/notifications}NotificationReferences" minOccurs="0"/>
           </sequence>
           <attribute name="eventType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="level" use="required" type="{http://www.hybris.com/cockpitng/config/notifications}ImportanceLevel" />
           <attribute name="destination" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • message

        protected java.lang.String message
      • timeout

        protected java.math.BigInteger timeout
      • eventType

        protected java.lang.String eventType
      • referencesType

        protected java.lang.String referencesType
    • Constructor Detail

      • Notification

        public Notification()
    • Method Detail

      • 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
      • getTimeout

        public java.math.BigInteger getTimeout()
        Gets the value of the timeout property.
        Returns:
        possible object is BigInteger
      • setTimeout

        public void setTimeout​(java.math.BigInteger value)
        Sets the value of the timeout property.
        Parameters:
        value - allowed object is BigInteger
      • getEventType

        public java.lang.String getEventType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setEventType

        public void setEventType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • setLevel

        public void setLevel​(ImportanceLevel value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is ImportanceLevel
      • getDestination

        public Destination getDestination()
        Gets the value of the destination property.
        Returns:
        possible object is Destination
      • setDestination

        public void setDestination​(Destination value)
        Sets the value of the destination property.
        Parameters:
        value - allowed object is Destination
      • getMergeMode

        public MergeMode getMergeMode()
        Gets the value of the mergeMode property.
        Returns:
        possible object is MergeMode
      • setMergeMode

        public void setMergeMode​(MergeMode mergeMode)
        Sets the value of the mergeMode property.
        Parameters:
        mergeMode - allowed object is MergeMode
      • getReferencesType

        public java.lang.String getReferencesType()
        Gets the value of the referencesType property.
        Returns:
        possible object is String
      • setReferencesType

        public void setReferencesType​(java.lang.String value)
        Sets the value of the referencesType property.
        Parameters:
        value - allowed object is String