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