Uses of Class
org.gedcomx.agent.Address
Packages that use Address
-
Uses of Address in org.gedcomx.agent
Methods in org.gedcomx.agent that return AddressModifier and TypeMethodDescriptionBuild up this address with a city.Build up this address with a country.Address.extensionElement(Object element) Address.postalCode(String postalCode) Build up this address with a postalcode.Address.stateOrProvince(String stateOrProvince) Build up this address with a state or province.Build up this address with a street.Build up this address with a street2.Build up this address with a street3.Build up this address with a street4.Build up this address with a street5.Build up this address with a street6.Build up this address with a value.Methods in org.gedcomx.agent that return types with arguments of type AddressModifier and TypeMethodDescriptionAgent.getAddresses()The addresses that belong to this person or organization.Methods in org.gedcomx.agent with parameters of type AddressModifier and TypeMethodDescriptionvoidAgent.addAddress(Address address) Add an address.Build up this agent with an address.Method parameters in org.gedcomx.agent with type arguments of type AddressModifier and TypeMethodDescriptionvoidAgent.setAddresses(List<Address> addresses) The addresses that belong to this person or organization.Constructors in org.gedcomx.agent with parameters of type Address