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.Subunit
SubstanceNucleicAcid.Subunit.Builder. build()
Build theSubstanceNucleicAcid.Subunit
Methods in com.ibm.fhir.model.resource that return types with arguments of type SubstanceNucleicAcid.Subunit Modifier and Type Method Description 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.Builder
SubstanceNucleicAcid.Subunit.Builder. from(SubstanceNucleicAcid.Subunit subunit)
SubstanceNucleicAcid.Builder
SubstanceNucleicAcid.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstanceNucleicAcid.Subunit Modifier and Type Method Description SubstanceNucleicAcid.Builder
SubstanceNucleicAcid.Builder. subunit(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.
-