Uses of Class
org.hl7.fhir.dstu2.model.Parameters.ParametersParameterComponent
-
Packages that use Parameters.ParametersParameterComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Parameters.ParametersParameterComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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)Methods in org.hl7.fhir.dstu2.formats with parameters of type Parameters.ParametersParameterComponent Modifier and Type Method Description protected 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.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 parameter.Methods in org.hl7.fhir.dstu2.model that return Parameters.ParametersParameterComponent Modifier and Type Method Description Parameters.ParametersParameterComponentParameters. addParameter()Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. addPart()Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. addPart(Parameters.ParametersParameterComponent t)Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. copy()Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. setName(String value)Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. setNameElement(StringType value)Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. setResource(Resource value)Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. setValue(Type value)Methods in org.hl7.fhir.dstu2.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.dstu2.model with parameters of type Parameters.ParametersParameterComponent Modifier and Type Method Description ParametersParameters. addParameter(Parameters.ParametersParameterComponent t)Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. addPart(Parameters.ParametersParameterComponent t)
-