|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.seq.io.UniProtCommentParser.Isoform
public static class UniProtCommentParser.Isoform
A class to describe isoforms for alternative product comments.
Constructor Summary | |
---|---|
UniProtCommentParser.Isoform()
Creates a new instance. |
Method Summary | |
---|---|
List |
getIsoIDs()
Getter for property isoIDs. |
List |
getNames()
Getter for property names. |
String |
getNote()
Getter for property note. |
String |
getSequenceRef()
Getter for property sequenceRef. |
String |
getSequenceType()
Getter for property sequenceType. |
void |
setIsoIDs(List isoIDs)
Setter for property isoIDs. |
void |
setNames(List names)
Setter for property names. |
void |
setNote(String note)
Setter for property note. |
void |
setSequenceRef(String sequenceRef)
Setter for property sequenceRef. |
void |
setSequenceType(String sequenceType)
Setter for property sequenceType. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniProtCommentParser.Isoform()
Method Detail |
---|
public List getNames()
public void setNames(List names)
names
- New value of property names.public List getIsoIDs()
public void setIsoIDs(List isoIDs)
isoIDs
- New value of property isoIDs.public String getSequenceType()
public void setSequenceType(String sequenceType)
sequenceType
- New value of property sequenceType.public String getSequenceRef()
public void setSequenceRef(String sequenceRef)
sequenceRef
- New value of property sequenceRef.public String getNote()
public void setNote(String note)
note
- New value of property note.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |