| Package | Description |
|---|---|
| org.gedcomx.agent |
The contributor model.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.city(String city)
Build up this address with a city.
|
Address |
Address.country(String country)
Build up this address with a country.
|
Address |
Address.extensionElement(Object element) |
Address |
Address.id(String id) |
Address |
Address.postalCode(String postalCode)
Build up this address with a postalcode.
|
Address |
Address.stateOrProvince(String stateOrProvince)
Build up this address with a state or province.
|
Address |
Address.street(String street)
Build up this address with a street.
|
Address |
Address.street2(String street2)
Build up this address with a street2.
|
Address |
Address.street3(String street3)
Build up this address with a street3.
|
Address |
Address.street4(String street4)
Build up this address with a street4.
|
Address |
Address.street5(String street5)
Build up this address with a street5.
|
Address |
Address.street6(String street6)
Build up this address with a street6.
|
Address |
Address.value(String value)
Build up this address with a value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Agent.getAddresses()
The addresses that belong to this person or organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.addAddress(Address address)
Add an address.
|
Agent |
Agent.address(Address address)
Build up this agent with an address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.setAddresses(List<Address> addresses)
The addresses that belong to this person or organization.
|
Copyright © 2016. All rights reserved.