
Uses of Class
org.hl7.fhir.dstu2.model.Parameters.ParametersParameterComponent
Packages that use Parameters.ParametersParameterComponent
-
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionprotected Parameters.ParametersParameterComponentJsonParser.parseParametersParametersParameterComponent(com.google.gson.JsonObject json, Parameters owner) protected Parameters.ParametersParameterComponentXmlParser.parseParametersParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Parameters owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeParametersParametersParameterComponent(String name, Parameters.ParametersParameterComponent element) protected voidXmlParser.composeParametersParametersParameterComponent(String name, Parameters.ParametersParameterComponent element) protected voidJsonParser.composeParametersParametersParameterComponentInner(Parameters.ParametersParameterComponent element) -
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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 parameter.Methods in org.hl7.fhir.dstu2.model that return Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.addParameter()Parameters.ParametersParameterComponent.addPart()Parameters.ParametersParameterComponent.addPart(Parameters.ParametersParameterComponent t) Parameters.ParametersParameterComponent.copy()Parameters.ParametersParameterComponent.setNameElement(StringType value) Parameters.ParametersParameterComponent.setResource(Resource value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.getParameter()Parameters.ParametersParameterComponent.getPart()Methods in org.hl7.fhir.dstu2.model with parameters of type Parameters.ParametersParameterComponentModifier and TypeMethodDescriptionParameters.addParameter(Parameters.ParametersParameterComponent t) Parameters.ParametersParameterComponent.addPart(Parameters.ParametersParameterComponent t)