
Uses of Class
org.hl7.fhir.r4.model.SubstancePolymer.SubstancePolymerRepeatComponent
Packages that use SubstancePolymer.SubstancePolymerRepeatComponent
- 
Uses of SubstancePolymer.SubstancePolymerRepeatComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionJsonParser.parseSubstancePolymerSubstancePolymerRepeatComponent(com.google.gson.JsonObject json, SubstancePolymer owner) XmlParser.parseSubstancePolymerSubstancePolymerRepeatComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) Methods in org.hl7.fhir.r4.formats with parameters of type SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstancePolymerSubstancePolymerRepeatComponent(String name, SubstancePolymer.SubstancePolymerRepeatComponent element) protected voidRdfParser.composeSubstancePolymerSubstancePolymerRepeatComponent(Turtle.Complex parent, String parentType, String name, SubstancePolymer.SubstancePolymerRepeatComponent element, int index) protected voidXmlParser.composeSubstancePolymerSubstancePolymerRepeatComponent(String name, SubstancePolymer.SubstancePolymerRepeatComponent element) protected voidXmlParser.composeSubstancePolymerSubstancePolymerRepeatComponentElements(SubstancePolymer.SubstancePolymerRepeatComponent element) protected voidJsonParser.composeSubstancePolymerSubstancePolymerRepeatComponentInner(SubstancePolymer.SubstancePolymerRepeatComponent element) protected booleanXmlParser.parseSubstancePolymerSubstancePolymerRepeatComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatComponent res) protected voidJsonParser.parseSubstancePolymerSubstancePolymerRepeatComponentProperties(com.google.gson.JsonObject json, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatComponent res)  - 
Uses of SubstancePolymer.SubstancePolymerRepeatComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SubstancePolymer.SubstancePolymerRepeatComponentMethods in org.hl7.fhir.r4.model that return SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionSubstancePolymer.addRepeat()SubstancePolymer.SubstancePolymerRepeatComponent.addRepeatUnit(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent t) SubstancePolymer.SubstancePolymerRepeatComponent.copy()SubstancePolymer.getRepeatFirstRep()SubstancePolymer.SubstancePolymerRepeatComponent.setAverageMolecularFormula(String value) SubstancePolymer.SubstancePolymerRepeatComponent.setAverageMolecularFormulaElement(StringType value) SubstancePolymer.SubstancePolymerRepeatComponent.setNumberOfUnits(int value) SubstancePolymer.SubstancePolymerRepeatComponent.setNumberOfUnitsElement(IntegerType value) SubstancePolymer.SubstancePolymerRepeatComponent.setRepeatUnit(List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent> theRepeatUnit) SubstancePolymer.SubstancePolymerRepeatComponent.setRepeatUnitAmountType(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type SubstancePolymer.SubstancePolymerRepeatComponentMethods in org.hl7.fhir.r4.model with parameters of type SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionSubstancePolymer.addRepeat(SubstancePolymer.SubstancePolymerRepeatComponent t) voidSubstancePolymer.SubstancePolymerRepeatComponent.copyValues(SubstancePolymer.SubstancePolymerRepeatComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionSubstancePolymer.setRepeat(List<SubstancePolymer.SubstancePolymerRepeatComponent> theRepeat)