Package info.ejava.projects.edmv._1
Class Dmv
- java.lang.Object
-
- info.ejava.projects.edmv._1.Dmv
-
public class Dmv extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="people" type="{http://ejava.info/projects/eDmv/1.0}PersonsType" minOccurs="0"/> <element name="vehicleRegistrations" type="{http://ejava.info/projects/eDmv/1.0}VehicleRegistrationsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PersonsType
people
protected VehicleRegistrationsType
vehicleRegistrations
-
Constructor Summary
Constructors Constructor Description Dmv()
Default no-arg constructorDmv(PersonsType people, VehicleRegistrationsType vehicleRegistrations)
Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonsType
getPeople()
Gets the value of the people property.VehicleRegistrationsType
getVehicleRegistrations()
Gets the value of the vehicleRegistrations property.void
setPeople(PersonsType value)
Sets the value of the people property.void
setVehicleRegistrations(VehicleRegistrationsType value)
Sets the value of the vehicleRegistrations property.
-
-
-
Field Detail
-
people
protected PersonsType people
-
vehicleRegistrations
protected VehicleRegistrationsType vehicleRegistrations
-
-
Constructor Detail
-
Dmv
public Dmv()
Default no-arg constructor
-
Dmv
public Dmv(PersonsType people, VehicleRegistrationsType vehicleRegistrations)
Fully-initialising value constructor
-
-
Method Detail
-
getPeople
public PersonsType getPeople()
Gets the value of the people property.- Returns:
- possible object is
PersonsType
-
setPeople
public void setPeople(PersonsType value)
Sets the value of the people property.- Parameters:
value
- allowed object isPersonsType
-
getVehicleRegistrations
public VehicleRegistrationsType getVehicleRegistrations()
Gets the value of the vehicleRegistrations property.- Returns:
- possible object is
VehicleRegistrationsType
-
setVehicleRegistrations
public void setVehicleRegistrations(VehicleRegistrationsType value)
Sets the value of the vehicleRegistrations property.- Parameters:
value
- allowed object isVehicleRegistrationsType
-
-