
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 void
JsonParser.composeGraphDefinitionLinkComponent
(String name, GraphDefinition.GraphDefinitionLinkComponent element) protected void
RdfParser.composeGraphDefinitionLinkComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionLinkComponent element, int index) protected void
XmlParser.composeGraphDefinitionLinkComponent
(String name, GraphDefinition.GraphDefinitionLinkComponent element) protected void
XmlParser.composeGraphDefinitionLinkComponentElements
(GraphDefinition.GraphDefinitionLinkComponent element) protected void
JsonParser.composeGraphDefinitionLinkComponentProperties
(GraphDefinition.GraphDefinitionLinkComponent element) protected boolean
XmlParser.parseGraphDefinitionLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition.GraphDefinitionLinkComponent res) protected void
JsonParser.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.link
Links this graph makes rules about.Methods in org.hl7.fhir.r5.model that return GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkComponent.addCompartment
(GraphDefinition.GraphDefinitionLinkCompartmentComponent t) GraphDefinition.addLink()
GraphDefinition.GraphDefinitionLinkComponent.copy()
GraphDefinition.getLinkFirstRep()
GraphDefinition.GraphDefinitionLinkComponent.setCompartment
(List<GraphDefinition.GraphDefinitionLinkCompartmentComponent> theCompartment) 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.setParamsElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setPathElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setSliceName
(String value) GraphDefinition.GraphDefinitionLinkComponent.setSliceNameElement
(StringType value) GraphDefinition.GraphDefinitionLinkComponent.setSourceId
(String value) GraphDefinition.GraphDefinitionLinkComponent.setSourceIdElement
(IdType value) GraphDefinition.GraphDefinitionLinkComponent.setTargetId
(String value) GraphDefinition.GraphDefinitionLinkComponent.setTargetIdElement
(IdType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkComponentMethods in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.addLink
(GraphDefinition.GraphDefinitionLinkComponent t) void
GraphDefinition.GraphDefinitionLinkComponent.copyValues
(GraphDefinition.GraphDefinitionLinkComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type GraphDefinition.GraphDefinitionLinkComponentModifier and TypeMethodDescriptionGraphDefinition.setLink
(List<GraphDefinition.GraphDefinitionLinkComponent> theLink)