Package tyler.ecf.extensions.common
Class CourtEventType
java.lang.Object
tyler.ecf.extensions.common.CourtEventType
Java class for CourtEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CourtEventType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}FilingCode" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}MotionTypeCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the filingCode property.Gets the value of the motionTypeCode property.void
setFilingCode
(TextType value) Sets the value of the filingCode property.void
setMotionTypeCode
(TextType value) Sets the value of the motionTypeCode property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
filingCode
-
motionTypeCode
-
-
Constructor Details
-
CourtEventType
public CourtEventType()
-
-
Method Details
-
getFilingCode
Gets the value of the filingCode property.- Returns:
- possible object is
TextType
-
setFilingCode
Sets the value of the filingCode property.- Parameters:
value
- allowed object isTextType
-
getMotionTypeCode
Gets the value of the motionTypeCode property.- Returns:
- possible object is
TextType
-
setMotionTypeCode
Sets the value of the motionTypeCode 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
-