Class EventCallbackMessageType
java.lang.Object
tyler.ecf.extensions.eventcallbackmessage.EventCallbackMessageType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected EventType
protected TextType
protected IdentificationType
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
Gets the value of the event property.Gets the value of the eventTypeCode property.Gets the value of the sendingMDELocationID property.Gets the value of the sendingMDEProfileCode property.void
Sets the value of the event property.void
setEventTypeCode
(TextType value) Sets the value of the eventTypeCode property.void
Sets the value of the sendingMDELocationID property.void
setSendingMDEProfileCode
(String value) Sets the value of the sendingMDEProfileCode property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
sendingMDELocationID
-
sendingMDEProfileCode
-
eventTypeCode
-
event
-
-
Constructor Details
-
EventCallbackMessageType
public EventCallbackMessageType()
-
-
Method Details
-
getSendingMDELocationID
Gets the value of the sendingMDELocationID property.- Returns:
- possible object is
IdentificationType
-
setSendingMDELocationID
Sets the value of the sendingMDELocationID property.- Parameters:
value
- allowed object isIdentificationType
-
getSendingMDEProfileCode
Gets the value of the sendingMDEProfileCode property.- Returns:
- possible object is
String
-
setSendingMDEProfileCode
Sets the value of the sendingMDEProfileCode property.- Parameters:
value
- allowed object isString
-
getEventTypeCode
Gets the value of the eventTypeCode property.- Returns:
- possible object is
TextType
-
setEventTypeCode
Sets the value of the eventTypeCode property.- Parameters:
value
- allowed object isTextType
-
getEvent
Gets the value of the event property.- Returns:
- possible object is
EventType
-
setEvent
Sets the value of the event property.- Parameters:
value
- allowed object isEventType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-