Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.TermActor
-
Packages that use Contract.TermActor Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Contract.TermActor in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Contract.TermActor Modifier and Type Method Description Contract.TermActorContract.Term. addActor()Adds and returns a new value for actor ()Contract.TermActorContract.TermActor. addRole(CodeableConceptDt theValue)Adds a given new value for role ()Contract.TermActorContract.Term. getActorFirstRep()Gets the first repetition for actor (), creating it if it does not already exist.Contract.TermActorContract.TermActor. setEntity(ResourceReferenceDt theValue)Sets the value(s) for entity ()Contract.TermActorContract.TermActor. setRole(List<CodeableConceptDt> theValue)Sets the value(s) for role ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Contract.TermActor Modifier and Type Method Description List<Contract.TermActor>Contract.Term. getActor()Gets the value(s) for actor ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Contract.TermActor Modifier and Type Method Description Contract.TermContract.Term. addActor(Contract.TermActor theValue)Adds a given new value for actor ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Contract.TermActor Modifier and Type Method Description Contract.TermContract.Term. setActor(List<Contract.TermActor> theValue)Sets the value(s) for actor ()
-