Uses of Class
org.hl7.fhir.r5.model.GraphDefinition.GraphDefinitionLinkComponent
Packages that use GraphDefinition.GraphDefinitionLinkComponent
-
Uses of GraphDefinition.GraphDefinitionLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionLinkComponent(com.google.gson.JsonObject json)XmlParser.parseGraphDefinitionLinkComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeGraphDefinitionLinkComponent(String name, GraphDefinition.GraphDefinitionLinkComponent element)protected voidRdfParser.composeGraphDefinitionLinkComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkComponent element, int index)protected voidXmlParser.composeGraphDefinitionLinkComponent(String name, GraphDefinition.GraphDefinitionLinkComponent element)protected voidXmlParser.composeGraphDefinitionLinkComponentElements(GraphDefinition.GraphDefinitionLinkComponent element)protected voidJsonParser.composeGraphDefinitionLinkComponentProperties(GraphDefinition.GraphDefinitionLinkComponent element)protected booleanXmlParser.parseGraphDefinitionLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition.GraphDefinitionLinkComponent res)protected voidJsonParser.parseGraphDefinitionLinkComponentProperties(com.google.gson.JsonObject json, GraphDefinition.GraphDefinitionLinkComponent res) -
Uses of GraphDefinition.GraphDefinitionLinkComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeFieldDescriptionprotected List<GraphDefinition.GraphDefinitionLinkComponent>GraphDefinition.GraphDefinitionLinkTargetComponent.linkAdditional links from target resource.protected List<GraphDefinition.GraphDefinitionLinkComponent>GraphDefinition.linkLinks this graph makes rules about.Methods in org.hl7.fhir.r5.model that return GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.addLink()GraphDefinition.GraphDefinitionLinkTargetComponent.addLink()GraphDefinition.GraphDefinitionLinkComponent.addTarget(GraphDefinition.GraphDefinitionLinkTargetComponent t)GraphDefinition.GraphDefinitionLinkComponent.copy()GraphDefinition.getLinkFirstRep()GraphDefinition.GraphDefinitionLinkTargetComponent.getLinkFirstRep()GraphDefinition.GraphDefinitionLinkComponent.setDescription(String value)GraphDefinition.GraphDefinitionLinkComponent.setDescriptionElement(StringType value)GraphDefinition.GraphDefinitionLinkComponent.setMaxElement(StringType value)GraphDefinition.GraphDefinitionLinkComponent.setMin(int value)GraphDefinition.GraphDefinitionLinkComponent.setMinElement(IntegerType value)GraphDefinition.GraphDefinitionLinkComponent.setPathElement(StringType value)GraphDefinition.GraphDefinitionLinkComponent.setSliceName(String value)GraphDefinition.GraphDefinitionLinkComponent.setSliceNameElement(StringType value)GraphDefinition.GraphDefinitionLinkComponent.setTarget(List<GraphDefinition.GraphDefinitionLinkTargetComponent> theTarget)Methods in org.hl7.fhir.r5.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.getLink()GraphDefinition.GraphDefinitionLinkTargetComponent.getLink()Methods in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.addLink(GraphDefinition.GraphDefinitionLinkComponent t)GraphDefinition.GraphDefinitionLinkTargetComponent.addLink(GraphDefinition.GraphDefinitionLinkComponent t)voidGraphDefinition.GraphDefinitionLinkComponent.copyValues(GraphDefinition.GraphDefinitionLinkComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.setLink(List<GraphDefinition.GraphDefinitionLinkComponent> theLink)GraphDefinition.setLink(List<GraphDefinition.GraphDefinitionLinkComponent> theLink)