| Package | Description |
|---|---|
| org.cip4.lib.xjdf.builder | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
Address |
ContactBuilder.addAddress(String street,
String postalCode,
String city) |
Address |
ContactBuilder.addAddress(String street,
String postalCode,
String city,
String country,
String countryCode)
Create and add address node to contact.
|
| Modifier and Type | Field and Description |
|---|---|
protected Address |
Location.address |
| Modifier and Type | Field and Description |
|---|---|
protected List<Address> |
Person.address |
protected List<Address> |
Contact.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
ObjectFactory.createAddress()
Create an instance of
Address |
Address |
Location.getAddress()
Gets the value of the address property.
|
Address |
Address.withCity(String value) |
Address |
Address.withCountry(String value) |
Address |
Address.withCountryCode(String value) |
Address |
Address.withExtendedAddress(String value) |
Address |
Address.withPostalCode(String value) |
Address |
Address.withPostBox(String value) |
Address |
Address.withRegion(String value) |
Address |
Address.withStreet(String value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Address> |
ObjectFactory.createAddress(Address value)
|
List<Address> |
Person.getAddress()
Gets the value of the address property.
|
List<Address> |
Contact.getAddress()
Gets the value of the address property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Address> |
ObjectFactory.createAddress(Address value)
|
void |
Location.setAddress(Address value)
Sets the value of the address property.
|
Person |
Person.withAddress(Address... values) |
Contact |
Contact.withAddress(Address... values) |
Location |
Location.withAddress(Address value) |
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.withAddress(Collection<Address> values) |
Contact |
Contact.withAddress(Collection<Address> values) |
Copyright © 2016. All rights reserved.