public class NotificationReferences extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
linksEnabled |
protected List<NotificationReference> |
reference |
| Constructor and Description |
|---|
NotificationReferences() |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationReference> |
getReference()
Gets the value of the reference property.
|
Boolean |
isLinksEnabled()
Gets the value of the linksEnabled property.
|
void |
setLinksEnabled(Boolean value)
Sets the value of the linksEnabled property.
|
protected List<NotificationReference> reference
protected Boolean linksEnabled
public List<NotificationReference> getReference()
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
public Boolean isLinksEnabled()
BooleanCopyright © 2018. All rights reserved.