Class EventCallbackMessageType

java.lang.Object
tyler.ecf.extensions.eventcallbackmessage.EventCallbackMessageType

public class EventCallbackMessageType extends Object
The message returned from the Court Record MDE to the Filing Review MDE when the case has been created.

Java class for EventCallbackMessageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EventCallbackMessageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}SendingMDELocationID"/>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}SendingMDEProfileCode"/>
         <element ref="{urn:tyler:ecf:extensions:EventCallbackMessage}EventTypeCode"/>
         <element ref="{urn:tyler:ecf:extensions:EventCallbackMessage}Event"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • sendingMDELocationID

      protected IdentificationType sendingMDELocationID
    • sendingMDEProfileCode

      protected String sendingMDEProfileCode
    • eventTypeCode

      protected TextType eventTypeCode
    • event

      protected EventType event
  • Constructor Details

    • EventCallbackMessageType

      public EventCallbackMessageType()
  • Method Details

    • getSendingMDELocationID

      public IdentificationType getSendingMDELocationID()
      Gets the value of the sendingMDELocationID property.
      Returns:
      possible object is IdentificationType
    • setSendingMDELocationID

      public void setSendingMDELocationID(IdentificationType value)
      Sets the value of the sendingMDELocationID property.
      Parameters:
      value - allowed object is IdentificationType
    • getSendingMDEProfileCode

      public String getSendingMDEProfileCode()
      Gets the value of the sendingMDEProfileCode property.
      Returns:
      possible object is String
    • setSendingMDEProfileCode

      public void setSendingMDEProfileCode(String value)
      Sets the value of the sendingMDEProfileCode property.
      Parameters:
      value - allowed object is String
    • getEventTypeCode

      public TextType getEventTypeCode()
      Gets the value of the eventTypeCode property.
      Returns:
      possible object is TextType
    • setEventTypeCode

      public void setEventTypeCode(TextType value)
      Sets the value of the eventTypeCode property.
      Parameters:
      value - allowed object is TextType
    • getEvent

      public EventType getEvent()
      Gets the value of the event property.
      Returns:
      possible object is EventType
    • setEvent

      public void setEvent(EventType value)
      Sets the value of the event property.
      Parameters:
      value - allowed object is EventType
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object