Class NotificationDestination
- java.lang.Object
-
- com.hybris.cockpitng.config.notification.jaxb.NotificationDestination
-
public class NotificationDestination extends java.lang.ObjectJava class for NotificationDestination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationDestination"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="level" use="required" type="{http://www.hybris.com/cockpitng/config/notifications}ImportanceLevel" /> <attribute name="destination" type="{http://www.hybris.com/cockpitng/config/notifications}Destination" default="GLOBAL" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Destinationdestinationprotected ImportanceLevellevel
-
Constructor Summary
Constructors Constructor Description NotificationDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationgetDestination()Gets the value of the destination property.ImportanceLevelgetLevel()Gets the value of the level property.voidsetDestination(Destination value)Sets the value of the destination property.voidsetLevel(ImportanceLevel value)Sets the value of the level property.
-
-
-
Field Detail
-
level
protected ImportanceLevel level
-
destination
protected Destination destination
-
-
Method Detail
-
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
-
-