| Package | Description |
|---|---|
| org.cip4.lib.xjdf.builder |
| Modifier and Type | Method and Description |
|---|---|
ContactBuilder |
ContactBuilder.addAddress(String street,
String postalCode,
String city,
String country)
Create and add address node to contact.
|
ContactBuilder |
ContactBuilder.addComChannel(String channelType,
String locator)
Create and add ComChannel node to contact.
|
ContactBuilder |
ContactBuilder.addCompany(String name,
String unit)
Create and add company node to contact.
|
ContactBuilder |
ContactBuilder.addContactType(Object contactType)
Add contact type to contact node.
|
ContactBuilder |
ContactBuilder.addContactType(Object[] contactTypes)
Add array of contact types to contact node.
|
ContactBuilder |
ContactBuilder.addContactType(String contactType)
Add contact type to contact node.
|
ContactBuilder |
ContactBuilder.addPerson(String familyName,
String firstName,
String namePrefix)
Create and add person node to contact.
|
static ContactBuilder |
ContactBuilder.newInstance()
Create and return a new instance of ContactBuilder.
|
Copyright © 2012. All Rights Reserved.