Uses of Class
org.hl7.fhir.r4.model.Parameters.ParametersParameterComponent
-
Packages that use Parameters.ParametersParameterComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Parameters.ParametersParameterComponent Modifier and Type Method Description protected Parameters.ParametersParameterComponentJsonParser. parseParametersParametersParameterComponent(com.google.gson.JsonObject json, Parameters owner)protected Parameters.ParametersParameterComponentXmlParser. parseParametersParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Parameters owner) -
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Parameters.ParametersParameterComponent Modifier and Type Field Description protected List<Parameters.ParametersParameterComponent>Parameters. parameterA parameter passed to or received from the operation.protected List<Parameters.ParametersParameterComponent>Parameters.ParametersParameterComponent. partA named part of a multi-part parameter.Methods in org.hl7.fhir.r4.model that return types with arguments of type Parameters.ParametersParameterComponent Modifier and Type Method Description List<Parameters.ParametersParameterComponent>Parameters. getParameter()List<Parameters.ParametersParameterComponent>Parameters.ParametersParameterComponent. getPart()Methods in org.hl7.fhir.r4.model with parameters of type Parameters.ParametersParameterComponent Modifier and Type Method Description ParametersParameters. addParameter(Parameters.ParametersParameterComponent t)Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. addPart(Parameters.ParametersParameterComponent t)voidParameters.ParametersParameterComponent. copyValues(Parameters.ParametersParameterComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Parameters.ParametersParameterComponent Modifier and Type Method Description ParametersParameters. setParameter(List<Parameters.ParametersParameterComponent> theParameter)Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. setPart(List<Parameters.ParametersParameterComponent> thePart)
-