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