public static class Conformance.RestOperation extends BaseIdentifiableElement implements 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 IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getDefinition()
Gets the value(s) for definition ().
|
String |
getName()
Gets the value(s) for name ().
|
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(StringDt theValue)
Sets the value(s) for name ()
|
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 RestOperation()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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–2016 University Health Network. All rights reserved.