Uses of Class
com.ibm.fhir.model.resource.MedicinalProduct.Name.CountryLanguage
-
Packages that use MedicinalProduct.Name.CountryLanguage Package Description com.ibm.fhir.model.resource -
-
Uses of MedicinalProduct.Name.CountryLanguage in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicinalProduct.Name.CountryLanguage Modifier and Type Method Description MedicinalProduct.Name.CountryLanguageMedicinalProduct.Name.CountryLanguage.Builder. build()Build theMedicinalProduct.Name.CountryLanguageMethods in com.ibm.fhir.model.resource that return types with arguments of type MedicinalProduct.Name.CountryLanguage Modifier and Type Method Description java.util.List<MedicinalProduct.Name.CountryLanguage>MedicinalProduct.Name. getCountryLanguage()Country where the name applies.Methods in com.ibm.fhir.model.resource with parameters of type MedicinalProduct.Name.CountryLanguage Modifier and Type Method Description MedicinalProduct.Name.BuilderMedicinalProduct.Name.Builder. countryLanguage(MedicinalProduct.Name.CountryLanguage... countryLanguage)Country where the name applies.protected MedicinalProduct.Name.CountryLanguage.BuilderMedicinalProduct.Name.CountryLanguage.Builder. from(MedicinalProduct.Name.CountryLanguage countryLanguage)protected voidMedicinalProduct.Name.CountryLanguage.Builder. validate(MedicinalProduct.Name.CountryLanguage countryLanguage)Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicinalProduct.Name.CountryLanguage Modifier and Type Method Description MedicinalProduct.Name.BuilderMedicinalProduct.Name.Builder. countryLanguage(java.util.Collection<MedicinalProduct.Name.CountryLanguage> countryLanguage)Country where the name applies.
-