Uses of Class
org.hl7.fhir.r4.model.ExampleScenario.ExampleScenarioActorComponent
Packages that use ExampleScenario.ExampleScenarioActorComponent
-
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionJsonParser.parseExampleScenarioExampleScenarioActorComponent(com.google.gson.JsonObject json, ExampleScenario owner)XmlParser.parseExampleScenarioExampleScenarioActorComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner)Methods in org.hl7.fhir.r4.formats with parameters of type ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExampleScenarioExampleScenarioActorComponent(String name, ExampleScenario.ExampleScenarioActorComponent element)protected voidRdfParser.composeExampleScenarioExampleScenarioActorComponent(Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioActorComponent element, int index)protected voidXmlParser.composeExampleScenarioExampleScenarioActorComponent(String name, ExampleScenario.ExampleScenarioActorComponent element)protected voidXmlParser.composeExampleScenarioExampleScenarioActorComponentElements(ExampleScenario.ExampleScenarioActorComponent element)protected voidJsonParser.composeExampleScenarioExampleScenarioActorComponentInner(ExampleScenario.ExampleScenarioActorComponent element)protected booleanXmlParser.parseExampleScenarioExampleScenarioActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioActorComponent res)protected voidJsonParser.parseExampleScenarioExampleScenarioActorComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioActorComponent res) -
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExampleScenario.ExampleScenarioActorComponentMethods in org.hl7.fhir.r4.model that return ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionExampleScenario.addActor()ExampleScenario.ExampleScenarioActorComponent.copy()ExampleScenario.getActorFirstRep()ExampleScenario.ExampleScenarioActorComponent.setActorId(String value)ExampleScenario.ExampleScenarioActorComponent.setActorIdElement(StringType value)ExampleScenario.ExampleScenarioActorComponent.setDescription(String value)ExampleScenario.ExampleScenarioActorComponent.setDescriptionElement(MarkdownType value)ExampleScenario.ExampleScenarioActorComponent.setNameElement(StringType value)ExampleScenario.ExampleScenarioActorComponent.setType(ExampleScenario.ExampleScenarioActorType value)ExampleScenario.ExampleScenarioActorComponent.setTypeElement(Enumeration<ExampleScenario.ExampleScenarioActorType> value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ExampleScenario.ExampleScenarioActorComponentMethods in org.hl7.fhir.r4.model with parameters of type ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionExampleScenario.addActor(ExampleScenario.ExampleScenarioActorComponent t)voidExampleScenario.ExampleScenarioActorComponent.copyValues(ExampleScenario.ExampleScenarioActorComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionExampleScenario.setActor(List<ExampleScenario.ExampleScenarioActorComponent> theActor)