Uses of Class
org.gbif.api.model.collections.Address
-
Packages that use Address Package Description org.gbif.api.model.collections -
-
Uses of Address in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return Address Modifier and Type Method Description @Valid AddressCollection. getAddress()Address where this collection is situated.AddressContactable. getAddress()Physical or associated address.@Valid AddressInstitution. getAddress()@Valid AddressCollection. getMailingAddress()Address used to send/receive physical mail.AddressContactable. getMailingAddress()Address used to send and receive mail.@Valid AddressInstitution. getMailingAddress()Methods in org.gbif.api.model.collections with parameters of type Address Modifier and Type Method Description booleanAddress. 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)
-