Uses of Class
ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Type
-
Uses of ElementDefinitionDt.Type in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionElementDefinitionDt.Type.addProfile
(ca.uhn.fhir.model.primitive.UriDt theValue) Adds a given new value for profile ()ElementDefinitionDt.Type.addProfile
(String theUri) Adds a new value for profile ()ElementDefinitionDt.addType()
Adds and returns a new value for type ()ElementDefinitionDt.getTypeFirstRep()
Gets the first repetition for type (), creating it if it does not already exist.ElementDefinitionDt.Type.setAggregation
(AggregationModeEnum theValue) Sets the value(s), and clears any existing value(s) for aggregation ()ElementDefinitionDt.Type.setAggregation
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<AggregationModeEnum>> theValue) Sets the value(s) for aggregation ()ElementDefinitionDt.Type.setCode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()ElementDefinitionDt.Type.setProfile
(List<ca.uhn.fhir.model.primitive.UriDt> theValue) Sets the value(s) for profile ()Modifier and TypeMethodDescriptionElementDefinitionDt.addType
(ElementDefinitionDt.Type theValue) Adds a given new value for type ()Modifier and TypeMethodDescriptionElementDefinitionDt.setType
(List<ElementDefinitionDt.Type> theValue) Sets the value(s) for type ()