public static class UniProtCommentParser.Event
extends java.lang.Object
| Constructor and Description |
|---|
UniProtCommentParser.Event() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Getter for property comment.
|
int |
getNamedIsoforms()
Getter for property namedIsoforms.
|
java.lang.String |
getType()
Getter for property type.
|
void |
setComment(java.lang.String comment)
Setter for property comment.
|
void |
setNamedIsoforms(int namedIsoforms)
Setter for property namedIsoforms.
|
void |
setType(java.lang.String type)
Setter for property type.
|
public java.lang.String getType()
public void setType(java.lang.String type)
type - New value of property type.public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - New value of property comment.public int getNamedIsoforms()
public void setNamedIsoforms(int namedIsoforms)
namedIsoforms - New value of property namedIsoforms.