
Uses of Class
org.hl7.fhir.r5.model.GraphDefinition.GraphDefinitionNodeComponent
Packages that use GraphDefinition.GraphDefinitionNodeComponent
-
Uses of GraphDefinition.GraphDefinitionNodeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GraphDefinition.GraphDefinitionNodeComponentModifier and TypeMethodDescriptionJsonParser.parseGraphDefinitionNodeComponent
(com.google.gson.JsonObject json) XmlParser.parseGraphDefinitionNodeComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type GraphDefinition.GraphDefinitionNodeComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeGraphDefinitionNodeComponent
(String name, GraphDefinition.GraphDefinitionNodeComponent element) protected void
RdfParser.composeGraphDefinitionNodeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition.GraphDefinitionNodeComponent element, int index) protected void
XmlParser.composeGraphDefinitionNodeComponent
(String name, GraphDefinition.GraphDefinitionNodeComponent element) protected void
XmlParser.composeGraphDefinitionNodeComponentElements
(GraphDefinition.GraphDefinitionNodeComponent element) protected void
JsonParser.composeGraphDefinitionNodeComponentProperties
(GraphDefinition.GraphDefinitionNodeComponent element) protected boolean
XmlParser.parseGraphDefinitionNodeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition.GraphDefinitionNodeComponent res) protected void
JsonParser.parseGraphDefinitionNodeComponentProperties
(com.google.gson.JsonObject json, GraphDefinition.GraphDefinitionNodeComponent res) -
Uses of GraphDefinition.GraphDefinitionNodeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type GraphDefinition.GraphDefinitionNodeComponentModifier and TypeFieldDescriptionprotected List
<GraphDefinition.GraphDefinitionNodeComponent> GraphDefinition.node
Potential target for the link.Methods in org.hl7.fhir.r5.model that return GraphDefinition.GraphDefinitionNodeComponentModifier and TypeMethodDescriptionGraphDefinition.addNode()
GraphDefinition.GraphDefinitionNodeComponent.copy()
GraphDefinition.getNodeFirstRep()
GraphDefinition.GraphDefinitionNodeComponent.setDescription
(String value) GraphDefinition.GraphDefinitionNodeComponent.setDescriptionElement
(StringType value) GraphDefinition.GraphDefinitionNodeComponent.setNodeIdElement
(IdType value) GraphDefinition.GraphDefinitionNodeComponent.setProfile
(String value) GraphDefinition.GraphDefinitionNodeComponent.setProfileElement
(CanonicalType value) GraphDefinition.GraphDefinitionNodeComponent.setType
(Enumerations.VersionIndependentResourceTypesAll value) GraphDefinition.GraphDefinitionNodeComponent.setTypeElement
(Enumeration<Enumerations.VersionIndependentResourceTypesAll> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type GraphDefinition.GraphDefinitionNodeComponentMethods in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphDefinitionNodeComponentModifier and TypeMethodDescriptionGraphDefinition.addNode
(GraphDefinition.GraphDefinitionNodeComponent t) void
GraphDefinition.GraphDefinitionNodeComponent.copyValues
(GraphDefinition.GraphDefinitionNodeComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type GraphDefinition.GraphDefinitionNodeComponentModifier and TypeMethodDescriptionGraphDefinition.setNode
(List<GraphDefinition.GraphDefinitionNodeComponent> theNode)