Uses of Class
com.ibm.fhir.model.resource.SubstanceNucleicAcid.Subunit
-
Packages that use SubstanceNucleicAcid.Subunit Package Description com.ibm.fhir.model.resource -
-
Uses of SubstanceNucleicAcid.Subunit in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SubstanceNucleicAcid.Subunit Modifier and Type Method Description SubstanceNucleicAcid.SubunitSubstanceNucleicAcid.Subunit.Builder. build()Build theSubstanceNucleicAcid.SubunitMethods in com.ibm.fhir.model.resource that return types with arguments of type SubstanceNucleicAcid.Subunit Modifier and Type Method Description java.util.List<SubstanceNucleicAcid.Subunit>SubstanceNucleicAcid. getSubunit()Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times.Methods in com.ibm.fhir.model.resource with parameters of type SubstanceNucleicAcid.Subunit Modifier and Type Method Description protected SubstanceNucleicAcid.Subunit.BuilderSubstanceNucleicAcid.Subunit.Builder. from(SubstanceNucleicAcid.Subunit subunit)SubstanceNucleicAcid.BuilderSubstanceNucleicAcid.Builder. subunit(SubstanceNucleicAcid.Subunit... subunit)Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times.protected voidSubstanceNucleicAcid.Subunit.Builder. validate(SubstanceNucleicAcid.Subunit subunit)Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstanceNucleicAcid.Subunit Modifier and Type Method Description SubstanceNucleicAcid.BuilderSubstanceNucleicAcid.Builder. subunit(java.util.Collection<SubstanceNucleicAcid.Subunit> subunit)Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times.
-