Package org.rcsb.cif.model.generated
Class PdbxDatabaseRelated
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDatabaseRelated
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDatabaseRelated extends BaseCategory
Data items in PDBX_DATABASE_RELATED contain references to entries that are related to the this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDatabaseRelated(String name)PdbxDatabaseRelated(String name, int rowCount, Object[] encodedColumns)PdbxDatabaseRelated(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetContentType()The identifying content type of the related entry.StrColumngetDbId()The identifying code in the related database.StrColumngetDbName()The name of the database containing the related entry.StrColumngetDetails()A description of the related entry.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getDbName
public StrColumn getDbName()
The name of the database containing the related entry.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
A description of the related entry.- Returns:
- StrColumn
-
getDbId
public StrColumn getDbId()
The identifying code in the related database.- Returns:
- StrColumn
-
getContentType
public StrColumn getContentType()
The identifying content type of the related entry.- Returns:
- StrColumn
-
-