| 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.person |
protected List<Person> |
Contact.person |
| Modifier and Type | Method and Description |
|---|---|
Person |
ObjectFactory.createPerson()
Create an instance of
Person |
Person |
Person.withAdditionalNames(String value) |
Person |
Person.withAddress(Address... values) |
Person |
Person.withAddress(Collection<Address> values) |
Person |
Person.withComChannel(Collection<ComChannel> values) |
Person |
Person.withComChannel(ComChannel... values) |
Person |
Person.withFamilyName(String value) |
Person |
Person.withFirstName(String value) |
Person |
Person.withJobTitle(String value) |
Person |
Person.withLanguages(Collection<String> values) |
Person |
Person.withLanguages(String... values) |
Person |
Person.withNamePrefix(String value) |
Person |
Person.withNameSuffix(String value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Person> |
ObjectFactory.createPerson(Person value)
|
List<Person> |
Employee.getPerson()
Gets the value of the person property.
|
List<Person> |
Contact.getPerson()
Gets the value of the person property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Person> |
ObjectFactory.createPerson(Person value)
|
Employee |
Employee.withPerson(Person... values) |
Contact |
Contact.withPerson(Person... values) |
| Modifier and Type | Method and Description |
|---|---|
Employee |
Employee.withPerson(Collection<Person> values) |
Contact |
Contact.withPerson(Collection<Person> values) |
Copyright © 2016. All rights reserved.