public static class UniProtCommentParser.Isoform
extends java.lang.Object
Constructor and Description |
---|
Isoform()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getIsoIDs()
Getter for property isoIDs.
|
java.util.List |
getNames()
Getter for property names.
|
java.lang.String |
getNote()
Getter for property note.
|
java.lang.String |
getSequenceRef()
Getter for property sequenceRef.
|
java.lang.String |
getSequenceType()
Getter for property sequenceType.
|
void |
setIsoIDs(java.util.List isoIDs)
Setter for property isoIDs.
|
void |
setNames(java.util.List names)
Setter for property names.
|
void |
setNote(java.lang.String note)
Setter for property note.
|
void |
setSequenceRef(java.lang.String sequenceRef)
Setter for property sequenceRef.
|
void |
setSequenceType(java.lang.String sequenceType)
Setter for property sequenceType.
|
public java.util.List getNames()
public void setNames(java.util.List names)
names
- New value of property names.public java.util.List getIsoIDs()
public void setIsoIDs(java.util.List isoIDs)
isoIDs
- New value of property isoIDs.public java.lang.String getSequenceType()
public void setSequenceType(java.lang.String sequenceType)
sequenceType
- New value of property sequenceType.public java.lang.String getSequenceRef()
public void setSequenceRef(java.lang.String sequenceRef)
sequenceRef
- New value of property sequenceRef.public java.lang.String getNote()
public void setNote(java.lang.String note)
note
- New value of property note.