public class EventNotificationType extends Object
Java class for EventNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventNotificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EventDetails" type="{}EventDetailsType" minOccurs="0"/>
<element name="RejectedMessage" type="{}RejectedMessageType" minOccurs="0"/>
<element name="DisplayOutput" type="{}DisplayOutputType" minOccurs="0"/>
</sequence>
<attribute name="TimeStamp" use="required" type="{}TimeStampType" />
<attribute name="EventToNotify" use="required" type="{}EventToNotifyTypeCode" />
<attribute name="MaintenanceRequiredFlag" type="{}MaintenanceRequiredFlagType" default="false" />
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerLanguage |
protected DisplayOutputType |
displayOutput |
protected String |
eventDetails |
protected String |
eventToNotify |
protected Boolean |
maintenanceRequiredFlag |
protected byte[] |
rejectedMessage |
protected XMLGregorianCalendar |
timeStamp |
| Constructor and Description |
|---|
EventNotificationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerLanguage()
Gets the value of the customerLanguage property.
|
DisplayOutputType |
getDisplayOutput()
Gets the value of the displayOutput property.
|
String |
getEventDetails()
Gets the value of the eventDetails property.
|
String |
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(DisplayOutputType value)
Sets the value of the displayOutput property.
|
void |
setEventDetails(String value)
Sets the value of the eventDetails property.
|
void |
setEventToNotify(String 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 DisplayOutputType displayOutput
protected XMLGregorianCalendar timeStamp
protected String 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 DisplayOutputType getDisplayOutput()
DisplayOutputTypepublic void setDisplayOutput(DisplayOutputType value)
value - allowed object is
DisplayOutputTypepublic XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getEventToNotify()
Stringpublic void setEventToNotify(String value)
value - allowed object is
Stringpublic boolean isMaintenanceRequiredFlag()
Booleanpublic void setMaintenanceRequiredFlag(Boolean value)
value - allowed object is
Booleanpublic String getCustomerLanguage()
StringCopyright © 2018. All rights reserved.