Class 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 Detail

      • eventDetails

        protected String eventDetails
        The Event details.
      • rejectedMessage

        protected byte[] rejectedMessage
        The Rejected message.
      • displayOutput

        protected DisplayOutput displayOutput
        The Display output.
      • maintenanceRequiredFlag

        protected Boolean maintenanceRequiredFlag
        The Maintenance required flag.
      • customerLanguage

        protected String customerLanguage
        The Customer language.
    • Constructor Detail

      • EventNotification

        public EventNotification()
    • 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 is String
      • 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 is DisplayOutput
      • setEventToNotify

        public void setEventToNotify​(EventToNotifyType value)
        Sets the value of the eventToNotify property.
        Parameters:
        value - allowed object is EventToNotifyType
      • 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 is Boolean
      • getCustomerLanguage

        public String getCustomerLanguage()
        Gets the value of the customerLanguage property.
        Returns:
        possible object is String
      • setCustomerLanguage

        public void setCustomerLanguage​(String value)
        Sets the value of the customerLanguage property.
        Parameters:
        value - allowed object is String