| Package | Description |
|---|---|
| org.cip4.lib.xjdf.builder | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
Company |
ContactBuilder.addCompany(String organizationName)
Create and add company node to contact.
|
Company |
ContactBuilder.addCompany(String organizationName,
String unit)
Create and add company node to contact.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Company> |
Contact.company |
| Modifier and Type | Method and Description |
|---|---|
Company |
ObjectFactory.createCompany()
Create an instance of
Company |
Company |
Company.withOrganizationalUnit(String value) |
Company |
Company.withOrganizationName(String value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Company> |
ObjectFactory.createCompany(Company value)
|
List<Company> |
Contact.getCompany()
Gets the value of the company property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Company> |
ObjectFactory.createCompany(Company value)
|
Contact |
Contact.withCompany(Company... values) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.withCompany(Collection<Company> values) |
Copyright © 2016. All rights reserved.