Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.Friendly
-
Packages that use Contract.Friendly Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Contract.Friendly in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Contract.Friendly Modifier and Type Method Description Contract.FriendlyContract. addFriendly()Adds and returns a new value for friendly ()Contract.FriendlyContract. getFriendlyFirstRep()Gets the first repetition for friendly (), creating it if it does not already exist.Contract.FriendlyContract.Friendly. setContent(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for content[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Contract.Friendly Modifier and Type Method Description List<Contract.Friendly>Contract. getFriendly()Gets the value(s) for friendly ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Contract.Friendly Modifier and Type Method Description ContractContract. addFriendly(Contract.Friendly theValue)Adds a given new value for friendly ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Contract.Friendly Modifier and Type Method Description ContractContract. setFriendly(List<Contract.Friendly> theValue)Sets the value(s) for friendly ()
-