Package org.somda.dsl.biceps.base
Class PersonParticipation
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.BicepsExtensible,org.somda.dsl.biceps.base.FullyExtensible,org.somda.dsl.biceps.base.GenericExtensible
public final class PersonParticipation extends PersonReference
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CodedValue>rolesprivate final BaseDemographicsnameprivate final List<InstanceIdentifier>identificationsprivate final List<BicepsExtension>bicepsExtensionsprivate final List<GenericExtension>genericExtensions
-
Constructor Summary
Constructors Constructor Description PersonParticipation()
-
Method Summary
Modifier and Type Method Description final List<CodedValue>getRoles()final CodedValuerole(CodedValue base, Function1<CodedValue, Unit> init)-
Methods inherited from class org.somda.dsl.biceps.base.PersonReference
getIdentifications, getName, identification, name -
Methods inherited from class org.somda.dsl.biceps.base.BicepsExtensible
extendWith, getBicepsExtensions -
Methods inherited from class org.somda.dsl.biceps.base.GenericExtensible
extendWithGeneric, getGenericExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRoles
final List<CodedValue> getRoles()
-
role
final CodedValue role(CodedValue base, Function1<CodedValue, Unit> init)
-
-
-
-