public static class Conformance.RestResourceInteraction extends BaseIdentifiableElement implements IResourceBlock
Definition: Identifies a restful operation supported by the solution
| Constructor and Description |
|---|
RestResourceInteraction() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
BoundCodeDt<TypeRestfulInteractionEnum> |
getCodeElement()
Gets the value(s) for code ().
|
String |
getDocumentation()
Gets the value(s) for documentation ().
|
StringDt |
getDocumentationElement()
Gets the value(s) for documentation ().
|
boolean |
isEmpty() |
Conformance.RestResourceInteraction |
setCode(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(StringDt theValue)
Sets the value(s) for documentation ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic RestResourceInteraction()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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 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(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–2016 University Health Network. All rights reserved.