| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected Person |
Contact.person |
| Modifier and Type | Method and Description |
|---|---|
Person |
ObjectFactory.createPerson()
Create an instance of
Person |
Person |
Contact.getPerson()
Gets the value of the person property.
|
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)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Person> |
ObjectFactory.createPerson(Person value)
|
void |
Contact.setPerson(Person value)
Sets the value of the person property.
|
Contact |
Contact.withPerson(Person value) |
Copyright © 2016. All rights reserved.