Class EventVariableType

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

public class EventVariableType extends Object

Java class for EventVariableType complex type.

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

 <complexType name="EventVariableType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:EventCallbackMessage}EventKey"/>
         <element ref="{urn:tyler:ecf:extensions:EventCallbackMessage}EventValue"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • eventKey

      protected TextType eventKey
    • eventValue

      protected TextType eventValue
  • Constructor Details

    • EventVariableType

      public EventVariableType()
  • Method Details

    • getEventKey

      public TextType getEventKey()
      Gets the value of the eventKey property.
      Returns:
      possible object is TextType
    • setEventKey

      public void setEventKey(TextType value)
      Sets the value of the eventKey property.
      Parameters:
      value - allowed object is TextType
    • getEventValue

      public TextType getEventValue()
      Gets the value of the eventValue property.
      Returns:
      possible object is TextType
    • setEventValue

      public void setEventValue(TextType value)
      Sets the value of the eventValue property.
      Parameters:
      value - allowed object is TextType
    • 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