
Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.MetadataCapability
Packages that use TestScript.MetadataCapability
-
Uses of TestScript.MetadataCapability in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.MetadataCapabilityModifier and TypeMethodDescriptionTestScript.Metadata.addCapability()Adds and returns a new value for capability ()TestScript.MetadataCapability.addLink(ca.uhn.fhir.model.primitive.UriDt theValue) Adds a given new value for link ()Adds a new value for link ()TestScript.Metadata.getCapabilityFirstRep()Gets the first repetition for capability (), creating it if it does not already exist.TestScript.MetadataCapability.setConformance(ResourceReferenceDt theValue) Sets the value(s) for conformance ()TestScript.MetadataCapability.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()TestScript.MetadataCapability.setDescription(String theString) Sets the value for description ()TestScript.MetadataCapability.setDestination(int theInteger) Sets the value for destination ()TestScript.MetadataCapability.setDestination(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for destination ()Sets the value(s) for link ()TestScript.MetadataCapability.setRequired(boolean theBoolean) Sets the value for required ()TestScript.MetadataCapability.setRequired(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for required ()TestScript.MetadataCapability.setValidated(boolean theBoolean) Sets the value for validated ()TestScript.MetadataCapability.setValidated(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for validated ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.MetadataCapabilityModifier and TypeMethodDescriptionTestScript.Metadata.getCapability()Gets the value(s) for capability ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.MetadataCapabilityModifier and TypeMethodDescriptionTestScript.Metadata.addCapability(TestScript.MetadataCapability theValue) Adds a given new value for capability ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TestScript.MetadataCapabilityModifier and TypeMethodDescriptionTestScript.Metadata.setCapability(List<TestScript.MetadataCapability> theValue) Sets the value(s) for capability ()