public static class Provenance.Entity extends BaseIdentifiableElement implements IResourceBlock
Definition: An entity used in this activity
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
Provenance.Agent |
getAgent()
Gets the value(s) for agent ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDisplay()
Gets the value(s) for display ().
|
StringDt |
getDisplayElement()
Gets the value(s) for display ().
|
String |
getReference()
Gets the value(s) for reference ().
|
UriDt |
getReferenceElement()
Gets the value(s) for reference ().
|
String |
getRole()
Gets the value(s) for role ().
|
BoundCodeDt<ProvenanceEntityRoleEnum> |
getRoleElement()
Gets the value(s) for role ().
|
CodingDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
Provenance.Entity |
setAgent(Provenance.Agent theValue)
Sets the value(s) for agent ()
|
Provenance.Entity |
setDisplay(String theString)
Sets the value for display ()
|
Provenance.Entity |
setDisplay(StringDt theValue)
Sets the value(s) for display ()
|
Provenance.Entity |
setReference(String theUri)
Sets the value for reference ()
|
Provenance.Entity |
setReference(UriDt theValue)
Sets the value(s) for reference ()
|
Provenance.Entity |
setRole(BoundCodeDt<ProvenanceEntityRoleEnum> theValue)
Sets the value(s) for role ()
|
Provenance.Entity |
setRole(ProvenanceEntityRoleEnum theValue)
Sets the value(s) for role ()
|
Provenance.Entity |
setType(CodingDt theValue)
Sets the value(s) for type ()
|
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 Entity()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeDt<ProvenanceEntityRoleEnum> getRoleElement()
null.
Definition: How the entity was used during the activity
public String getRole()
null.
Definition: How the entity was used during the activity
public Provenance.Entity setRole(BoundCodeDt<ProvenanceEntityRoleEnum> theValue)
Definition: How the entity was used during the activity
public Provenance.Entity setRole(ProvenanceEntityRoleEnum theValue)
Definition: How the entity was used during the activity
public CodingDt getType()
null.
Definition: The type of the entity. If the entity is a resource, then this is a resource type
public Provenance.Entity setType(CodingDt theValue)
Definition: The type of the entity. If the entity is a resource, then this is a resource type
public UriDt getReferenceElement()
null.
Definition: Identity of the Entity used. May be a logical or physical uri and maybe absolute or relative
public String getReference()
null.
Definition: Identity of the Entity used. May be a logical or physical uri and maybe absolute or relative
public Provenance.Entity setReference(UriDt theValue)
Definition: Identity of the Entity used. May be a logical or physical uri and maybe absolute or relative
public Provenance.Entity setReference(String theUri)
Definition: Identity of the Entity used. May be a logical or physical uri and maybe absolute or relative
public StringDt getDisplayElement()
null.
Definition: Human-readable description of the entity
public String getDisplay()
null.
Definition: Human-readable description of the entity
public Provenance.Entity setDisplay(StringDt theValue)
Definition: Human-readable description of the entity
public Provenance.Entity setDisplay(String theString)
Definition: Human-readable description of the entity
public Provenance.Agent getAgent()
null.
Definition: The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents. This description can be understood as shorthand for saying that the agent was responsible for the activity which generated the entity
public Provenance.Entity setAgent(Provenance.Agent theValue)
Definition: The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents. This description can be understood as shorthand for saying that the agent was responsible for the activity which generated the entity
Copyright © 2014–2016 University Health Network. All rights reserved.