Package ejava.projects.edmv.xml
Class SampleGen
- java.lang.Object
-
- ejava.projects.edmv.xml.SampleGen
-
public class SampleGen extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int
personId
private static int
residenceId
private static int
vehicleId
-
Constructor Summary
Constructors Constructor Description SampleGen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dmv
createDmv()
Person
createPerson(String first, String middle, String last, String suffix)
VehicleRegistration
createVehicleRegistration(Person owner)
-