Class CourtEventType

java.lang.Object
tyler.ecf.extensions.common.CourtEventType

public class CourtEventType extends Object

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 Details

    • filingCode

      protected TextType filingCode
    • motionTypeCode

      protected TextType motionTypeCode
  • Constructor Details

    • CourtEventType

      public CourtEventType()
  • Method Details

    • getFilingCode

      public TextType getFilingCode()
      Gets the value of the filingCode property.
      Returns:
      possible object is TextType
    • setFilingCode

      public void setFilingCode(TextType value)
      Sets the value of the filingCode property.
      Parameters:
      value - allowed object is TextType
    • getMotionTypeCode

      public TextType getMotionTypeCode()
      Gets the value of the motionTypeCode property.
      Returns:
      possible object is TextType
    • setMotionTypeCode

      public void setMotionTypeCode(TextType value)
      Sets the value of the motionTypeCode 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