Uses of Class
ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Type
Packages that use ElementDefinitionDt.Type
-
Uses of ElementDefinitionDt.Type in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return ElementDefinitionDt.TypeModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type ElementDefinitionDt.TypeMethods in ca.uhn.fhir.model.dstu2.composite with parameters of type ElementDefinitionDt.TypeModifier and TypeMethodDescriptionElementDefinitionDt.addType(ElementDefinitionDt.Type theValue) Adds a given new value for type ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type ElementDefinitionDt.TypeModifier and TypeMethodDescriptionElementDefinitionDt.setType(List<ElementDefinitionDt.Type> theValue) Sets the value(s) for type ()