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 VehicleTypevehicleprotected IDTypevehicleLicensePlateIDprotected DecalTypevehicleRegistrationDecal-
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 VehicleTypegetVehicle()Gets the value of the vehicle property.IDTypegetVehicleLicensePlateID()Gets the value of the vehicleLicensePlateID property.DecalTypegetVehicleRegistrationDecal()Gets the value of the vehicleRegistrationDecal property.voidsetVehicle(VehicleType value)Sets the value of the vehicle property.voidsetVehicleLicensePlateID(IDType value)Sets the value of the vehicleLicensePlateID property.voidsetVehicleRegistrationDecal(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
-
-