Uses of Class
org.hl7.fhir.r4.model.SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent
-
Packages that use SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent Modifier and Type Method Description protected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentJsonParser. parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner)protected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentXmlParser. parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) -
Uses of SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent Modifier and Type Field Description protected List<SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent>SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent. author4.9.13.6.1 Author type (Conditional).Methods in org.hl7.fhir.r4.model that return types with arguments of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent Modifier and Type Method Description List<SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent>SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent. getAuthor()Methods in org.hl7.fhir.r4.model with parameters of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent Modifier and Type Method Description SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponentSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent. addAuthor(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent t)voidSubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent. copyValues(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent Modifier and Type Method Description SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponentSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent. setAuthor(List<SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent> theAuthor)
-