Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupInputComponent
Packages that use StructureMap.StructureMapGroupInputComponent
-
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureMap.StructureMapGroupInputComponentModifier and TypeMethodDescriptionJsonParser.parseStructureMapStructureMapGroupInputComponent(com.google.gson.JsonObject json, StructureMap owner)XmlParser.parseStructureMapStructureMapGroupInputComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner)Methods in org.hl7.fhir.r4.formats with parameters of type StructureMap.StructureMapGroupInputComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element)protected voidRdfParser.composeStructureMapStructureMapGroupInputComponent(Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupInputComponent element, int index)protected voidXmlParser.composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element)protected voidXmlParser.composeStructureMapStructureMapGroupInputComponentElements(StructureMap.StructureMapGroupInputComponent element)protected voidJsonParser.composeStructureMapStructureMapGroupInputComponentInner(StructureMap.StructureMapGroupInputComponent element)protected booleanXmlParser.parseStructureMapStructureMapGroupInputComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupInputComponent res)protected voidJsonParser.parseStructureMapStructureMapGroupInputComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupInputComponent res) -
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapGroupInputComponentModifier and TypeFieldDescriptionprotected List<StructureMap.StructureMapGroupInputComponent>StructureMap.StructureMapGroupComponent.inputA name assigned to an instance of data.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapGroupInputComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.addInput()StructureMap.StructureMapGroupInputComponent.copy()StructureMap.StructureMapGroupComponent.getInputFirstRep()StructureMap.StructureMapGroupInputComponent.setDocumentation(String value)StructureMap.StructureMapGroupInputComponent.setDocumentationElement(StringType value)StructureMap.StructureMapGroupInputComponent.setMode(StructureMap.StructureMapInputMode value)StructureMap.StructureMapGroupInputComponent.setModeElement(Enumeration<StructureMap.StructureMapInputMode> value)StructureMap.StructureMapGroupInputComponent.setNameElement(IdType value)StructureMap.StructureMapGroupInputComponent.setTypeElement(StringType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapGroupInputComponentMethods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapGroupInputComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.addInput(StructureMap.StructureMapGroupInputComponent t)voidStructureMap.StructureMapGroupInputComponent.copyValues(StructureMap.StructureMapGroupInputComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapGroupInputComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setInput(List<StructureMap.StructureMapGroupInputComponent> theInput)