| 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 List<Address> |
Person.address |
protected List<Address> |
Location.address |
protected List<Address> |
Contact.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
ObjectFactory.createAddress()
Create an instance of
Address |
| 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> |
Location.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)
|
Copyright © 2013. All Rights Reserved.