public static class Parameters.Parameter extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A parameter passed to or received from the operation
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
Parameters.Parameter |
addPart()
Adds and returns a new value for part ()
|
Parameters.Parameter |
addPart(Parameters.Parameter theValue)
Adds a given new value for part ()
|
<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 ().
|
List<Parameters.Parameter> |
getPart()
Gets the value(s) for part ().
|
Parameters.Parameter |
getPartFirstRep()
Gets the first repetition for part (),
creating it if it does not already exist.
|
ca.uhn.fhir.model.api.IResource |
getResource()
Gets the value(s) for resource ().
|
ca.uhn.fhir.model.api.IDatatype |
getValue()
Gets the value(s) for value[x] ().
|
boolean |
isEmpty() |
Parameters.Parameter |
setName(String theString)
Sets the value for name ()
|
Parameters.Parameter |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
Parameters.Parameter |
setPart(List<Parameters.Parameter> theValue)
Sets the value(s) for part ()
|
Parameters.Parameter |
setResource(ca.uhn.fhir.model.api.IResource theValue)
Sets the value(s) for resource ()
|
Parameters.Parameter |
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 Parameter()
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 (reference to the operation definition)
public String getName()
null.
Definition: The name of the parameter (reference to the operation definition)
public Parameters.Parameter setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The name of the parameter (reference to the operation definition)
public Parameters.Parameter setName(String theString)
Definition: The name of the parameter (reference to the operation definition)
public ca.uhn.fhir.model.api.IDatatype getValue()
null.
Definition: If the parameter is a data type
public Parameters.Parameter setValue(ca.uhn.fhir.model.api.IDatatype theValue)
Definition: If the parameter is a data type
public ca.uhn.fhir.model.api.IResource getResource()
Definition: If the parameter is a whole resource
public Parameters.Parameter setResource(ca.uhn.fhir.model.api.IResource theValue)
Definition: If the parameter is a whole resource
public List<Parameters.Parameter> getPart()
null.
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
public Parameters.Parameter setPart(List<Parameters.Parameter> theValue)
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
public Parameters.Parameter addPart()
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
public Parameters.Parameter addPart(Parameters.Parameter theValue)
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
theValue - The part to add (must not be null)public Parameters.Parameter getPartFirstRep()
Definition: A named part of a parameter. In many implementation context, a set of named parts is known as a \"Tuple\"
Copyright © 2014–2018 University Health Network. All rights reserved.