|
||||||||||
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 | |
---|---|
java.util.List |
getIsoIDs()
Getter for property isoIDs. |
java.util.List |
getNames()
Getter for property names. |
java.lang.String |
getNote()
Getter for property note. |
java.lang.String |
getSequenceRef()
Getter for property sequenceRef. |
java.lang.String |
getSequenceType()
Getter for property sequenceType. |
void |
setIsoIDs(java.util.List isoIDs)
Setter for property isoIDs. |
void |
setNames(java.util.List names)
Setter for property names. |
void |
setNote(java.lang.String note)
Setter for property note. |
void |
setSequenceRef(java.lang.String sequenceRef)
Setter for property sequenceRef. |
void |
setSequenceType(java.lang.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 java.util.List getNames()
public void setNames(java.util.List names)
names
- New value of property names.public java.util.List getIsoIDs()
public void setIsoIDs(java.util.List isoIDs)
isoIDs
- New value of property isoIDs.public java.lang.String getSequenceType()
public void setSequenceType(java.lang.String sequenceType)
sequenceType
- New value of property sequenceType.public java.lang.String getSequenceRef()
public void setSequenceRef(java.lang.String sequenceRef)
sequenceRef
- New value of property sequenceRef.public java.lang.String getNote()
public void setNote(java.lang.String note)
note
- New value of property note.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |