
Uses of Class
ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Constraint
Packages that use ElementDefinitionDt.Constraint
-
Uses of ElementDefinitionDt.Constraint in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return ElementDefinitionDt.ConstraintModifier and TypeMethodDescriptionElementDefinitionDt.addConstraint()
Adds and returns a new value for constraint ()ElementDefinitionDt.getConstraintFirstRep()
Gets the first repetition for constraint (), creating it if it does not already exist.ElementDefinitionDt.Constraint.setHuman
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for human ()Sets the value for human ()ElementDefinitionDt.Constraint.setKey
(ca.uhn.fhir.model.primitive.IdDt theValue) Sets the value(s) for key ()Sets the value for key ()ElementDefinitionDt.Constraint.setRequirements
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for requirements ()ElementDefinitionDt.Constraint.setRequirements
(String theString) Sets the value for requirements ()ElementDefinitionDt.Constraint.setSeverity
(ConstraintSeverityEnum theValue) Sets the value(s) for severity ()ElementDefinitionDt.Constraint.setSeverity
(ca.uhn.fhir.model.primitive.BoundCodeDt<ConstraintSeverityEnum> theValue) Sets the value(s) for severity ()ElementDefinitionDt.Constraint.setXpath
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for xpath ()Sets the value for xpath ()Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type ElementDefinitionDt.ConstraintModifier and TypeMethodDescriptionElementDefinitionDt.getConstraint()
Gets the value(s) for constraint ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type ElementDefinitionDt.ConstraintModifier and TypeMethodDescriptionElementDefinitionDt.addConstraint
(ElementDefinitionDt.Constraint theValue) Adds a given new value for constraint ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type ElementDefinitionDt.ConstraintModifier and TypeMethodDescriptionElementDefinitionDt.setConstraint
(List<ElementDefinitionDt.Constraint> theValue) Sets the value(s) for constraint ()