Uses of Class
org.hl7.fhir.r4.model.SubstanceProtein.SubstanceProteinSubunitComponent
Packages that use SubstanceProtein.SubstanceProteinSubunitComponent
-
Uses of SubstanceProtein.SubstanceProteinSubunitComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstanceProtein.SubstanceProteinSubunitComponentModifier and TypeMethodDescriptionJsonParser.parseSubstanceProteinSubstanceProteinSubunitComponent(com.google.gson.JsonObject json, SubstanceProtein owner)XmlParser.parseSubstanceProteinSubstanceProteinSubunitComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein owner)Methods in org.hl7.fhir.r4.formats with parameters of type SubstanceProtein.SubstanceProteinSubunitComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstanceProteinSubstanceProteinSubunitComponent(String name, SubstanceProtein.SubstanceProteinSubunitComponent element)protected voidRdfParser.composeSubstanceProteinSubstanceProteinSubunitComponent(Turtle.Complex parent, String parentType, String name, SubstanceProtein.SubstanceProteinSubunitComponent element, int index)protected voidXmlParser.composeSubstanceProteinSubstanceProteinSubunitComponent(String name, SubstanceProtein.SubstanceProteinSubunitComponent element)protected voidXmlParser.composeSubstanceProteinSubstanceProteinSubunitComponentElements(SubstanceProtein.SubstanceProteinSubunitComponent element)protected voidJsonParser.composeSubstanceProteinSubstanceProteinSubunitComponentInner(SubstanceProtein.SubstanceProteinSubunitComponent element)protected booleanXmlParser.parseSubstanceProteinSubstanceProteinSubunitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein owner, SubstanceProtein.SubstanceProteinSubunitComponent res)protected voidJsonParser.parseSubstanceProteinSubstanceProteinSubunitComponentProperties(com.google.gson.JsonObject json, SubstanceProtein owner, SubstanceProtein.SubstanceProteinSubunitComponent res) -
Uses of SubstanceProtein.SubstanceProteinSubunitComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SubstanceProtein.SubstanceProteinSubunitComponentModifier and TypeFieldDescriptionSubstanceProtein.subunitThis subclause refers to the description of each subunit constituting the SubstanceProtein.Methods in org.hl7.fhir.r4.model that return SubstanceProtein.SubstanceProteinSubunitComponentModifier and TypeMethodDescriptionSubstanceProtein.addSubunit()SubstanceProtein.SubstanceProteinSubunitComponent.copy()SubstanceProtein.getSubunitFirstRep()SubstanceProtein.SubstanceProteinSubunitComponent.setCTerminalModification(String value)SubstanceProtein.SubstanceProteinSubunitComponent.setCTerminalModificationElement(StringType value)SubstanceProtein.SubstanceProteinSubunitComponent.setCTerminalModificationId(Identifier value)SubstanceProtein.SubstanceProteinSubunitComponent.setLength(int value)SubstanceProtein.SubstanceProteinSubunitComponent.setLengthElement(IntegerType value)SubstanceProtein.SubstanceProteinSubunitComponent.setNTerminalModification(String value)SubstanceProtein.SubstanceProteinSubunitComponent.setNTerminalModificationElement(StringType value)SubstanceProtein.SubstanceProteinSubunitComponent.setNTerminalModificationId(Identifier value)SubstanceProtein.SubstanceProteinSubunitComponent.setSequence(String value)SubstanceProtein.SubstanceProteinSubunitComponent.setSequenceAttachment(Attachment value)SubstanceProtein.SubstanceProteinSubunitComponent.setSequenceElement(StringType value)SubstanceProtein.SubstanceProteinSubunitComponent.setSubunit(int value)SubstanceProtein.SubstanceProteinSubunitComponent.setSubunitElement(IntegerType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type SubstanceProtein.SubstanceProteinSubunitComponentMethods in org.hl7.fhir.r4.model with parameters of type SubstanceProtein.SubstanceProteinSubunitComponentModifier and TypeMethodDescriptionSubstanceProtein.addSubunit(SubstanceProtein.SubstanceProteinSubunitComponent t)voidSubstanceProtein.SubstanceProteinSubunitComponent.copyValues(SubstanceProtein.SubstanceProteinSubunitComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type SubstanceProtein.SubstanceProteinSubunitComponentModifier and TypeMethodDescriptionSubstanceProtein.setSubunit(List<SubstanceProtein.SubstanceProteinSubunitComponent> theSubunit)