Class UniProtCommentParser.Isoform

java.lang.Object
org.biojavax.bio.seq.io.UniProtCommentParser.Isoform
Enclosing class:
UniProtCommentParser

public static class UniProtCommentParser.Isoform extends Object
A class to describe isoforms for alternative product comments.
  • Constructor Details

    • Isoform

      public Isoform()
      Creates a new instance.
  • Method Details

    • getNames

      public List getNames()
      Getter for property names.
      Returns:
      Value of property names.
    • setNames

      public void setNames(List names)
      Setter for property names.
      Parameters:
      names - New value of property names.
    • getIsoIDs

      public List getIsoIDs()
      Getter for property isoIDs.
      Returns:
      Value of property isoIDs.
    • setIsoIDs

      public void setIsoIDs(List isoIDs)
      Setter for property isoIDs.
      Parameters:
      isoIDs - New value of property isoIDs.
    • getSequenceType

      Getter for property sequenceType.
      Returns:
      Value of property sequenceType.
    • setSequenceType

      public void setSequenceType(String sequenceType)
      Setter for property sequenceType.
      Parameters:
      sequenceType - New value of property sequenceType.
    • getSequenceRef

      Getter for property sequenceRef.
      Returns:
      Value of property sequenceRef.
    • setSequenceRef

      public void setSequenceRef(String sequenceRef)
      Setter for property sequenceRef.
      Parameters:
      sequenceRef - New value of property sequenceRef.
    • getNote

      public String getNote()
      Getter for property note.
      Returns:
      Value of property note.
    • setNote

      public void setNote(String note)
      Setter for property note.
      Parameters:
      note - New value of property note.