Class VehicleRegistration


  • public class VehicleRegistration
    extends PropertyRegistrationType

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.it.ojp.gov/jxdm/3.0.3}PropertyRegistrationType">
           <sequence>
             <element name="VehicleLicensePlateID" type="{http://www.it.ojp.gov/jxdm/3.0.3}IDType"/>
             <element name="VehicleRegistrationDecal" type="{http://www.it.ojp.gov/jxdm/3.0.3}DecalType"/>
             <element name="Vehicle" type="{http://www.it.ojp.gov/jxdm/3.0.3}VehicleType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • vehicleLicensePlateID

        protected IDType vehicleLicensePlateID
      • vehicleRegistrationDecal

        protected DecalType vehicleRegistrationDecal
    • Constructor Detail

      • VehicleRegistration

        public VehicleRegistration()
        Default no-arg constructor
      • VehicleRegistration

        public VehicleRegistration​(String sourceIDText,
                                   String id,
                                   IDType vehicleLicensePlateID,
                                   DecalType vehicleRegistrationDecal,
                                   VehicleType vehicle)
        Fully-initialising value constructor
    • Method Detail

      • getVehicleLicensePlateID

        public IDType getVehicleLicensePlateID()
        Gets the value of the vehicleLicensePlateID property.
        Returns:
        possible object is IDType
      • setVehicleLicensePlateID

        public void setVehicleLicensePlateID​(IDType value)
        Sets the value of the vehicleLicensePlateID property.
        Parameters:
        value - allowed object is IDType
      • getVehicleRegistrationDecal

        public DecalType getVehicleRegistrationDecal()
        Gets the value of the vehicleRegistrationDecal property.
        Returns:
        possible object is DecalType
      • setVehicleRegistrationDecal

        public void setVehicleRegistrationDecal​(DecalType value)
        Sets the value of the vehicleRegistrationDecal property.
        Parameters:
        value - allowed object is DecalType
      • getVehicle

        public VehicleType getVehicle()
        Gets the value of the vehicle property.
        Returns:
        possible object is VehicleType
      • setVehicle

        public void setVehicle​(VehicleType value)
        Sets the value of the vehicle property.
        Parameters:
        value - allowed object is VehicleType