Uses of Class
org.hl7.fhir.r4.model.SubstancePolymer.SubstancePolymerRepeatComponent
-
Packages that use SubstancePolymer.SubstancePolymerRepeatComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SubstancePolymer.SubstancePolymerRepeatComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstancePolymer.SubstancePolymerRepeatComponent Modifier and Type Method Description protected SubstancePolymer.SubstancePolymerRepeatComponentJsonParser. parseSubstancePolymerSubstancePolymerRepeatComponent(com.google.gson.JsonObject json, SubstancePolymer owner)protected SubstancePolymer.SubstancePolymerRepeatComponentXmlParser. parseSubstancePolymerSubstancePolymerRepeatComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) -
Uses of SubstancePolymer.SubstancePolymerRepeatComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SubstancePolymer.SubstancePolymerRepeatComponent Modifier and Type Field Description protected List<SubstancePolymer.SubstancePolymerRepeatComponent>SubstancePolymer. repeatTodo.Methods in org.hl7.fhir.r4.model that return types with arguments of type SubstancePolymer.SubstancePolymerRepeatComponent Modifier and Type Method Description List<SubstancePolymer.SubstancePolymerRepeatComponent>SubstancePolymer. getRepeat()Methods in org.hl7.fhir.r4.model with parameters of type SubstancePolymer.SubstancePolymerRepeatComponent Modifier and Type Method Description SubstancePolymerSubstancePolymer. addRepeat(SubstancePolymer.SubstancePolymerRepeatComponent t)voidSubstancePolymer.SubstancePolymerRepeatComponent. copyValues(SubstancePolymer.SubstancePolymerRepeatComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type SubstancePolymer.SubstancePolymerRepeatComponent Modifier and Type Method Description SubstancePolymerSubstancePolymer. setRepeat(List<SubstancePolymer.SubstancePolymerRepeatComponent> theRepeat)
-