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 void
EDmvIngestor. 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 void
ParserTestEJB. 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 void
ParserTestEJB. check(Person p, List<Person> people)
protected void
ParserTestEJB. 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 Person
SampleGen. 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 VehicleRegistration
SampleGen. 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 Person
ObjectFactory. 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. person
Methods 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
-