public class EmblReference extends Object
Constructor and Description |
---|
EmblReference() |
Modifier and Type | Method and Description |
---|---|
EmblReference |
copyEmblReference(EmblReference emblReference)
return copy of EmblReference
|
String |
getReferenceAuthor()
The RA (Reference Author) lines list the authors of the paper (or other
work) cited.
|
String |
getReferenceComment()
The RC (Reference Comment) linetype is an optional linetype which appears if
The reference has a comment.
|
String |
getReferenceCrossReference()
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.
|
String |
getReferenceGroup()
The RG (Reference Group) lines list the working groups/consortia that
produced the record.
|
String |
getReferenceLocation()
The RL (Reference Location) line contains the conventional citation
information for the reference.
|
String |
getReferenceNumber()
The RN (Reference Number) line gives a unique number to each reference
Citation within an entry.
|
String |
getReferencePosition()
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.
|
String |
getReferenceTitle()
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.
|
void |
setReferenceAuthor(String referenceAuthor) |
void |
setReferenceComment(String referenceComment) |
void |
setReferenceCrossReference(String referenceCrossReference) |
void |
setReferenceGroup(String referenceGroup) |
void |
setReferenceLocation(String referenceLocation) |
void |
setReferenceNumber(String referenceNumber) |
void |
setReferencePosition(String referencePosition) |
void |
setReferenceTitle(String referenceTitle) |
public EmblReference()
public String getReferenceNumber()
public void setReferenceNumber(String referenceNumber)
public String getReferenceComment()
public void setReferenceComment(String referenceComment)
public String getReferencePosition()
public void setReferencePosition(String referencePosition)
public String getReferenceCrossReference()
public void setReferenceCrossReference(String referenceCrossReference)
public String getReferenceGroup()
public void setReferenceGroup(String referenceGroup)
public String getReferenceAuthor()
public void setReferenceAuthor(String referenceAuthor)
public String getReferenceTitle()
public void setReferenceTitle(String referenceTitle)
public String getReferenceLocation()
public void setReferenceLocation(String referenceLocation)
public EmblReference copyEmblReference(EmblReference emblReference)
emblReference
- Copyright © 2000–2019 BioJava. All rights reserved.