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.CountryLanguage
MedicinalProduct.Name.CountryLanguage.Builder. build()
Build theMedicinalProduct.Name.CountryLanguage
Methods in com.ibm.fhir.model.resource that return types with arguments of type MedicinalProduct.Name.CountryLanguage Modifier and Type Method Description 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.Builder
MedicinalProduct.Name.Builder. countryLanguage(MedicinalProduct.Name.CountryLanguage... countryLanguage)
Country where the name applies.protected MedicinalProduct.Name.CountryLanguage.Builder
MedicinalProduct.Name.CountryLanguage.Builder. from(MedicinalProduct.Name.CountryLanguage countryLanguage)
protected void
MedicinalProduct.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.Builder
MedicinalProduct.Name.Builder. countryLanguage(Collection<MedicinalProduct.Name.CountryLanguage> countryLanguage)
Country where the name applies.
-