Uses of Class
org.hl7.fhir.r5.model.GraphDefinition.GraphDefinitionLinkTargetComponent
Packages that use GraphDefinition.GraphDefinitionLinkTargetComponent
-
Uses of GraphDefinition.GraphDefinitionLinkTargetComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionLinkTargetComponent(com.google.gson.JsonObject json) XmlParser.parseGraphDefinitionLinkTargetComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeGraphDefinitionLinkTargetComponent(String name, GraphDefinition.GraphDefinitionLinkTargetComponent element) protected voidRdfParser.composeGraphDefinitionLinkTargetComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkTargetComponent element, int index) protected voidXmlParser.composeGraphDefinitionLinkTargetComponent(String name, GraphDefinition.GraphDefinitionLinkTargetComponent element) protected voidXmlParser.composeGraphDefinitionLinkTargetComponentElements(GraphDefinition.GraphDefinitionLinkTargetComponent element) protected voidJsonParser.composeGraphDefinitionLinkTargetComponentProperties(GraphDefinition.GraphDefinitionLinkTargetComponent element) protected booleanXmlParser.parseGraphDefinitionLinkTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition.GraphDefinitionLinkTargetComponent res) protected voidJsonParser.parseGraphDefinitionLinkTargetComponentProperties(com.google.gson.JsonObject json, GraphDefinition.GraphDefinitionLinkTargetComponent res) -
Uses of GraphDefinition.GraphDefinitionLinkTargetComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeFieldDescriptionGraphDefinition.GraphDefinitionLinkComponent.targetPotential target for the link.Methods in org.hl7.fhir.r5.model that return GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.addCompartment(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent t) GraphDefinition.GraphDefinitionLinkTargetComponent.addLink(GraphDefinition.GraphDefinitionLinkComponent t) GraphDefinition.GraphDefinitionLinkComponent.addTarget()GraphDefinition.GraphDefinitionLinkTargetComponent.copy()GraphDefinition.GraphDefinitionLinkComponent.getTargetFirstRep()GraphDefinition.GraphDefinitionLinkTargetComponent.setCompartment(List<GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent> theCompartment) GraphDefinition.GraphDefinitionLinkTargetComponent.setLink(List<GraphDefinition.GraphDefinitionLinkComponent> theLink) GraphDefinition.GraphDefinitionLinkTargetComponent.setParamsElement(StringType value) GraphDefinition.GraphDefinitionLinkTargetComponent.setProfile(String value) GraphDefinition.GraphDefinitionLinkTargetComponent.setProfileElement(CanonicalType value) GraphDefinition.GraphDefinitionLinkTargetComponent.setTypeElement(CodeType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkTargetComponentMethods in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkComponent.addTarget(GraphDefinition.GraphDefinitionLinkTargetComponent t) voidGraphDefinition.GraphDefinitionLinkTargetComponent.copyValues(GraphDefinition.GraphDefinitionLinkTargetComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkComponent.setTarget(List<GraphDefinition.GraphDefinitionLinkTargetComponent> theTarget)