Uses of Class
gov.ojp.it.jxdm._3_0.VehicleRegistration
-
Packages that use VehicleRegistration Package Description ejava.projects.edmv.blimpl ejava.projects.edmv.ejb ejava.projects.edmv.xml gov.ojp.it.jxdm._3_0 info.ejava.projects.edmv._1 -
-
Uses of VehicleRegistration in ejava.projects.edmv.blimpl
Methods in ejava.projects.edmv.blimpl with parameters of type VehicleRegistration Modifier and Type Method Description private void
EDmvIngestor. createRegistration(VehicleRegistration registrationDTO)
This method is called by the main ingest processing loop. -
Uses of VehicleRegistration in ejava.projects.edmv.ejb
Methods in ejava.projects.edmv.ejb with parameters of type VehicleRegistration Modifier and Type Method Description protected void
ParserTestEJB. check(VehicleRegistration r, List<Person> people)
-
Uses of VehicleRegistration in ejava.projects.edmv.xml
Methods in ejava.projects.edmv.xml that return VehicleRegistration Modifier and Type Method Description VehicleRegistration
SampleGen. createVehicleRegistration(Person owner)
-
Uses of VehicleRegistration in gov.ojp.it.jxdm._3_0
Methods in gov.ojp.it.jxdm._3_0 that return VehicleRegistration Modifier and Type Method Description VehicleRegistration
ObjectFactory. createVehicleRegistration()
Create an instance ofVehicleRegistration
-
Uses of VehicleRegistration in info.ejava.projects.edmv._1
Fields in info.ejava.projects.edmv._1 with type parameters of type VehicleRegistration Modifier and Type Field Description protected List<VehicleRegistration>
VehicleRegistrationsType. vehicleRegistration
Methods in info.ejava.projects.edmv._1 that return types with arguments of type VehicleRegistration Modifier and Type Method Description List<VehicleRegistration>
VehicleRegistrationsType. getVehicleRegistration()
Gets the value of the vehicleRegistration property.Constructor parameters in info.ejava.projects.edmv._1 with type arguments of type VehicleRegistration Constructor Description VehicleRegistrationsType(List<VehicleRegistration> vehicleRegistration)
Fully-initialising value constructor
-