Uses of Class
gov.ojp.it.jxdm._3_0.Person
-
Packages that use Person 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 Person in ejava.projects.edmv.blimpl
Methods in ejava.projects.edmv.blimpl with parameters of type Person Modifier and Type Method Description private voidEDmvIngestor. createPerson(Person personDTO)This method is called by the main ingest processing loop. -
Uses of Person in ejava.projects.edmv.ejb
Methods in ejava.projects.edmv.ejb with parameters of type Person Modifier and Type Method Description protected voidParserTestEJB. check(Person p, List<Person> people)Method parameters in ejava.projects.edmv.ejb with type arguments of type Person Modifier and Type Method Description protected voidParserTestEJB. check(Person p, List<Person> people)protected voidParserTestEJB. check(VehicleRegistration r, List<Person> people) -
Uses of Person in ejava.projects.edmv.xml
Methods in ejava.projects.edmv.xml that return Person Modifier and Type Method Description PersonSampleGen. createPerson(String first, String middle, String last, String suffix)Methods in ejava.projects.edmv.xml with parameters of type Person Modifier and Type Method Description VehicleRegistrationSampleGen. createVehicleRegistration(Person owner) -
Uses of Person in gov.ojp.it.jxdm._3_0
Methods in gov.ojp.it.jxdm._3_0 that return Person Modifier and Type Method Description PersonObjectFactory. createPerson()Create an instance ofPerson -
Uses of Person in info.ejava.projects.edmv._1
Fields in info.ejava.projects.edmv._1 with type parameters of type Person Modifier and Type Field Description protected List<Person>PersonsType. personMethods in info.ejava.projects.edmv._1 that return types with arguments of type Person Modifier and Type Method Description List<Person>PersonsType. getPerson()Gets the value of the person property.Constructor parameters in info.ejava.projects.edmv._1 with type arguments of type Person Constructor Description PersonsType(List<Person> person)Fully-initialising value constructor
-