Class NotificationReference


  • public class NotificationReference
    extends java.lang.Object

    Java class for NotificationReference complex type.

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

     <complexType name="NotificationReference">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="context" type="{http://www.hybris.com/cockpitng/config/notifications}NotificationLinkReferenceContext" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
           <attribute name="placeholder" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
           <attribute name="link" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.hybris.com/cockpitng/config/common}MergeMode" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<NotificationLinkReferenceContext> getContext()
      Gets the value of the context property.
      java.math.BigInteger getIndex()
      Gets the value of the index property.
      java.lang.String getLabel()
      Gets the value of the label property.
      java.lang.String getLink()
      Gets the value of the link property.
      MergeMode getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getMessage()
      Gets the value of the message property.
      java.math.BigInteger getPlaceholder()
      Gets the value of the placeholder property.
      void setIndex​(java.math.BigInteger value)
      Sets the value of the index property.
      void setLabel​(java.lang.String value)
      Sets the value of the label property.
      void setLink​(java.lang.String value)
      Sets the value of the link property.
      void setMergeMode​(MergeMode value)
      Sets the value of the mergeMode property.
      void setMessage​(java.lang.String value)
      Sets the value of the message property.
      void setPlaceholder​(java.math.BigInteger value)
      Sets the value of the placeholder property.
      • Methods inherited from class java.lang.Object

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

      • index

        protected java.math.BigInteger index
      • placeholder

        protected java.math.BigInteger placeholder
      • link

        protected java.lang.String link
      • label

        protected java.lang.String label
      • message

        protected java.lang.String message
    • Constructor Detail

      • NotificationReference

        public NotificationReference()
    • Method Detail

      • getContext

        public java.util.List<NotificationLinkReferenceContext> getContext()
        Gets the value of the context 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 context property.

        For example, to add a new item, do as follows:

            getContext().add(newItem);
         

        Objects of the following type(s) are allowed in the list NotificationLinkReferenceContext

      • getIndex

        public java.math.BigInteger getIndex()
        Gets the value of the index property.
        Returns:
        possible object is BigInteger
      • setIndex

        public void setIndex​(java.math.BigInteger value)
        Sets the value of the index property.
        Parameters:
        value - allowed object is BigInteger
      • getPlaceholder

        public java.math.BigInteger getPlaceholder()
        Gets the value of the placeholder property.
        Returns:
        possible object is BigInteger
      • setPlaceholder

        public void setPlaceholder​(java.math.BigInteger value)
        Sets the value of the placeholder property.
        Parameters:
        value - allowed object is BigInteger
      • getLink

        public java.lang.String getLink()
        Gets the value of the link property.
        Returns:
        possible object is String
      • setLink

        public void setLink​(java.lang.String value)
        Sets the value of the link property.
        Parameters:
        value - allowed object is String
      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(java.lang.String value)
        Sets the value of the label 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
      • getMergeMode

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

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