public static class OperationDefinition.ParameterBinding extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Binds to a value set if this parameter is coded (code, Coding, CodeableConcept)
| Constructor and Description |
|---|
ParameterBinding() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getStrength()
Gets the value(s) for strength ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> |
getStrengthElement()
Gets the value(s) for strength ().
|
ca.uhn.fhir.model.api.IDatatype |
getValueSet()
Gets the value(s) for valueSet[x] ().
|
boolean |
isEmpty() |
OperationDefinition.ParameterBinding |
setStrength(BindingStrengthEnum theValue)
Sets the value(s) for strength ()
|
OperationDefinition.ParameterBinding |
setStrength(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue)
Sets the value(s) for strength ()
|
OperationDefinition.ParameterBinding |
setValueSet(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for valueSet[x] ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ParameterBinding()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> getStrengthElement()
null.
Definition: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
public String getStrength()
null.
Definition: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
public OperationDefinition.ParameterBinding setStrength(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue)
Definition: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
public OperationDefinition.ParameterBinding setStrength(BindingStrengthEnum theValue)
Definition: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
public ca.uhn.fhir.model.api.IDatatype getValueSet()
null.
Definition: Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used
public OperationDefinition.ParameterBinding setValueSet(ca.uhn.fhir.model.api.IDatatype theValue)
Definition: Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used
Copyright © 2014–2018 University Health Network. All rights reserved.