Uses of Class
psidev.psi.mi.jami.bridges.uniprot.rest.response.model.Sequence
-
Packages that use Sequence Package Description psidev.psi.mi.jami.bridges.uniprot.rest.response.model -
-
Uses of Sequence in psidev.psi.mi.jami.bridges.uniprot.rest.response.model
Fields in psidev.psi.mi.jami.bridges.uniprot.rest.response.model declared as Sequence Modifier and Type Field Description protected Sequence
Entry. sequence
Methods in psidev.psi.mi.jami.bridges.uniprot.rest.response.model that return Sequence Modifier and Type Method Description Sequence
ObjectFactory. createSequence()
Create an instance ofSequence
Sequence
Entry. getSequence()
Gets the value of the sequence property.Methods in psidev.psi.mi.jami.bridges.uniprot.rest.response.model with parameters of type Sequence Modifier and Type Method Description void
Entry. setSequence(Sequence value)
Sets the value of the sequence property.
-