public static class Conformance.RestInteraction extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A specification of restful operations supported by the system
| Constructor and Description |
|---|
RestInteraction() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<SystemRestfulInteractionEnum> |
getCodeElement()
Gets the value(s) for code ().
|
String |
getDocumentation()
Gets the value(s) for documentation ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDocumentationElement()
Gets the value(s) for documentation ().
|
boolean |
isEmpty() |
Conformance.RestInteraction |
setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<SystemRestfulInteractionEnum> theValue)
Sets the value(s) for code ()
|
Conformance.RestInteraction |
setCode(SystemRestfulInteractionEnum theValue)
Sets the value(s) for code ()
|
Conformance.RestInteraction |
setDocumentation(String theString)
Sets the value for documentation ()
|
Conformance.RestInteraction |
setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for documentation ()
|
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 RestInteraction()
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<SystemRestfulInteractionEnum> getCodeElement()
null.
Definition: A coded identifier of the operation, supported by the system
public String getCode()
null.
Definition: A coded identifier of the operation, supported by the system
public Conformance.RestInteraction setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<SystemRestfulInteractionEnum> theValue)
Definition: A coded identifier of the operation, supported by the system
public Conformance.RestInteraction setCode(SystemRestfulInteractionEnum theValue)
Definition: A coded identifier of the operation, supported by the system
public ca.uhn.fhir.model.primitive.StringDt getDocumentationElement()
null.
Definition: Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented
public String getDocumentation()
null.
Definition: Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented
public Conformance.RestInteraction setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented
public Conformance.RestInteraction setDocumentation(String theString)
Definition: Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented
Copyright © 2014–2018 University Health Network. All rights reserved.