
Uses of Class
org.hl7.fhir.r4.model.GraphDefinition.GraphDefinitionLinkTargetComponent
Packages that use GraphDefinition.GraphDefinitionLinkTargetComponent
-
Uses of GraphDefinition.GraphDefinitionLinkTargetComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionGraphDefinitionLinkTargetComponent(com.google.gson.JsonObject json, GraphDefinition owner) XmlParser.parseGraphDefinitionGraphDefinitionLinkTargetComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) Methods in org.hl7.fhir.r4.formats with parameters of type GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeGraphDefinitionGraphDefinitionLinkTargetComponent(String name, GraphDefinition.GraphDefinitionLinkTargetComponent element) protected voidRdfParser.composeGraphDefinitionGraphDefinitionLinkTargetComponent(Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkTargetComponent element, int index) protected voidXmlParser.composeGraphDefinitionGraphDefinitionLinkTargetComponent(String name, GraphDefinition.GraphDefinitionLinkTargetComponent element) protected voidXmlParser.composeGraphDefinitionGraphDefinitionLinkTargetComponentElements(GraphDefinition.GraphDefinitionLinkTargetComponent element) protected voidJsonParser.composeGraphDefinitionGraphDefinitionLinkTargetComponentInner(GraphDefinition.GraphDefinitionLinkTargetComponent element) protected booleanXmlParser.parseGraphDefinitionGraphDefinitionLinkTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetComponent res) protected voidJsonParser.parseGraphDefinitionGraphDefinitionLinkTargetComponentProperties(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetComponent res) -
Uses of GraphDefinition.GraphDefinitionLinkTargetComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeFieldDescriptionGraphDefinition.GraphDefinitionLinkComponent.targetPotential target for the link.Methods in org.hl7.fhir.r4.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.r4.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkTargetComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type GraphDefinition.GraphDefinitionLinkTargetComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkComponent.setTarget(List<GraphDefinition.GraphDefinitionLinkTargetComponent> theTarget)