Uses of Class
org.hl7.fhir.dstu3.model.GraphDefinition.GraphDefinitionLinkTargetComponent
-
Packages that use GraphDefinition.GraphDefinitionLinkTargetComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of GraphDefinition.GraphDefinitionLinkTargetComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return GraphDefinition.GraphDefinitionLinkTargetComponent Modifier and Type Method Description protected GraphDefinition.GraphDefinitionLinkTargetComponentJsonParser. parseGraphDefinitionGraphDefinitionLinkTargetComponent(com.google.gson.JsonObject json, GraphDefinition owner)protected GraphDefinition.GraphDefinitionLinkTargetComponentXmlParser. parseGraphDefinitionGraphDefinitionLinkTargetComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) -
Uses of GraphDefinition.GraphDefinitionLinkTargetComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type GraphDefinition.GraphDefinitionLinkTargetComponent Modifier and Type Field Description protected List<GraphDefinition.GraphDefinitionLinkTargetComponent>GraphDefinition.GraphDefinitionLinkComponent. targetPotential target for the link.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkTargetComponent Modifier and Type Method Description List<GraphDefinition.GraphDefinitionLinkTargetComponent>GraphDefinition.GraphDefinitionLinkComponent. getTarget()Methods in org.hl7.fhir.dstu3.model with parameters of type GraphDefinition.GraphDefinitionLinkTargetComponent Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkComponentGraphDefinition.GraphDefinitionLinkComponent. addTarget(GraphDefinition.GraphDefinitionLinkTargetComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type GraphDefinition.GraphDefinitionLinkTargetComponent Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkComponentGraphDefinition.GraphDefinitionLinkComponent. setTarget(List<GraphDefinition.GraphDefinitionLinkTargetComponent> theTarget)
-