public static class DocumentReference.ContextRelated extends BaseIdentifiableElement implements IResourceBlock
Definition: Related identifiers or resources associated with the DocumentReference.
| Constructor and Description |
|---|
ContextRelated() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
IdentifierDt |
getIdentifier()
Gets the value(s) for identifier ().
|
ResourceReferenceDt |
getRef()
Gets the value(s) for ref ().
|
boolean |
isEmpty() |
DocumentReference.ContextRelated |
setIdentifier(IdentifierDt theValue)
Sets the value(s) for identifier ()
|
DocumentReference.ContextRelated |
setRef(ResourceReferenceDt theValue)
Sets the value(s) for ref ()
|
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 ContextRelated()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic IdentifierDt getIdentifier()
null.
Definition: Related identifier to this DocumentReference. If both id and ref are present they shall refer to the same thing.
public DocumentReference.ContextRelated setIdentifier(IdentifierDt theValue)
Definition: Related identifier to this DocumentReference. If both id and ref are present they shall refer to the same thing.
public ResourceReferenceDt getRef()
null.
Definition: Related Resource to this DocumentReference. If both id and ref are present they shall refer to the same thing.
public DocumentReference.ContextRelated setRef(ResourceReferenceDt theValue)
Definition: Related Resource to this DocumentReference. If both id and ref are present they shall refer to the same thing.
Copyright © 2014–2016 University Health Network. All rights reserved.