
Uses of Class
ca.uhn.fhir.model.dstu2.resource.OperationDefinition.Parameter
Packages that use OperationDefinition.Parameter
-
Uses of OperationDefinition.Parameter in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return OperationDefinition.ParameterModifier and TypeMethodDescriptionOperationDefinition.addParameter()Adds and returns a new value for parameter ()OperationDefinition.Parameter.addPart()Adds and returns a new value for part ()OperationDefinition.Parameter.addPart(OperationDefinition.Parameter theValue) Adds a given new value for part ()OperationDefinition.getParameterFirstRep()Gets the first repetition for parameter (), creating it if it does not already exist.OperationDefinition.Parameter.getPartFirstRep()Gets the first repetition for part (), creating it if it does not already exist.OperationDefinition.Parameter.setBinding(OperationDefinition.ParameterBinding theValue) Sets the value(s) for binding ()OperationDefinition.Parameter.setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()OperationDefinition.Parameter.setDocumentation(String theString) Sets the value for documentation ()OperationDefinition.Parameter.setMax(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for max ()Sets the value for max ()OperationDefinition.Parameter.setMin(int theInteger) Sets the value for min ()OperationDefinition.Parameter.setMin(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for min ()OperationDefinition.Parameter.setName(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for name ()Sets the value for name ()OperationDefinition.Parameter.setPart(List<OperationDefinition.Parameter> theValue) Sets the value(s) for part ()OperationDefinition.Parameter.setProfile(ResourceReferenceDt theValue) Sets the value(s) for profile ()OperationDefinition.Parameter.setType(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for type ()Sets the value for type ()OperationDefinition.Parameter.setUse(OperationParameterUseEnum theValue) Sets the value(s) for use ()OperationDefinition.Parameter.setUse(ca.uhn.fhir.model.primitive.BoundCodeDt<OperationParameterUseEnum> theValue) Sets the value(s) for use ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type OperationDefinition.ParameterModifier and TypeMethodDescriptionOperationDefinition.getParameter()Gets the value(s) for parameter ().OperationDefinition.Parameter.getPart()Gets the value(s) for part ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type OperationDefinition.ParameterModifier and TypeMethodDescriptionOperationDefinition.addParameter(OperationDefinition.Parameter theValue) Adds a given new value for parameter ()OperationDefinition.Parameter.addPart(OperationDefinition.Parameter theValue) Adds a given new value for part ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type OperationDefinition.ParameterModifier and TypeMethodDescriptionOperationDefinition.setParameter(List<OperationDefinition.Parameter> theValue) Sets the value(s) for parameter ()OperationDefinition.Parameter.setPart(List<OperationDefinition.Parameter> theValue) Sets the value(s) for part ()