Uses of Class
ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Slicing
-
Uses of ElementDefinitionDt.Slicing in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionElementDefinitionDt.Slicing.addDiscriminator
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for discriminator ()ElementDefinitionDt.Slicing.addDiscriminator
(String theString) Adds a new value for discriminator ()ElementDefinitionDt.getSlicing()
Gets the value(s) for slicing ().ElementDefinitionDt.Slicing.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()ElementDefinitionDt.Slicing.setDescription
(String theString) Sets the value for description ()ElementDefinitionDt.Slicing.setDiscriminator
(List<ca.uhn.fhir.model.primitive.StringDt> theValue) Sets the value(s) for discriminator ()ElementDefinitionDt.Slicing.setOrdered
(boolean theBoolean) Sets the value for ordered ()ElementDefinitionDt.Slicing.setOrdered
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for ordered ()ElementDefinitionDt.Slicing.setRules
(SlicingRulesEnum theValue) Sets the value(s) for rules ()ElementDefinitionDt.Slicing.setRules
(ca.uhn.fhir.model.primitive.BoundCodeDt<SlicingRulesEnum> theValue) Sets the value(s) for rules ()Modifier and TypeMethodDescriptionElementDefinitionDt.setSlicing
(ElementDefinitionDt.Slicing theValue) Sets the value(s) for slicing ()