Class NotificationReferences


  • public class NotificationReferences
    extends java.lang.Object

    Java class for NotificationReferences complex type.

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

     <complexType name="NotificationReferences">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="reference" type="{http://www.hybris.com/cockpitng/config/notifications}NotificationReference" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="linksEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • linksEnabled

        protected java.lang.Boolean linksEnabled
    • Constructor Detail

      • NotificationReferences

        public NotificationReferences()
    • Method Detail

      • getReference

        public java.util.List<NotificationReference> getReference()
        Gets the value of the reference 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 reference property.

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

            getReference().add(newItem);
         

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

      • isLinksEnabled

        public java.lang.Boolean isLinksEnabled()
        Gets the value of the linksEnabled property.
        Returns:
        possible object is Boolean
      • setLinksEnabled

        public void setLinksEnabled​(java.lang.Boolean value)
        Sets the value of the linksEnabled property.
        Parameters:
        value - allowed object is Boolean