public class EventNotification extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerLanguage
The Customer language.
|
protected DisplayOutput |
displayOutput
The Display output.
|
protected String |
eventDetails
The Event details.
|
protected EventToNotifyType |
eventToNotify
The Event to notify.
|
protected Boolean |
maintenanceRequiredFlag
The Maintenance required flag.
|
protected byte[] |
rejectedMessage
The Rejected message.
|
protected XMLGregorianCalendar |
timeStamp
The Time stamp.
|
| Constructor and Description |
|---|
EventNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerLanguage()
Gets the value of the customerLanguage property.
|
DisplayOutput |
getDisplayOutput()
Gets the value of the displayOutput property.
|
String |
getEventDetails()
Gets the value of the eventDetails property.
|
EventToNotifyType |
getEventToNotify()
Gets the value of the eventToNotify property.
|
byte[] |
getRejectedMessage()
Gets the value of the rejectedMessage property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
boolean |
isMaintenanceRequiredFlag()
Gets the value of the maintenanceRequiredFlag property.
|
void |
setCustomerLanguage(String value)
Sets the value of the customerLanguage property.
|
void |
setDisplayOutput(DisplayOutput value)
Sets the value of the displayOutput property.
|
void |
setEventDetails(String value)
Sets the value of the eventDetails property.
|
void |
setEventToNotify(EventToNotifyType value)
Sets the value of the eventToNotify property.
|
void |
setMaintenanceRequiredFlag(Boolean value)
Sets the value of the maintenanceRequiredFlag property.
|
void |
setRejectedMessage(byte[] value)
Sets the value of the rejectedMessage property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected String eventDetails
protected byte[] rejectedMessage
protected DisplayOutput displayOutput
protected XMLGregorianCalendar timeStamp
protected EventToNotifyType eventToNotify
protected Boolean maintenanceRequiredFlag
protected String customerLanguage
public String getEventDetails()
Stringpublic void setEventDetails(String value)
value - allowed object is Stringpublic byte[] getRejectedMessage()
public void setRejectedMessage(byte[] value)
value - allowed object is byte[]public DisplayOutput getDisplayOutput()
DisplayOutputpublic void setDisplayOutput(DisplayOutput value)
value - allowed object is DisplayOutputpublic XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic EventToNotifyType getEventToNotify()
EventToNotifyTypepublic void setEventToNotify(EventToNotifyType value)
value - allowed object is EventToNotifyTypepublic boolean isMaintenanceRequiredFlag()
Booleanpublic void setMaintenanceRequiredFlag(Boolean value)
value - allowed object is Booleanpublic String getCustomerLanguage()
StringCopyright © 2022. All rights reserved.