Package | Description |
---|---|
org.biojava.bio.structure |
Interfaces and classes for protein structure (PDB).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DBRef> |
Structure.getDBRefs()
get the list of database references
|
java.util.List<DBRef> |
StructureImpl.getDBRefs() |
Modifier and Type | Method and Description |
---|---|
void |
Structure.setDBRefs(java.util.List<DBRef> dbrefs)
set the list of database references for this structure
|
void |
StructureImpl.setDBRefs(java.util.List<DBRef> dbrefs) |