public static class Conformance.Document extends BaseIdentifiableElement implements IResourceBlock
Definition: A document definition
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDocumentation()
Gets the value(s) for documentation ().
|
StringDt |
getDocumentationElement()
Gets the value(s) for documentation ().
|
String |
getMode()
Gets the value(s) for mode ().
|
BoundCodeDt<DocumentModeEnum> |
getModeElement()
Gets the value(s) for mode ().
|
ResourceReferenceDt |
getProfile()
Gets the value(s) for profile ().
|
boolean |
isEmpty() |
Conformance.Document |
setDocumentation(String theString)
Sets the value for documentation ()
|
Conformance.Document |
setDocumentation(StringDt theValue)
Sets the value(s) for documentation ()
|
Conformance.Document |
setMode(BoundCodeDt<DocumentModeEnum> theValue)
Sets the value(s) for mode ()
|
Conformance.Document |
setMode(DocumentModeEnum theValue)
Sets the value(s) for mode ()
|
Conformance.Document |
setProfile(ResourceReferenceDt theValue)
Sets the value(s) for profile ()
|
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 Document()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeDt<DocumentModeEnum> getModeElement()
null.
Definition: Mode of this document declaration - whether application is producer or consumer
public String getMode()
null.
Definition: Mode of this document declaration - whether application is producer or consumer
public Conformance.Document setMode(BoundCodeDt<DocumentModeEnum> theValue)
Definition: Mode of this document declaration - whether application is producer or consumer
public Conformance.Document setMode(DocumentModeEnum theValue)
Definition: Mode of this document declaration - whether application is producer or consumer
public StringDt getDocumentationElement()
null.
Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
public String getDocumentation()
null.
Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
public Conformance.Document setDocumentation(StringDt theValue)
Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
public Conformance.Document setDocumentation(String theString)
Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
public ResourceReferenceDt getProfile()
null.
Definition: A constraint on a resource used in the document
public Conformance.Document setProfile(ResourceReferenceDt theValue)
Definition: A constraint on a resource used in the document
Copyright © 2014–2016 University Health Network. All rights reserved.