public class Person extends Object
Person part of the PeopleService| Constructor and Description |
|---|
Person() |
Person(String firstName,
String lastName) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
String |
getFirstName() |
String |
getLastName() |
void |
setAddress(Address address) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
String |
toString() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.