Uses of Class
org.hl7.fhir.r5.model.Parameters.ParametersParameterComponent
Packages that use Parameters.ParametersParameterComponent
-
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionprotected Parameters.ParametersParameterComponentJsonParser.parseParametersParameterComponent(com.google.gson.JsonObject json)protected Parameters.ParametersParameterComponentXmlParser.parseParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeParametersParameterComponent(String name, Parameters.ParametersParameterComponent element)protected voidRdfParser.composeParametersParameterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Parameters.ParametersParameterComponent element, int index)protected voidXmlParser.composeParametersParameterComponent(String name, Parameters.ParametersParameterComponent element)protected voidXmlParser.composeParametersParameterComponentElements(Parameters.ParametersParameterComponent element)protected voidJsonParser.composeParametersParameterComponentProperties(Parameters.ParametersParameterComponent element)protected booleanXmlParser.parseParametersParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters.ParametersParameterComponent res)protected voidJsonParser.parseParametersParameterComponentProperties(com.google.gson.JsonObject json, Parameters.ParametersParameterComponent res) -
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Parameters.ParametersParameterComponentModifier and TypeFieldDescriptionprotected 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.r5.model that return Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.addParameter()Parameters.ParametersParameterComponent.addPart()Parameters.ParametersParameterComponent.addPart(Parameters.ParametersParameterComponent t)Parameters.ParametersParameterComponent.copy()Parameters.getParameterFirstRep()Parameters.ParametersParameterComponent.getPartFirstRep()Parameters.ParametersParameterComponent.setNameElement(StringType value)Parameters.ParametersParameterComponent.setPart(List<Parameters.ParametersParameterComponent> thePart)Parameters.ParametersParameterComponent.setResource(Resource value)Methods in org.hl7.fhir.r5.model that return types with arguments of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.getParameter()Parameters.ParametersParameterComponent.getPart()Methods in org.hl7.fhir.r5.model with parameters of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.addParameter(Parameters.ParametersParameterComponent t)Parameters.ParametersParameterComponent.addPart(Parameters.ParametersParameterComponent t)voidParameters.ParametersParameterComponent.copyValues(Parameters.ParametersParameterComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.setParameter(List<Parameters.ParametersParameterComponent> theParameter)Parameters.ParametersParameterComponent.setPart(List<Parameters.ParametersParameterComponent> thePart)