|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| org.gedcomx.agent | The contributor model. |
| Uses of Address in org.gedcomx.agent |
|---|
| Methods in org.gedcomx.agent that return Address | |
|---|---|
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.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. |
| Methods in org.gedcomx.agent that return types with arguments of type Address | |
|---|---|
List<Address> |
Agent.getAddresses()
The addresses that belong to this person or organization. |
| Methods in org.gedcomx.agent with parameters of type Address | |
|---|---|
void |
Agent.addAddress(Address address)
Add an address. |
Agent |
Agent.address(Address address)
Build up this agent with an address. |
| Method parameters in org.gedcomx.agent with type arguments of type Address | |
|---|---|
void |
Agent.setAddresses(List<Address> addresses)
The addresses that belong to this person or organization. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||