Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapGroupInputComponent
-
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseStructureMapGroupInputComponent
(com.google.gson.JsonObject json) XmlParser.parseStructureMapGroupInputComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureMapGroupInputComponent
(String name, StructureMap.StructureMapGroupInputComponent element) protected void
RdfParser.composeStructureMapGroupInputComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupInputComponent element, int index) protected void
XmlParser.composeStructureMapGroupInputComponent
(String name, StructureMap.StructureMapGroupInputComponent element) protected void
XmlParser.composeStructureMapGroupInputComponentElements
(StructureMap.StructureMapGroupInputComponent element) protected void
JsonParser.composeStructureMapGroupInputComponentProperties
(StructureMap.StructureMapGroupInputComponent element) protected boolean
XmlParser.parseStructureMapGroupInputComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapGroupInputComponent res) protected void
JsonParser.parseStructureMapGroupInputComponentProperties
(com.google.gson.JsonObject json, StructureMap.StructureMapGroupInputComponent res) -
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<StructureMap.StructureMapGroupInputComponent> StructureMap.StructureMapGroupComponent.input
A name assigned to an instance of data.Modifier 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) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.addInput
(StructureMap.StructureMapGroupInputComponent t) void
StructureMap.StructureMapGroupInputComponent.copyValues
(StructureMap.StructureMapGroupInputComponent dst) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setInput
(List<StructureMap.StructureMapGroupInputComponent> theInput) ModifierConstructorDescriptionConstructor