
Uses of Class
org.hl7.fhir.r4.model.GraphDefinition.GraphDefinitionLinkComponent
Packages that use GraphDefinition.GraphDefinitionLinkComponent
-
Uses of GraphDefinition.GraphDefinitionLinkComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionGraphDefinitionLinkComponent(com.google.gson.JsonObject json, GraphDefinition owner) XmlParser.parseGraphDefinitionGraphDefinitionLinkComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) Methods in org.hl7.fhir.r4.formats with parameters of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeGraphDefinitionGraphDefinitionLinkComponent(String name, GraphDefinition.GraphDefinitionLinkComponent element) protected voidRdfParser.composeGraphDefinitionGraphDefinitionLinkComponent(Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkComponent element, int index) protected voidXmlParser.composeGraphDefinitionGraphDefinitionLinkComponent(String name, GraphDefinition.GraphDefinitionLinkComponent element) protected voidXmlParser.composeGraphDefinitionGraphDefinitionLinkComponentElements(GraphDefinition.GraphDefinitionLinkComponent element) protected voidJsonParser.composeGraphDefinitionGraphDefinitionLinkComponentInner(GraphDefinition.GraphDefinitionLinkComponent element) protected booleanXmlParser.parseGraphDefinitionGraphDefinitionLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkComponent res) protected voidJsonParser.parseGraphDefinitionGraphDefinitionLinkComponentProperties(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkComponent res) -
Uses of GraphDefinition.GraphDefinitionLinkComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.getLink()GraphDefinition.GraphDefinitionLinkTargetComponent.getLink()Methods in org.hl7.fhir.r4.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.r4.model with type arguments of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetComponent.setLink(List<GraphDefinition.GraphDefinitionLinkComponent> theLink) GraphDefinition.setLink(List<GraphDefinition.GraphDefinitionLinkComponent> theLink)