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