public static class UniProtCommentParser.SeqCaution
extends java.lang.Object
Constructor and Description |
---|
SeqCaution()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNote() |
java.lang.String |
getPositions() |
java.lang.String |
getSequence() |
java.lang.String |
getType() |
void |
setNote(java.lang.String note) |
void |
setPositions(java.lang.String positions) |
void |
setSequence(java.lang.String sequence) |
void |
setType(java.lang.String type) |
public java.lang.String getNote()
public void setNote(java.lang.String note)
note
- the note to setpublic java.lang.String getPositions()
public void setPositions(java.lang.String positions)
positions
- the positions to setpublic java.lang.String getSequence()
public void setSequence(java.lang.String sequence)
sequence
- the sequence to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to set