Class EventVariableType
java.lang.Object
tyler.ecf.extensions.eventcallbackmessage.EventVariableType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eventKey property.Gets the value of the eventValue property.void
setEventKey
(TextType value) Sets the value of the eventKey property.void
setEventValue
(TextType value) Sets the value of the eventValue property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
eventKey
-
eventValue
-
-
Constructor Details
-
EventVariableType
public EventVariableType()
-
-
Method Details
-
getEventKey
Gets the value of the eventKey property.- Returns:
- possible object is
TextType
-
setEventKey
Sets the value of the eventKey property.- Parameters:
value
- allowed object isTextType
-
getEventValue
Gets the value of the eventValue property.- Returns:
- possible object is
TextType
-
setEventValue
Sets the value of the eventValue property.- Parameters:
value
- allowed object isTextType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-