Uses of Class
ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Constraint
-
Uses of ElementDefinitionDt.Constraint in ca.uhn.fhir.model.dstu2.composite
Modifier 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 ()Modifier and TypeMethodDescriptionElementDefinitionDt.getConstraint()
Gets the value(s) for constraint ().Modifier and TypeMethodDescriptionElementDefinitionDt.addConstraint
(ElementDefinitionDt.Constraint theValue) Adds a given new value for constraint ()Modifier and TypeMethodDescriptionElementDefinitionDt.setConstraint
(List<ElementDefinitionDt.Constraint> theValue) Sets the value(s) for constraint ()