Uses of Class
org.hl7.fhir.dstu3.model.GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent
-
Packages that use GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent Modifier and Type Method Description protected GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentJsonParser. parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(com.google.gson.JsonObject json, GraphDefinition owner)protected GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentXmlParser. parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) -
Uses of GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent Modifier and Type Field Description protected List<GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent>GraphDefinition.GraphDefinitionLinkTargetComponent. compartmentCompartment Consistency Rules.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent Modifier and Type Method Description List<GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent>GraphDefinition.GraphDefinitionLinkTargetComponent. getCompartment()Methods in org.hl7.fhir.dstu3.model with parameters of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkTargetComponentGraphDefinition.GraphDefinitionLinkTargetComponent. addCompartment(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkTargetComponentGraphDefinition.GraphDefinitionLinkTargetComponent. setCompartment(List<GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent> theCompartment)
-