- server.hr - package server.hr
-
- setAddress(Person.Address) - Method in class example.xmlschema.Person
-
Sets the value of the address property.
- setDateOfBirth(XMLGregorianCalendar) - Method in class example.xmlschema.Person
-
Sets the value of the dateOfBirth property.
- setHouseNo(int) - Method in class example.xmlschema.Person.Address
-
Sets the value of the houseNo property.
- setMake(String) - Method in class example.xmlschema.Person.Car
-
Sets the value of the make property.
- setModel(String) - Method in class example.xmlschema.Person.Car
-
Sets the value of the model property.
- setName(String) - Method in class example.xmlschema.Person
-
Sets the value of the name property.
- setPostCode(String) - Method in class example.xmlschema.Person.Address
-
Sets the value of the postCode property.
- StartServer - Class in server.hr
-
Created by Jean-Philippe Belanger on 11/3/16.
- StartServer() - Constructor for class server.hr.StartServer
-