Class Notification
- java.lang.Object
-
- com.hybris.cockpitng.config.notification.jaxb.NotificationRenderingInfo
-
- com.hybris.cockpitng.config.notification.jaxb.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 Summary
Fields Modifier and Type Field Description protected Destinationdestinationprotected java.lang.StringeventTypeprotected ImportanceLevellevelprotected MergeModemergeModeprotected java.lang.Stringmessageprotected NotificationReferencesreferencesprotected java.lang.StringreferencesTypeprotected java.math.BigIntegertimeout-
Fields inherited from class com.hybris.cockpitng.config.notification.jaxb.NotificationRenderingInfo
parameter, renderer
-
-
Constructor Summary
Constructors Constructor Description Notification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationgetDestination()Gets the value of the destination property.java.lang.StringgetEventType()Gets the value of the type property.ImportanceLevelgetLevel()Gets the value of the level property.MergeModegetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetMessage()Gets the value of the message property.NotificationReferencesgetReferences()Gets the value of the references property.java.lang.StringgetReferencesType()Gets the value of the referencesType property.java.math.BigIntegergetTimeout()Gets the value of the timeout property.voidsetDestination(Destination value)Sets the value of the destination property.voidsetEventType(java.lang.String value)Sets the value of the type property.voidsetLevel(ImportanceLevel value)Sets the value of the level property.voidsetMergeMode(MergeMode mergeMode)Sets the value of the mergeMode property.voidsetMessage(java.lang.String value)Sets the value of the message property.voidsetReferences(NotificationReferences value)Sets the value of the references property.voidsetReferencesType(java.lang.String value)Sets the value of the referencesType property.voidsetTimeout(java.math.BigInteger value)Sets the value of the timeout property.-
Methods inherited from class com.hybris.cockpitng.config.notification.jaxb.NotificationRenderingInfo
getParameter, getRenderer, setRenderer
-
-
-
-
Field Detail
-
message
protected java.lang.String message
-
timeout
protected java.math.BigInteger timeout
-
references
protected NotificationReferences references
-
eventType
protected java.lang.String eventType
-
level
protected ImportanceLevel level
-
destination
protected Destination destination
-
mergeMode
protected MergeMode mergeMode
-
referencesType
protected java.lang.String referencesType
-
-
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 isString
-
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 isBigInteger
-
getReferences
public NotificationReferences getReferences()
Gets the value of the references property.- Returns:
- possible object is
NotificationReferences
-
setReferences
public void setReferences(NotificationReferences value)
Sets the value of the references property.- Parameters:
value- allowed object isNotificationReferences
-
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 isString
-
getLevel
public ImportanceLevel getLevel()
Gets the value of the level property.- Returns:
- possible object is
ImportanceLevel
-
setLevel
public void setLevel(ImportanceLevel value)
Sets the value of the level property.- Parameters:
value- allowed object isImportanceLevel
-
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 isDestination
-
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 isMergeMode
-
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 isString
-
-