Uses of Class
org.gbif.api.model.collections.Address
Packages that use Address
-
Uses of Address in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return AddressModifier and TypeMethodDescription@Valid AddressCollection.getAddress()Address where this collection is situated.Contactable.getAddress()Physical or associated address.@Valid AddressInstitution.getAddress()@Valid AddressCollection.getMailingAddress()Address used to send/receive physical mail.Contactable.getMailingAddress()Address used to send and receive mail.@Valid AddressInstitution.getMailingAddress()Methods in org.gbif.api.model.collections with parameters of type AddressModifier and TypeMethodDescriptionbooleanAddress.lenientEquals(Address other) voidCollection.setAddress(Address address) voidContactable.setAddress(Address address) voidInstitution.setAddress(Address address) voidCollection.setMailingAddress(Address mailingAddress) voidContactable.setMailingAddress(Address mailingAddress) voidInstitution.setMailingAddress(Address mailingAddress)