
Uses of Class
org.hl7.fhir.dstu3.model.StructureMap.StructureMapGroupInputComponent
Packages that use StructureMap.StructureMapGroupInputComponent
-
Uses of StructureMap.StructureMapGroupInputComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type StructureMap.StructureMapGroupInputComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element) protected voidRdfParser.composeStructureMapStructureMapGroupInputComponent(org.hl7.fhir.utilities.turtle.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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.dstu3.model that return types with arguments of type StructureMap.StructureMapGroupInputComponentMethods in org.hl7.fhir.dstu3.model with parameters of type StructureMap.StructureMapGroupInputComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.addInput(StructureMap.StructureMapGroupInputComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type StructureMap.StructureMapGroupInputComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setInput(List<StructureMap.StructureMapGroupInputComponent> theInput)