Package org.rcsb.cif.schema.mm
Class PdbxEntryDetails
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntryDetails
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntryDetails
extends DelegatingCategory
Data items in the PDBX_ENTRY_DETAILS category provide additional
details about this entry.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxEntryDetails(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompoundDetails()Additional details about the macromolecular compounds in this entry.StrColumngetEntryId()This item identifies the entry.StrColumngetHasLigandOfInterest()A flag to indicate if author has indicated that there are any or no ligands that are the focus of research.StrColumngetNonpolymerDetails()Additional details about the non-polymer components in this entry.StrColumngetSequenceDetails()Additional details about the sequence or sequence database correspondences for this entry.StrColumngetSourceDetails()Additional details about the source and taxonomy of the macromolecular components in this entry.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This item identifies the entry. This is a reference to _entry.id.- Returns:
- StrColumn
-
getNonpolymerDetails
Additional details about the non-polymer components in this entry.- Returns:
- StrColumn
-
getSequenceDetails
Additional details about the sequence or sequence database correspondences for this entry.- Returns:
- StrColumn
-
getCompoundDetails
Additional details about the macromolecular compounds in this entry.- Returns:
- StrColumn
-
getSourceDetails
Additional details about the source and taxonomy of the macromolecular components in this entry.- Returns:
- StrColumn
-
getHasLigandOfInterest
A flag to indicate if author has indicated that there are any or no ligands that are the focus of research.- Returns:
- StrColumn
-