Package gov.ojp.it.jxdm._3_0
Class VehicleRegistration
- java.lang.Object
-
- gov.ojp.it.jxdm._3_0.SuperType
-
- gov.ojp.it.jxdm._3_0.PropertyRegistrationType
-
- gov.ojp.it.jxdm._3_0.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 Summary
Fields Modifier and Type Field Description protected VehicleType
vehicle
protected IDType
vehicleLicensePlateID
protected DecalType
vehicleRegistrationDecal
-
Fields inherited from class gov.ojp.it.jxdm._3_0.SuperType
id, sourceIDText
-
-
Constructor Summary
Constructors Constructor Description VehicleRegistration()
Default no-arg constructorVehicleRegistration(String sourceIDText, String id, IDType vehicleLicensePlateID, DecalType vehicleRegistrationDecal, VehicleType vehicle)
Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VehicleType
getVehicle()
Gets the value of the vehicle property.IDType
getVehicleLicensePlateID()
Gets the value of the vehicleLicensePlateID property.DecalType
getVehicleRegistrationDecal()
Gets the value of the vehicleRegistrationDecal property.void
setVehicle(VehicleType value)
Sets the value of the vehicle property.void
setVehicleLicensePlateID(IDType value)
Sets the value of the vehicleLicensePlateID property.void
setVehicleRegistrationDecal(DecalType value)
Sets the value of the vehicleRegistrationDecal property.-
Methods inherited from class gov.ojp.it.jxdm._3_0.SuperType
getId, getSourceIDText, setId, setSourceIDText
-
-
-
-
Field Detail
-
vehicleLicensePlateID
protected IDType vehicleLicensePlateID
-
vehicleRegistrationDecal
protected DecalType vehicleRegistrationDecal
-
vehicle
protected VehicleType vehicle
-
-
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 isIDType
-
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 isDecalType
-
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 isVehicleType
-
-