public static class Conformance.RestResourceInteraction extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identifies a restful operation supported by the solution
| Constructor and Description |
|---|
RestResourceInteraction() |
| 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<TypeRestfulInteractionEnum> |
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.RestResourceInteraction |
setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<TypeRestfulInteractionEnum> theValue)
Sets the value(s) for code ()
|
Conformance.RestResourceInteraction |
setCode(TypeRestfulInteractionEnum theValue)
Sets the value(s) for code ()
|
Conformance.RestResourceInteraction |
setDocumentation(String theString)
Sets the value for documentation ()
|
Conformance.RestResourceInteraction |
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 RestResourceInteraction()
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<TypeRestfulInteractionEnum> getCodeElement()
null.
Definition: Coded identifier of the operation, supported by the system resource
public String getCode()
null.
Definition: Coded identifier of the operation, supported by the system resource
public Conformance.RestResourceInteraction setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<TypeRestfulInteractionEnum> theValue)
Definition: Coded identifier of the operation, supported by the system resource
public Conformance.RestResourceInteraction setCode(TypeRestfulInteractionEnum theValue)
Definition: Coded identifier of the operation, supported by the system resource
public ca.uhn.fhir.model.primitive.StringDt getDocumentationElement()
null.
Definition: Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'
public String getDocumentation()
null.
Definition: Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'
public Conformance.RestResourceInteraction setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'
public Conformance.RestResourceInteraction setDocumentation(String theString)
Definition: Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'
Copyright © 2014–2018 University Health Network. All rights reserved.