Class DrivingIncidentType


public class DrivingIncidentType extends DrivingIncidentType

Java class for DrivingIncidentType complex type.

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

 <complexType name="DrivingIncidentType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CitationCase-4.0}DrivingIncidentType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}LegalSpeedRate" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ActualSpeedRate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • legalSpeedRate

      protected MeasureType legalSpeedRate
    • actualSpeedRate

      protected MeasureType actualSpeedRate
  • Constructor Details

    • DrivingIncidentType

      public DrivingIncidentType()
  • Method Details

    • getLegalSpeedRate

      public MeasureType getLegalSpeedRate()
      Gets the value of the legalSpeedRate property.
      Returns:
      possible object is MeasureType
    • setLegalSpeedRate

      public void setLegalSpeedRate(MeasureType value)
      Sets the value of the legalSpeedRate property.
      Parameters:
      value - allowed object is MeasureType
    • getActualSpeedRate

      public MeasureType getActualSpeedRate()
      Gets the value of the actualSpeedRate property.
      Returns:
      possible object is MeasureType
    • setActualSpeedRate

      public void setActualSpeedRate(MeasureType value)
      Sets the value of the actualSpeedRate property.
      Parameters:
      value - allowed object is MeasureType
    • 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 DrivingIncidentType