|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SeqFeatureLocation
The location of the SeqFeature annotation.
| Method Summary | |
|---|---|
SequencePosition |
getCoordinate()
Returns the value of this SeqFeatureLocation object's coordinate attribute. |
java.lang.String |
getStrandType()
Returns the value of this SeqFeatureLocation object's strandType attribute. |
SeqFeatureLocation[] |
getSubregions()
Returns the value of this SeqFeatureLocation object's subregions attribute. |
void |
setCoordinate(SequencePosition p_coordinate)
Sets the coordinate attribute. |
void |
setStrandType(java.lang.String p_strandType)
Sets the strandType attribute. |
void |
setSubregions(SeqFeatureLocation[] p_subregions)
Sets the subregions attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setStrandType(java.lang.String p_strandType)
SeqFeatureLocation object.
p_strandType - The new value for strandType.getStrandType()java.lang.String getStrandType()
SeqFeatureLocation object's strandType attribute.
Description of strandType:
Indicates the direction and/or type of the SeqFeature, i.e. whether it is in the 5' or 3' direction,
is double stranded, etc.
String The value of strandType.void setSubregions(SeqFeatureLocation[] p_subregions)
SeqFeatureLocation object.
p_subregions - The new value for subregions.getSubregions()SeqFeatureLocation[] getSubregions()
SeqFeatureLocation object's subregions attribute.
gov.nih.nci.mageom.bean.BioSequence.SeqFeatureLocation[] The value of subregions.SeqFeatureLocationvoid setCoordinate(SequencePosition p_coordinate)
SeqFeatureLocation object.
p_coordinate - The new value for coordinate.getCoordinate()SequencePosition getCoordinate()
SeqFeatureLocation object's coordinate attribute.
gov.nih.nci.mageom.bean.BioSequence.SequencePosition The value of coordinate.SequencePosition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||