public static class ValueSet.ExpansionParameter extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion
| Constructor and Description |
|---|
ExpansionParameter() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getName()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.primitive.StringDt |
getNameElement()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.api.IDatatype |
getValue()
Gets the value(s) for value[x] ().
|
boolean |
isEmpty() |
ValueSet.ExpansionParameter |
setName(String theString)
Sets the value for name ()
|
ValueSet.ExpansionParameter |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
ValueSet.ExpansionParameter |
setValue(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for value[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 ExpansionParameter()
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.StringDt getNameElement()
null.
Definition: The name of the parameter
public String getName()
null.
Definition: The name of the parameter
public ValueSet.ExpansionParameter setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The name of the parameter
public ValueSet.ExpansionParameter setName(String theString)
Definition: The name of the parameter
public ca.uhn.fhir.model.api.IDatatype getValue()
null.
Definition: The value of the parameter
public ValueSet.ExpansionParameter setValue(ca.uhn.fhir.model.api.IDatatype theValue)
Definition: The value of the parameter
Copyright © 2014–2018 University Health Network. All rights reserved.