public static class Conformance.RestOperation extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Definition of an operation or a named query and with its parameters and their meaning and type
| Constructor and Description |
|---|
RestOperation() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getDefinition()
Gets the value(s) for definition ().
|
String |
getName()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.primitive.StringDt |
getNameElement()
Gets the value(s) for name ().
|
boolean |
isEmpty() |
Conformance.RestOperation |
setDefinition(ResourceReferenceDt theValue)
Sets the value(s) for definition ()
|
Conformance.RestOperation |
setName(String theString)
Sets the value for name ()
|
Conformance.RestOperation |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
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 RestOperation()
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 a query, which is used in the _query parameter when the query is called
public String getName()
null.
Definition: The name of a query, which is used in the _query parameter when the query is called
public Conformance.RestOperation setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The name of a query, which is used in the _query parameter when the query is called
public Conformance.RestOperation setName(String theString)
Definition: The name of a query, which is used in the _query parameter when the query is called
public ResourceReferenceDt getDefinition()
null.
Definition: Where the formal definition can be found
public Conformance.RestOperation setDefinition(ResourceReferenceDt theValue)
Definition: Where the formal definition can be found
Copyright © 2014–2018 University Health Network. All rights reserved.