public static class ElementDefinitionDt.Binding extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Binds to a value set if this element is coded (code, Coding, CodeableConcept)
| Constructor and Description |
|---|
Binding() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
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() |
ElementDefinitionDt.Binding |
setDescription(String theString)
Sets the value for description ()
|
ElementDefinitionDt.Binding |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
ElementDefinitionDt.Binding |
setStrength(BindingStrengthEnum theValue)
Sets the value(s) for strength ()
|
ElementDefinitionDt.Binding |
setStrength(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue)
Sets the value(s) for strength ()
|
ElementDefinitionDt.Binding |
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 Binding()
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 ElementDefinitionDt.Binding 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 ElementDefinitionDt.Binding 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.primitive.StringDt getDescriptionElement()
null.
Definition: Describes the intended use of this particular set of codes
public String getDescription()
null.
Definition: Describes the intended use of this particular set of codes
public ElementDefinitionDt.Binding setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Describes the intended use of this particular set of codes
public ElementDefinitionDt.Binding setDescription(String theString)
Definition: Describes the intended use of this particular set of codes
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 ElementDefinitionDt.Binding 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.