public class NotificationLinkReferenceContext extends Object
Java class for NotificationLinkReferenceContext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationLinkReferenceContext">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="parameter" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="evaluate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="merge-mode" type="{http://www.hybris.com/cockpitng/config/common}MergeMode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
evaluate |
protected MergeMode |
mergeMode |
protected String |
parameter |
protected String |
value |
| Constructor and Description |
|---|
NotificationLinkReferenceContext() |
| Modifier and Type | Method and Description |
|---|---|
MergeMode |
getMergeMode()
Gets the value of the mergeMode property.
|
String |
getParameter()
Gets the value of the parameter property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isEvaluate()
Gets the value of the evaluate property.
|
void |
setEvaluate(Boolean value)
Sets the value of the evaluate property.
|
void |
setMergeMode(MergeMode value)
Sets the value of the mergeMode property.
|
void |
setParameter(String value)
Sets the value of the parameter property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String parameter
protected String value
protected Boolean evaluate
protected MergeMode mergeMode
public String getParameter()
Stringpublic void setParameter(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isEvaluate()
Booleanpublic void setEvaluate(Boolean value)
value - allowed object is
Booleanpublic MergeMode getMergeMode()
MergeModeCopyright © 2018. All rights reserved.