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 voidEDmvIngestor. 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 voidParserTestEJB. 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 VehicleRegistrationSampleGen. 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 VehicleRegistrationObjectFactory. 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. vehicleRegistrationMethods 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
-