public static class Group.Member extends BaseIdentifiableElement implements IResourceBlock
Definition: Identifies the resource instances that are members of the group.
| Constructor and Description |
|---|
Member() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getEntity()
Gets the value(s) for entity ().
|
Boolean |
getInactive()
Gets the value(s) for inactive ().
|
BooleanDt |
getInactiveElement()
Gets the value(s) for inactive ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
boolean |
isEmpty() |
Group.Member |
setEntity(ResourceReferenceDt theValue)
Sets the value(s) for entity ()
|
Group.Member |
setInactive(boolean theBoolean)
Sets the value for inactive ()
|
Group.Member |
setInactive(BooleanDt theValue)
Sets the value(s) for inactive ()
|
Group.Member |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
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 Member()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic ResourceReferenceDt getEntity()
null.
Definition: A reference to the entity that is a member of the group. Must be consistent with Group.type
public Group.Member setEntity(ResourceReferenceDt theValue)
Definition: A reference to the entity that is a member of the group. Must be consistent with Group.type
public PeriodDt getPeriod()
null.
Definition: The period that the member was in the group, if known
public Group.Member setPeriod(PeriodDt theValue)
Definition: The period that the member was in the group, if known
public BooleanDt getInactiveElement()
null.
Definition: A flag to indicate that the member is no longer in the group, but previously may have been a member
public Boolean getInactive()
null.
Definition: A flag to indicate that the member is no longer in the group, but previously may have been a member
public Group.Member setInactive(BooleanDt theValue)
Definition: A flag to indicate that the member is no longer in the group, but previously may have been a member
public Group.Member setInactive(boolean theBoolean)
Definition: A flag to indicate that the member is no longer in the group, but previously may have been a member
Copyright © 2014–2016 University Health Network. All rights reserved.