Package org.biojavax.bio.seq.io
Class UniProtCommentParser.Event
- java.lang.Object
-
- org.biojavax.bio.seq.io.UniProtCommentParser.Event
-
- Enclosing class:
- UniProtCommentParser
public static class UniProtCommentParser.Event extends Object
A class to describe events for alternative product comments.
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
Event
public Event()
-
-
Method Detail
-
setType
public void setType(String type)
Setter for property type.- Parameters:
type
- New value of property type.
-
getComment
public String getComment()
Getter for property comment.- Returns:
- Value of property comment.
-
setComment
public void setComment(String comment)
Setter for property comment.- Parameters:
comment
- New value of property comment.
-
getNamedIsoforms
public int getNamedIsoforms()
Getter for property namedIsoforms.- Returns:
- Value of property namedIsoforms.
-
setNamedIsoforms
public void setNamedIsoforms(int namedIsoforms)
Setter for property namedIsoforms.- Parameters:
namedIsoforms
- New value of property namedIsoforms.
-
-