Package org.biojavax.bio.seq.io
Class UniProtCommentParser.SeqCaution
- java.lang.Object
-
- org.biojavax.bio.seq.io.UniProtCommentParser.SeqCaution
-
- Enclosing class:
- UniProtCommentParser
public static class UniProtCommentParser.SeqCaution extends java.lang.Object
A class to describe seq caution entries.
-
-
Constructor Summary
Constructors Constructor Description SeqCaution()
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getNote
public java.lang.String getNote()
- Returns:
- the note
-
setNote
public void setNote(java.lang.String note)
- Parameters:
note
- the note to set
-
getPositions
public java.lang.String getPositions()
- Returns:
- the positions
-
setPositions
public void setPositions(java.lang.String positions)
- Parameters:
positions
- the positions to set
-
getSequence
public java.lang.String getSequence()
- Returns:
- the sequence
-
setSequence
public void setSequence(java.lang.String sequence)
- Parameters:
sequence
- the sequence to set
-
getType
public java.lang.String getType()
- Returns:
- the type
-
setType
public void setType(java.lang.String type)
- Parameters:
type
- the type to set
-
-