public static class Conformance.Implementation extends BaseIdentifiableElement implements IResourceBlock
Definition: Identifies a specific implementation instance that is described by the conformance statement - i.e. a particular installation, rather than the capabilities of a software program
| Constructor and Description |
|---|
Implementation() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
String |
getUrl()
Gets the value(s) for url ().
|
UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
Conformance.Implementation |
setDescription(String theString)
Sets the value for description ()
|
Conformance.Implementation |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
Conformance.Implementation |
setUrl(String theUri)
Sets the value for url ()
|
Conformance.Implementation |
setUrl(UriDt theValue)
Sets the value(s) for url ()
|
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 Implementation()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getDescriptionElement()
null.
Definition: Information about the specific installation that this conformance statement relates to
public String getDescription()
null.
Definition: Information about the specific installation that this conformance statement relates to
public Conformance.Implementation setDescription(StringDt theValue)
Definition: Information about the specific installation that this conformance statement relates to
public Conformance.Implementation setDescription(String theString)
Definition: Information about the specific installation that this conformance statement relates to
public UriDt getUrlElement()
null.
Definition: An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
public String getUrl()
null.
Definition: An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
public Conformance.Implementation setUrl(UriDt theValue)
Definition: An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
public Conformance.Implementation setUrl(String theUri)
Definition: An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
Copyright © 2014–2016 University Health Network. All rights reserved.