| Package | Description |
|---|---|
| org.cip4.lib.xjdf.builder | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
Person |
ContactBuilder.addPerson(String familyName,
String firstName,
String namePrefix)
Create and add person node to contact.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Person> |
Employee.persons |
protected List<Person> |
Contact.persons |
| Modifier and Type | Method and Description |
|---|---|
Person |
ObjectFactory.createPerson()
Create an instance of
Person |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Person> |
ObjectFactory.createPerson(Person value)
|
List<Person> |
Employee.getPersons()
Gets the value of the persons property.
|
List<Person> |
Contact.getPersons()
Gets the value of the persons property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Person> |
ObjectFactory.createPerson(Person value)
|
Copyright © 2012. All Rights Reserved.