Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.Legal
-
Packages that use Contract.Legal Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Contract.Legal in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Contract.Legal Modifier and Type Method Description Contract.LegalContract. addLegal()Adds and returns a new value for legal ()Contract.LegalContract. getLegalFirstRep()Gets the first repetition for legal (), creating it if it does not already exist.Contract.LegalContract.Legal. 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.Legal Modifier and Type Method Description List<Contract.Legal>Contract. getLegal()Gets the value(s) for legal ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Contract.Legal Modifier and Type Method Description ContractContract. addLegal(Contract.Legal theValue)Adds a given new value for legal ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Contract.Legal Modifier and Type Method Description ContractContract. setLegal(List<Contract.Legal> theValue)Sets the value(s) for legal ()
-