Package tyler.ecf.extensions.common
Class 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 Summary
FieldsFields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4.DrivingIncidentType
incidentAugmentation, incidentVehicleAssociation, redLightCameraIndicator
Fields inherited from class gov.niem.niem.domains.jxdm._4.DrivingIncidentType
drivingAccidentSeverity, drivingIncidentHazMat, drivingIncidentLaserDetectionIndicator, drivingIncidentLegalSpeedRate, drivingIncidentPassengerQuantityText, drivingIncidentRadarDetectionIndicator, drivingIncidentRecordedSpeedRate
Fields inherited from class gov.niem.niem.niem_core._2.IncidentType
incidentLocation
Fields inherited from class gov.niem.niem.niem_core._2.ActivityType
activityDateRepresentation, activityDescriptionText, activityDisposition, activityIdentification, activityStatus
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actualSpeedRate property.Gets the value of the legalSpeedRate property.void
setActualSpeedRate
(MeasureType value) Sets the value of the actualSpeedRate property.void
setLegalSpeedRate
(MeasureType value) Sets the value of the legalSpeedRate property.toString()
Generates a String representation of the contents of this type.Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4.DrivingIncidentType
getIncidentAugmentation, getIncidentVehicleAssociation, getRedLightCameraIndicator, setIncidentAugmentation, setRedLightCameraIndicator
Methods inherited from class gov.niem.niem.domains.jxdm._4.DrivingIncidentType
getDrivingAccidentSeverity, getDrivingIncidentHazMat, getDrivingIncidentLaserDetectionIndicator, getDrivingIncidentLegalSpeedRate, getDrivingIncidentPassengerQuantityText, getDrivingIncidentRadarDetectionIndicator, getDrivingIncidentRecordedSpeedRate, setDrivingAccidentSeverity, setDrivingIncidentHazMat, setDrivingIncidentLaserDetectionIndicator, setDrivingIncidentLegalSpeedRate, setDrivingIncidentPassengerQuantityText, setDrivingIncidentRecordedSpeedRate
Methods inherited from class gov.niem.niem.niem_core._2.IncidentType
getIncidentLocation, setIncidentLocation
Methods inherited from class gov.niem.niem.niem_core._2.ActivityType
getActivityDateRepresentation, getActivityDescriptionText, getActivityDisposition, getActivityIdentification, getActivityStatus, setActivityDateRepresentation, setActivityDescriptionText, setActivityStatus
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
legalSpeedRate
-
actualSpeedRate
-
-
Constructor Details
-
DrivingIncidentType
public DrivingIncidentType()
-
-
Method Details
-
getLegalSpeedRate
Gets the value of the legalSpeedRate property.- Returns:
- possible object is
MeasureType
-
setLegalSpeedRate
Sets the value of the legalSpeedRate property.- Parameters:
value
- allowed object isMeasureType
-
getActualSpeedRate
Gets the value of the actualSpeedRate property.- Returns:
- possible object is
MeasureType
-
setActualSpeedRate
Sets the value of the actualSpeedRate property.- Parameters:
value
- allowed object isMeasureType
-
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 classDrivingIncidentType
-