Uses of Class
com.ibm.fhir.model.resource.SubstanceSpecification.Name.Official
-
Packages that use SubstanceSpecification.Name.Official Package Description com.ibm.fhir.model.resource -
-
Uses of SubstanceSpecification.Name.Official in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SubstanceSpecification.Name.Official Modifier and Type Method Description SubstanceSpecification.Name.Official
SubstanceSpecification.Name.Official.Builder. build()
Build theSubstanceSpecification.Name.Official
Methods in com.ibm.fhir.model.resource that return types with arguments of type SubstanceSpecification.Name.Official Modifier and Type Method Description java.util.List<SubstanceSpecification.Name.Official>
SubstanceSpecification.Name. getOfficial()
Details of the official nature of this name.Methods in com.ibm.fhir.model.resource with parameters of type SubstanceSpecification.Name.Official Modifier and Type Method Description protected SubstanceSpecification.Name.Official.Builder
SubstanceSpecification.Name.Official.Builder. from(SubstanceSpecification.Name.Official official)
SubstanceSpecification.Name.Builder
SubstanceSpecification.Name.Builder. official(SubstanceSpecification.Name.Official... official)
Details of the official nature of this name.protected void
SubstanceSpecification.Name.Official.Builder. validate(SubstanceSpecification.Name.Official official)
Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstanceSpecification.Name.Official Modifier and Type Method Description SubstanceSpecification.Name.Builder
SubstanceSpecification.Name.Builder. official(java.util.Collection<SubstanceSpecification.Name.Official> official)
Details of the official nature of this name.
-