Package com.adyen.model.nexo
Class EventNotification
- java.lang.Object
-
- com.adyen.model.nexo.EventNotification
-
public class EventNotification extends Object
Definition: Content of the EventNotification messageType. -- Usage: It conveys Information related to the event, and possible action (maintenance, messageType to display).Java class for EventNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventNotification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EventDetails" type="{}EventDetails" minOccurs="0"/> <element name="RejectedMessage" type="{}RejectedMessage" minOccurs="0"/> <element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/> </sequence> <attribute name="TimeStamp" use="required" type="{}TimeStamp" /> <attribute name="EventToNotify" use="required" type="{}EventToNotifyType" /> <attribute name="MaintenanceRequiredFlag" type="{}MaintenanceRequiredFlag" default="false" /> <attribute name="CustomerLanguage" type="{}ISOLanguage2A" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcustomerLanguageThe Customer language.protected DisplayOutputdisplayOutputThe Display output.protected StringeventDetailsThe Event details.protected EventToNotifyTypeeventToNotifyThe Event to notify.protected BooleanmaintenanceRequiredFlagThe Maintenance required flag.protected byte[]rejectedMessageThe Rejected message.protected XMLGregorianCalendartimeStampThe Time stamp.
-
Constructor Summary
Constructors Constructor Description EventNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerLanguage()Gets the value of the customerLanguage property.DisplayOutputgetDisplayOutput()Gets the value of the displayOutput property.StringgetEventDetails()Gets the value of the eventDetails property.EventToNotifyTypegetEventToNotify()Gets the value of the eventToNotify property.byte[]getRejectedMessage()Gets the value of the rejectedMessage property.XMLGregorianCalendargetTimeStamp()Gets the value of the timeStamp property.booleanisMaintenanceRequiredFlag()Gets the value of the maintenanceRequiredFlag property.voidsetCustomerLanguage(String value)Sets the value of the customerLanguage property.voidsetDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidsetEventDetails(String value)Sets the value of the eventDetails property.voidsetEventToNotify(EventToNotifyType value)Sets the value of the eventToNotify property.voidsetMaintenanceRequiredFlag(Boolean value)Sets the value of the maintenanceRequiredFlag property.voidsetRejectedMessage(byte[] value)Sets the value of the rejectedMessage property.voidsetTimeStamp(XMLGregorianCalendar value)Sets the value of the timeStamp property.
-
-
-
Field Detail
-
eventDetails
protected String eventDetails
The Event details.
-
rejectedMessage
protected byte[] rejectedMessage
The Rejected message.
-
displayOutput
protected DisplayOutput displayOutput
The Display output.
-
timeStamp
protected XMLGregorianCalendar timeStamp
The Time stamp.
-
eventToNotify
protected EventToNotifyType eventToNotify
The Event to notify.
-
maintenanceRequiredFlag
protected Boolean maintenanceRequiredFlag
The Maintenance required flag.
-
customerLanguage
protected String customerLanguage
The Customer language.
-
-
Method Detail
-
getEventDetails
public String getEventDetails()
Gets the value of the eventDetails property.- Returns:
- possible object is
String
-
setEventDetails
public void setEventDetails(String value)
Sets the value of the eventDetails property.- Parameters:
value- allowed object isString
-
getRejectedMessage
public byte[] getRejectedMessage()
Gets the value of the rejectedMessage property.- Returns:
- possible object is byte[]
-
setRejectedMessage
public void setRejectedMessage(byte[] value)
Sets the value of the rejectedMessage property.- Parameters:
value- allowed object is byte[]
-
getDisplayOutput
public DisplayOutput getDisplayOutput()
Gets the value of the displayOutput property.- Returns:
- possible object is
DisplayOutput
-
setDisplayOutput
public void setDisplayOutput(DisplayOutput value)
Sets the value of the displayOutput property.- Parameters:
value- allowed object isDisplayOutput
-
getTimeStamp
public XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimeStamp
public void setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEventToNotify
public EventToNotifyType getEventToNotify()
Gets the value of the eventToNotify property.- Returns:
- possible object is
EventToNotifyType
-
setEventToNotify
public void setEventToNotify(EventToNotifyType value)
Sets the value of the eventToNotify property.- Parameters:
value- allowed object isEventToNotifyType
-
isMaintenanceRequiredFlag
public boolean isMaintenanceRequiredFlag()
Gets the value of the maintenanceRequiredFlag property.- Returns:
- possible object is
Boolean
-
setMaintenanceRequiredFlag
public void setMaintenanceRequiredFlag(Boolean value)
Sets the value of the maintenanceRequiredFlag property.- Parameters:
value- allowed object isBoolean
-
getCustomerLanguage
public String getCustomerLanguage()
Gets the value of the customerLanguage property.- Returns:
- possible object is
String
-
-