Class EmblReference
java.lang.Object
org.biojava.nbio.core.sequence.io.embl.EmblReference
This class contains the processed data of embl file that
 contains the referenceNumber, referenceComment, referencePosition
 referenceCrossReference, referenceGroup, referenceAuthor
 referenceTitle, referenceLocation
- Since:
- 5.0.0
- Author:
- Noor Aldeen Al Mbaidin
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncopyEmblReference(EmblReference emblReference) return copy of EmblReferenceThe RA (Reference Author) lines list the authors of the paper (or other work) cited.The RC (Reference Comment) linetype is an optional linetype which appears if The reference has a comment.The RX (reference cross-reference) linetype is an optional linetype which appears if one or more contiguous base spans of the presented sequence can be attributed to the reference in question.The RG (Reference Group) lines list the working groups/consortia that produced the record.The RL (Reference Location) line contains the conventional citation information for the reference.The RN (Reference Number) line gives a unique number to each reference Citation within an entry.The RP (Reference Position) linetype is an optional linetype which appears if one or more contiguous base spans of the presented sequence can be attributed to the reference in question.The RT (Reference Title) lines give the title of the paper (or other work) as exactly as is possible given the limitations of computer character sets.voidsetReferenceAuthor(String referenceAuthor) voidsetReferenceComment(String referenceComment) voidsetReferenceCrossReference(String referenceCrossReference) voidsetReferenceGroup(String referenceGroup) voidsetReferenceLocation(String referenceLocation) voidsetReferenceNumber(String referenceNumber) voidsetReferencePosition(String referencePosition) voidsetReferenceTitle(String referenceTitle) 
- 
Constructor Details- 
EmblReferencepublic EmblReference()
 
- 
- 
Method Details- 
getReferenceNumberThe RN (Reference Number) line gives a unique number to each reference Citation within an entry. This number is used to designate the reference in comments and in the feature table.- Returns:
- referenceNumber
 
- 
setReferenceNumber
- 
getReferenceCommentThe RC (Reference Comment) linetype is an optional linetype which appears if The reference has a comment.- Returns:
- String
 
- 
setReferenceComment
- 
getReferencePositionThe RP (Reference Position) linetype is an optional linetype which appears if one or more contiguous base spans of the presented sequence can be attributed to the reference in question.- Returns:
- String
 
- 
setReferencePosition
- 
getReferenceCrossReferenceThe RX (reference cross-reference) linetype is an optional linetype which appears if one or more contiguous base spans of the presented sequence can be attributed to the reference in question.- Returns:
- String
 
- 
setReferenceCrossReference
- 
getReferenceGroupThe RG (Reference Group) lines list the working groups/consortia that produced the record.- Returns:
- String
 
- 
setReferenceGroup
- 
getReferenceAuthorThe RA (Reference Author) lines list the authors of the paper (or other work) cited. All of the authors are included, and are listed in the order given in the paper.- Returns:
- String
 
- 
setReferenceAuthor
- 
getReferenceTitleThe RT (Reference Title) lines give the title of the paper (or other work) as exactly as is possible given the limitations of computer character sets.- Returns:
- String
 
- 
setReferenceTitle
- 
getReferenceLocationThe RL (Reference Location) line contains the conventional citation information for the reference.- Returns:
- String
 
- 
setReferenceLocation
- 
copyEmblReferencereturn copy of EmblReference- Parameters:
- emblReference-
- Returns:
- EmblReference
 
 
-