Uses of Class
org.n52.shetland.iso.gmd.CiAddress
-
Packages that use CiAddress Package Description org.n52.shetland.iso.gmd -
-
Uses of CiAddress in org.n52.shetland.iso.gmd
Methods in org.n52.shetland.iso.gmd that return CiAddress Modifier and Type Method Description CiAddressCiAddress. addDeliveryPoints(String deliveryPoints)CiAddressCiAddress. addElectronicMailAddresses(String electronicMailAddresses)CiAddressCiAddress. setAdministrativeArea(String administrativeArea)CiAddressCiAddress. setCity(String city)CiAddressCiAddress. setCountry(String country)CiAddressCiAddress. setDeliveryPoints(Collection<String> deliveryPoints)CiAddressCiAddress. setElectronicMailAddresses(Collection<String> electronicMailAddresses)CiAddressCiAddress. setPostalCode(String postalCode)Methods in org.n52.shetland.iso.gmd that return types with arguments of type CiAddress Modifier and Type Method Description Referenceable<CiAddress>CiContact. getAddress()Method parameters in org.n52.shetland.iso.gmd with type arguments of type CiAddress Modifier and Type Method Description voidCiContact. setAddress(Referenceable<CiAddress> address)
-